Skip to content

Commit ac38344

Browse files
committed
Fix sample command for release
1 parent afb57a4 commit ac38344

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ The release happens in two phases:
9595
export BUILDQUALIFIER=$(date -u +v%Y%m%d-%H%M) && echo $BUILDQUALIFIER
9696

9797
# Pick the version of the new release and the next development version
98-
export VERSION=4.0.13
99-
export NEXT=4.0.14
98+
export VERSION=4.0.15
99+
export NEXT=4.0.16
100100

101101
echo Update the ReleaseNotes with the release date and version:
102102
echo
@@ -128,7 +128,7 @@ The release happens in two phases:
128128
echo Checkout the release branch and build the plugin
129129
git checkout pmd-eclipse-plugin-rb-$VERSION
130130

131-
mvn clean package
131+
mvn clean verify
132132

133133
echo
134134
echo "Please test now!!!"

0 commit comments

Comments
 (0)