Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Adding independent versioning for rhq-core-plugin-container and rhq-…
Browse files Browse the repository at this point in the history
…arquillian-agent-plugin-container-embedded.
  • Loading branch information
Simeon Pinder committed Jun 13, 2014
1 parent 95e3a68 commit 7ac10b2
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 17 deletions.
7 changes: 4 additions & 3 deletions modules/core/arquillian-integration/container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

<groupId>org.rhq</groupId>
<artifactId>rhq-arquillian-agent-plugin-container-embedded</artifactId>
<version>4.9.0.JON320GA</version>
<name>RHQ Arquillian Plugin Container</name>
<description>RHQ Embedded Agent Plugin Container integration for Arquillian</description>

Expand Down Expand Up @@ -91,13 +92,13 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-shrinkwrap-agent-plugin-archive</artifactId>
<version>${project.version}</version>
<version>${rhq-shrinkwrap-agent-plugin-archive.version}</version>
</dependency>

<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-plugin-container</artifactId>
<version>${project.version}</version>
<version>${rhq-core-plugin-container.version}</version>
</dependency>

<!-- 3rd party -->
Expand All @@ -124,7 +125,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-arquillian-container-test-plugin</artifactId>
<version>${project.version}</version>
<version>${rhq-arquillian-container-test-plugin.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
12 changes: 6 additions & 6 deletions modules/core/plugin-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
</parent>

<artifactId>rhq-core-plugin-container</artifactId>
<version>4.9.0.JON320GA</version>
<packaging>jar</packaging>

<name>RHQ Plugin Container</name>
Expand All @@ -34,13 +35,13 @@
<dependency>
<groupId>${rhq.groupId}</groupId>
<artifactId>rhq-core-comm-api</artifactId>
<version>${project.version}</version>
<version>${rhq-core-comm-api.version}</version>
</dependency>

<dependency>
<groupId>${rhq.groupId}</groupId>
<artifactId>rhq-core-client-api</artifactId>
<version>${project.version}</version>
<version>${rhq-core-client-api.version}</version>
</dependency>

<dependency>
Expand All @@ -52,7 +53,7 @@
<dependency>
<groupId>${rhq.groupId}</groupId>
<artifactId>rhq-common-drift</artifactId>
<version>${project.version}</version>
<version>${rhq-common-drift.version}</version>
</dependency>

<!-- 3rd Party Deps -->
Expand All @@ -75,7 +76,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>test-utils</artifactId>
<version>${project.version}</version>
<version>${test-utils.version}</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -303,7 +304,6 @@
<jar destfile="${project.build.testOutputDirectory}/resource-upgrade-test-plugin-duplicate-test-2.0.0.jar">
<fileset dir="${project.build.testOutputDirectory}/tmp/duplicate/v2" includes="**/*.class,**/rhq-plugin.xml" />
</jar>

<delete dir="${project.build.testOutputDirectory}/tmp" />
</target>
</configuration>
Expand All @@ -328,7 +328,7 @@
<configuration>
<skipTests>${skipTests}</skipTests>
<systemPropertyVariables>
<rhq.version>${project.version}</rhq.version>
<rhq.version>${project.parent.version}</rhq.version>
</systemPropertyVariables>

<excludedGroups>arquillian,${rhq.testng.excludedGroups}</excludedGroups>
Expand Down
4 changes: 2 additions & 2 deletions modules/core/plugin-test-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>${rhq.groupId}</groupId>
<artifactId>rhq-core-plugin-container</artifactId>
<version>${project.version}</version>
<version>${rhq-core-plugin-container.version}</version>
</dependency>

</dependencies>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-arquillian-agent-plugin-container-embedded</artifactId>
<version>${project.version}</version>
<version>${rhq-arquillian-agent-plugin-container-embedded.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/core/plugin-validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-plugin-container</artifactId>
<version>${project.version}</version>
<version>${rhq-core-plugin-container.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/enterprise/agent/ant-run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Ant Script that provides ways to package the Agent.
<include name="org/rhq/rhq-core-native-system/${rhq-core-native-system.version}/rhq-core-native-system-${rhq-core-native-system.version}.jar" />
<include name="org/rhq/rhq-core-domain/${rhq-core-domain.version}/rhq-core-domain-${rhq-core-domain.version}.jar" />
<include name="org/rhq/rhq-core-plugin-api/${rhq-core-plugin-api.version}/rhq-core-plugin-api-${rhq-core-plugin-api.version}.jar" />
<include name="org/rhq/rhq-core-plugin-container/${project.version}/rhq-core-plugin-container-${project.version}.jar" />
<include name="org/rhq/rhq-core-plugin-container/${rhq-core-plugin-container.version}/rhq-core-plugin-container-${rhq-core-plugin-container.version}.jar" />
<include name="org/rhq/rhq-core-client-api/${project.version}/rhq-core-client-api-${project.version}.jar" />
<include name="org/rhq/rhq-common-drift/${project.version}/rhq-common-drift-${project.version}.jar"/>
<include name="commons-io/commons-io/1.4/commons-io-1.4.jar"/>
Expand Down
3 changes: 2 additions & 1 deletion modules/enterprise/agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-plugin-container</artifactId>
<version>${project.version}</version>
<version>${rhq-core-plugin-container.version}</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -174,6 +174,7 @@ Build-Number=${buildNumber}
<property name="rhq-core-plugin-api.version" value="${rhq-core-plugin-api.version}" />
<property name="rhq-core-util.version" value="${rhq-core-util.version}" />
<property name="rhq-platform-plugin.version" value="${rhq-platform-plugin.version}" />
<property name="rhq-core-plugin-container.version" value="${rhq-core-plugin-container.version}" />
</ant>
</target>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion modules/integration-tests/apache-plugin-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-plugin-container</artifactId>
<version>${project.version}</version>
<version>${rhq-core-plugin-container.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/augeas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>${rhq.groupId}</groupId>
<artifactId>rhq-core-plugin-container</artifactId>
<version>${project.version}</version>
<version>${rhq-core-plugin-container.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/jboss-as-5/testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>${rhq.groupId}</groupId>
<artifactId>rhq-core-plugin-container</artifactId>
<version>${rhq.version}</version>
<version>${rhq-core-plugin-container.version}</version>
<exclusions>
<exclusion>
<groupId>com.sun.xml.bind</groupId>
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,8 @@
<rhq-virt-plugin.version>${rhq.pom.version}</rhq-virt-plugin.version>
<test-utils.version>${rhq.pom.version}</test-utils.version>
<rhq-modules-parent.version>${rhq.pom.version}</rhq-modules-parent.version>
<rhq-shrinkwrap-agent-plugin-archive.version>${rhq.pom.version}</rhq-shrinkwrap-agent-plugin-archive.version>
<rhq-arquillian-container-test-plugin.version>${rhq.pom.version}</rhq-arquillian-container-test-plugin.version>

</properties>

Expand Down

0 comments on commit 7ac10b2

Please sign in to comment.