Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudroger committed Feb 2, 2018
1 parent c9e2783 commit d81cb6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release.sh
Expand Up @@ -17,8 +17,8 @@ function java6 {
#exit
java8
rm release.properties
REL=3.15.4
DEV=3.15.5-SNAPSHOT
REL=3.15.5
DEV=3.15.6-SNAPSHOT
mvn --batch-mode -Dtag=sfm-parent-$REL -Pdev release:prepare \
-DreleaseVersion=$REL \
-DdevelopmentVersion=$DEV
Expand All @@ -27,7 +27,7 @@ cp release.properties tmp/release.properties
#GPG_TTY=$(tty)
#export GPG_TTY

REPOID=orgsimpleflatmapper-1589
REPOID=orgsimpleflatmapper-1590

java7
cp tmp/release.properties .
Expand Down

0 comments on commit d81cb6d

Please sign in to comment.