Fix version and build paths for the checkstyle code
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9e5e9fdc Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9e5e9fdc Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9e5e9fdc Branch: refs/heads/rbac Commit: 9e5e9fdc670f36040ab24d985039a511945d5831 Parents: 29aa4ae Author: Hugo Trippaers <[email protected]> Authored: Mon Nov 4 18:57:03 2013 +0100 Committer: Hugo Trippaers <[email protected]> Committed: Mon Nov 4 20:01:14 2013 +0100 ---------------------------------------------------------------------- parents/checkstyle/pom.xml | 3 +-- plugins/network-elements/nicira-nvp/pom.xml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9e5e9fdc/parents/checkstyle/pom.xml ---------------------------------------------------------------------- diff --git a/parents/checkstyle/pom.xml b/parents/checkstyle/pom.xml index 746cb3f..de60100 100644 --- a/parents/checkstyle/pom.xml +++ b/parents/checkstyle/pom.xml @@ -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> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9e5e9fdc/plugins/network-elements/nicira-nvp/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/nicira-nvp/pom.xml b/plugins/network-elements/nicira-nvp/pom.xml index 5c65e6a..9341c93 100644 --- a/plugins/network-elements/nicira-nvp/pom.xml +++ b/plugins/network-elements/nicira-nvp/pom.xml @@ -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>
