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 afb57a4 commit ac38344Copy full SHA for ac38344
README.md
@@ -95,8 +95,8 @@ The release happens in two phases:
95
export BUILDQUALIFIER=$(date -u +v%Y%m%d-%H%M) && echo $BUILDQUALIFIER
96
97
# Pick the version of the new release and the next development version
98
- export VERSION=4.0.13
99
- export NEXT=4.0.14
+ export VERSION=4.0.15
+ export NEXT=4.0.16
100
101
echo Update the ReleaseNotes with the release date and version:
102
echo
@@ -128,7 +128,7 @@ The release happens in two phases:
128
echo Checkout the release branch and build the plugin
129
git checkout pmd-eclipse-plugin-rb-$VERSION
130
131
- mvn clean package
+ mvn clean verify
132
133
134
echo "Please test now!!!"
0 commit comments