Skip to content

Commit

Permalink
Updating to SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
astroDEX2020 committed Dec 17, 2017
1 parent ae37d54 commit 72a8bcc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ after_success:

deploy:
provider: script
script: mvn --settings cfg/maven/CI/settings.xml org.codehaus.mojo:versions-maven-plugin:2.3:set -DnewVersion=$TRAVIS_TAG
script: mvn --settings cfg/maven/CI/settings.xml org.codehaus.mojo:versions-maven-plugin:2.3:set -DnewVersion=$TRAVIS_TAG -Prelease
on:
tags: true

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.github.kicksolutions</groupId>
<artifactId>swagger-plantuml-reactor</artifactId>
<version>0.0.1-alpha</version>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<url>https://github.com/kicksolutions/swagger2puml</url>
Expand Down
4 changes: 2 additions & 2 deletions swagger2puml-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>io.github.kicksolutions</groupId>
<artifactId>swagger-plantuml-reactor</artifactId>
<version>0.0.1-alpha</version>
<version>0.0.1-SNAPSHOT</version>
</parent>

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

<packaging>jar</packaging>
Expand Down

0 comments on commit 72a8bcc

Please sign in to comment.