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-dbutils.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simeon Pinder authored and spinder committed Oct 3, 2014
1 parent cafdb79 commit a3e093c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion modules/core/dbutils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<groupId>org.rhq</groupId>
<artifactId>rhq-core-dbutils</artifactId>
<version>4.9.0.JON320GA</version>
<packaging>jar</packaging>
<name>RHQ Database Utilities</name>
<description>Database schema setup, upgrade and other utilities</description>
Expand Down Expand Up @@ -201,7 +202,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>rhq-cassandra-schema</artifactId>
<version>${project.version}</version>
<version>${rhq-cassandra-schema.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Expand Down
2 changes: 1 addition & 1 deletion modules/core/domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-dbutils</artifactId>
<version>${project.parent.version}</version>
<version>${rhq-core-dbutils.version}</version>
</dependency>
-->

Expand Down
2 changes: 1 addition & 1 deletion modules/enterprise/server/jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-dbutils</artifactId>
<version>${project.parent.version}</version>
<version>${rhq-core-dbutils.version}</version>
<exclusions>
<exclusion>
<groupId>ant</groupId>
Expand Down
2 changes: 1 addition & 1 deletion modules/helpers/perftest-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-dbutils</artifactId>
<version>${project.version}</version>
<version>${rhq-core-dbutils.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down

0 comments on commit a3e093c

Please sign in to comment.