Skip to content

Commit

Permalink
Prepare version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyraymond committed Mar 14, 2017
1 parent f84be18 commit 7b0e397
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ target/
dependency-reduced-pom.xml
jack-of-all-trades.iml
resources/torrents/*.torrent
deploy.sh

### STS ###
.apt_generated
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 7b0e397

Please sign in to comment.