We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8666899 commit f2b9ebbCopy full SHA for f2b9ebb
release.sh
@@ -11,7 +11,7 @@ echo "Releasing version: $RELEASE_VERSION"
11
# Set the new release version and tag it in Git
12
mvn versions:set -DnewVersion="$RELEASE_VERSION" -DgenerateBackupPoms=false
13
# Deploy the project
14
-mvn clean source:jar javadoc:jar deploy -DskipTests -Prelease
+mvn clean source:jar javadoc:jar deploy -Prelease
15
# update git
16
git add '**/pom.xml'
17
git commit -am "$RELEASE_VERSION release"
0 commit comments