Set cloudstack as the parent for our checkstyle config
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a3fae88c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a3fae88c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a3fae88c Branch: refs/heads/rbac Commit: a3fae88c2725f0d5166af28ff7f4e15a16c2be67 Parents: 54a3d80 Author: Hugo Trippaers <[email protected]> Authored: Mon Nov 4 17:20:44 2013 +0100 Committer: Hugo Trippaers <[email protected]> Committed: Mon Nov 4 20:01:13 2013 +0100 ---------------------------------------------------------------------- parents/checkstyle/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a3fae88c/parents/checkstyle/pom.xml ---------------------------------------------------------------------- diff --git a/parents/checkstyle/pom.xml b/parents/checkstyle/pom.xml index 245631b..746cb3f 100644 --- a/parents/checkstyle/pom.xml +++ b/parents/checkstyle/pom.xml @@ -1,7 +1,11 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <name>Apache CloudStack Checkstyle Configuration</name> - <groupId>org.apache.cloudstack</groupId> <artifactId>checkstyle</artifactId> <version>0.0.1-SNAPSHOT</version> + <parent> + <groupId>org.apache.cloudstack</groupId> + <artifactId>cloudstack</artifactId> + <version>4.3.0-SNAPSHOT</version> + </parent> </project>
