Prepare for next iteration

This commit is contained in:
anthonyraymond 2017-03-14 02:16:04 +01:00
parent 08db150fcb
commit a8eb3d79cd
2 changed files with 3 additions and 2 deletions

View file

@ -10,7 +10,7 @@ RUN wget http://www-us.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven
&& cd sources \
&& /jack-of-all-trades/apache-maven-3.3.9/bin/mvn clean package \
&& rm -rf ~/.m2 \
&& mv target/jack-of-all-trades-1.0.1.jar /jack-of-all-trades/jack-of-all-trades.jar \
&& mv target/jack-of-all-trades-1.0.2-SNAPSHOT.jar /jack-of-all-trades/jack-of-all-trades.jar \
&& cd .. \
&& rm -rf ./sources ./apache-maven-3.3.9

View file

@ -6,7 +6,7 @@
<groupId>org.araymond.joal</groupId>
<artifactId>jack-of-all-trades</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
<scm>
<connection>scm:git:https://github.com/anthonyraymond/joal.git</connection>
@ -127,6 +127,7 @@
<version>0.5.1</version>
<configuration>
<tagName>${project.artifactId}-${project.version}</tagName>
<releaseTitle>Version ${project.version}</releaseTitle>
</configuration>
<executions>
<execution>