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

Commit

Permalink
Fixes incorrect versions for dependencies on OpenShift-plugin and rhq…
Browse files Browse the repository at this point in the history
…-serverplugin-jdr.
  • Loading branch information
josejulio committed Dec 17, 2015
1 parent 95ae59f commit 81dee54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modules/enterprise/server/plugins/jdr-support/pom.xml
Expand Up @@ -18,13 +18,13 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-enterprise-server</artifactId>
<version>${project.version}</version>
<version>${rhq-enterprise-server.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-domain</artifactId>
<version>${project.version}</version>
<version>${rhq-core-domain.version}</version>
<scope>provided</scope> <!-- provided by the server/plugin-container -->
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions modules/plugins/OpenShift-support/pom.xml
Expand Up @@ -151,25 +151,25 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-domain</artifactId>
<version>${project.version}</version>
<version>${rhq-core-domain.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-plugin-api</artifactId>
<version>${project.version}</version>
<version>${rhq-core-plugin-api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-native-system</artifactId>
<version>${project.version}</version>
<version>${rhq-core-native-system.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-jboss-as-7-plugin</artifactId>
<version>${project.version}</version>
<version>${rhq-jboss-as-7-plugin.version}</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 81dee54

Please sign in to comment.