checkstyle version

This commit is contained in:
Daan Hoogland 2014-07-26 07:05:53 +02:00
parent c9383c441e
commit 3dae39fb00
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ echo "found $currentversion"
echo 'setting version numbers'
mvn versions:set -DnewVersion=$version -P vmware -P developer -P systemvm -P simulator -P baremetal -P ucs -Dnoredist
mv deps/XenServerJava/pom.xml.versionsBackup deps/XenServerJava/pom.xml
perl -pi -e "s/-SNAPSHOT//" tools/checkstyle/pom.xml
perl -pi -e "s/$currentversion/$version/" tools/checkstyle/pom.xml
perl -pi -e "s/$currentversion/$version/" deps/XenServerJava/pom.xml
perl -pi -e "s/$currentversion/$version/" tools/apidoc/pom.xml
git clean -f

View File

@ -24,7 +24,7 @@
<name>Apache CloudStack Developer Tools - Checkstyle Configuration</name>
<groupId>org.apache.cloudstack</groupId>
<artifactId>checkstyle</artifactId>
<version>4.4.0</version>
<version>4.4.1-SNAPSHOT</version>
<build>
<plugins>
<plugin>