Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Commit

Permalink
PL-712: Updated release script
Browse files Browse the repository at this point in the history
  • Loading branch information
ingleivj committed Jun 22, 2020
1 parent 8c570ee commit b46a665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ set -e

TIME=$(TZ="Europe/Oslo" date +%Y.%m.%d-%H.%M)
COMMIT=$(git rev-parse --short=12 HEAD)
VERSION="6.0.0-beta-6-$COMMIT"
BASEVERSION=`mvn org.apache.maven.plugins:maven-help-plugin:3.1.1:evaluate -Dexpression=project.version -q -DforceStdout | sed 's/-SNAPSHOT//g'`
VERSION="$BASEVERSION-$COMMIT"
echo "Setting version $VERSION"

mvn -B versions:set -DnewVersion="$VERSION"
Expand Down
5 changes: 0 additions & 5 deletions stelvio-consumer-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>websphere</groupId>-->
<!-- <artifactId>com.ibm.ws.webservices.thinclient</artifactId>-->
<!-- <scope>provided</scope>-->
<!-- </dependency>-->

<!-- Test -->
<dependency>
Expand Down

0 comments on commit b46a665

Please sign in to comment.