Skip to content

Commit 72a8bcc

Browse files
committed
Updating to SNAPSHOT
1 parent ae37d54 commit 72a8bcc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ after_success:
1616

1717
deploy:
1818
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
2020
on:
2121
tags: true
2222

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>io.github.kicksolutions</groupId>
55
<artifactId>swagger-plantuml-reactor</artifactId>
6-
<version>0.0.1-alpha</version>
6+
<version>0.0.1-SNAPSHOT</version>
77
<packaging>pom</packaging>
88

99
<url>https://github.com/kicksolutions/swagger2puml</url>

swagger2puml-core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>io.github.kicksolutions</groupId>
66
<artifactId>swagger-plantuml-reactor</artifactId>
7-
<version>0.0.1-alpha</version>
7+
<version>0.0.1-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>io.github.kicksolutions</groupId>
1111
<artifactId>swagger-plantuml-core</artifactId>
12-
<version>0.0.1-alpha</version>
12+
<version>0.0.1-SNAPSHOT</version>
1313
<description>Core POM to generate Plant UML from Swagger</description>
1414

1515
<packaging>jar</packaging>

0 commit comments

Comments
 (0)