Fix version and build paths for the checkstyle code

This commit is contained in:
Hugo Trippaers 2013-11-04 18:57:03 +01:00
parent 29aa4ae8da
commit 9e5e9fdc67
2 changed files with 2 additions and 3 deletions

View File

@ -2,10 +2,9 @@
<modelVersion>4.0.0</modelVersion>
<name>Apache CloudStack Checkstyle Configuration</name>
<artifactId>checkstyle</artifactId>
<version>0.0.1-SNAPSHOT</version>
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack</artifactId>
<artifactId>cloud-maven-standard</artifactId>
<version>4.3.0-SNAPSHOT</version>
</parent>
</project>

View File

@ -37,7 +37,7 @@
<dependency>
<groupId>org.apache.cloudstack</groupId>
<artifactId>checkstyle</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
</dependencies>
<executions>