File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ after_success:
16
16
17
17
deploy :
18
18
provider : script
19
- script : mvn --settings cfg/maven/CI/settings.xml org.codehaus.mojo:versions-maven-plugin:2.3:set -DnewVersion=$TRAVIS_TAG
19
+ script : mvn --settings cfg/maven/CI/settings.xml org.codehaus.mojo:versions-maven-plugin:2.3:set -DnewVersion=$TRAVIS_TAG -Prelease
20
20
on :
21
21
tags : true
22
22
Original file line number Diff line number Diff line change 3
3
4
4
<groupId >io.github.kicksolutions</groupId >
5
5
<artifactId >swagger-plantuml-reactor</artifactId >
6
- <version >0.0.1-alpha </version >
6
+ <version >0.0.1-SNAPSHOT </version >
7
7
<packaging >pom</packaging >
8
8
9
9
<url >https://github.com/kicksolutions/swagger2puml</url >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.github.kicksolutions</groupId >
6
6
<artifactId >swagger-plantuml-reactor</artifactId >
7
- <version >0.0.1-alpha </version >
7
+ <version >0.0.1-SNAPSHOT </version >
8
8
</parent >
9
9
10
10
<groupId >io.github.kicksolutions</groupId >
11
11
<artifactId >swagger-plantuml-core</artifactId >
12
- <version >0.0.1-alpha </version >
12
+ <version >0.0.1-SNAPSHOT </version >
13
13
<description >Core POM to generate Plant UML from Swagger</description >
14
14
15
15
<packaging >jar</packaging >
You can’t perform that action at this time.
0 commit comments