Prepare version 1.0.1

This commit is contained in:
anthonyraymond 2017-03-14 02:01:13 +01:00
parent 051a3a1b73
commit 08db150fcb
3 changed files with 4 additions and 9 deletions

1
.gitignore vendored
View file

@ -3,6 +3,7 @@ target/
dependency-reduced-pom.xml
jack-of-all-trades.iml
resources/torrents/*.torrent
deploy.sh
### STS ###
.apt_generated

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.2-SNAPSHOT.jar /jack-of-all-trades/jack-of-all-trades.jar \
&& mv target/jack-of-all-trades-1.0.1.jar /jack-of-all-trades/jack-of-all-trades.jar \
&& cd .. \
&& rm -rf ./sources ./apache-maven-3.3.9

10
pom.xml
View file

@ -6,7 +6,7 @@
<groupId>org.araymond.joal</groupId>
<artifactId>jack-of-all-trades</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<scm>
<connection>scm:git:https://github.com/anthonyraymond/joal.git</connection>
@ -120,13 +120,7 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
</plugin>
<!-- Push jar to github and set a Release -->
<!-- Create a release on GitHub -->
<plugin>
<groupId>cy.github</groupId>
<artifactId>github-release-plugin</artifactId>