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

Commit

Permalink
Missed two references for rhq-core-util independent versioning.
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 d5425b1 commit 744c1c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/core/arquillian-integration/archive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-util</artifactId>
<version>${project.version}</version>
<version>${rhq-core-util.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/enterprise/server/server-control/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>rhq-core-util</artifactId>
<version>${project.version}</version>
<version>${rhq-core-util.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 744c1c9

Please sign in to comment.