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

Commit

Permalink
[prod] More component version fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simeon Pinder committed Jan 22, 2015
1 parent ad7ad8c commit 77b6e66
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions modules/enterprise/agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ Build-Number=${buildNumber}
<property name="rhq-core-plugin-container.version" value="${rhq-core-plugin-container.version}" />
<property name="rhq-core-client-api.version" value="${rhq-core-client-api.version}" />
<property name="rhq-jmx-plugin.version" value="${rhq-jmx-plugin.version}" />
<property name="rhq-enterprise-comm.version" value="${rhq-enterprise-comm.version}" />
<property name="rhq-script-bindings.version" value="${rhq-script-bindings.version}" />
</ant>
</target>
</configuration>
Expand Down
5 changes: 3 additions & 2 deletions modules/enterprise/gui/rh-access-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</parent>

<artifactId>rhq-rh-access</artifactId>
<version>4.12.0.JON330GA</version>
<packaging>war</packaging>
<name>RHQ RedHat Access</name>
<properties>
Expand Down Expand Up @@ -65,7 +66,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-domain</artifactId>
<version>${project.version}</version>
<version>${rhq-core-domain.version}</version>
<scope>provided</scope> <!-- by rhq.ear (as ejb-jar) -->
</dependency>

Expand All @@ -77,7 +78,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-enterprise-server</artifactId>
<version>${project.version}</version>
<version>${rhq-enterprise-server.version}</version>
<scope>provided</scope> <!-- by rhq.ear (as ejb-jar) -->
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion modules/enterprise/server/ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>rhq-rh-access</artifactId>
<version>${project.version}</version>
<version>${rhq-rh-access.version}</version>
<type>war</type>
</dependency>

Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@
<rhq-arquillian-agent-plugin-container-embedded.version>${rhq.pom.version}</rhq-arquillian-agent-plugin-container-embedded.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>
<rhq-rh-access.version>${rhq.pom.version}</rhq-rh-access.version>
</properties>


Expand Down

0 comments on commit 77b6e66

Please sign in to comment.