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

Commit

Permalink
[BZ 1313863] update shared versioning for EAP 7 patching support mod…
Browse files Browse the repository at this point in the history
…ules.
  • Loading branch information
Simeon Pinder committed Mar 30, 2016
1 parent b2d9540 commit 4e8f019
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion modules/common/wfly-patch-parser/pom.xml
Expand Up @@ -10,6 +10,6 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>rhq-wfly-patch-parser</artifactId>

<version>4.12.0.JON330GA-redhat-1</version>

</project>
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.rhq</groupId>
<artifactId>rhq-enterprise-server-plugins-parent</artifactId>
<version>4.14.0-SNAPSHOT</version>
<version>4.12.0.JON330GA</version>
</parent>

<artifactId>rhq-serverplugin-wfly-10-patch-bundle</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-wfly-patch-parser</artifactId>
<version>${project.version}</version>
<version>${rhq-wfly-patch-parser.version}</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -47,7 +47,7 @@
<artifactItem>
<groupId>org.rhq</groupId>
<artifactId>rhq-wfly-patch-parser</artifactId>
<version>${project.version}</version>
<version>${rhq-wfly-patch-parser.version}</version>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
Expand Down
4 changes: 2 additions & 2 deletions modules/enterprise/server/plugins/wfly-patch-bundle/pom.xml
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-wfly-patch-parser</artifactId>
<version>${project.version}</version>
<version>${rhq-wfly-patch-parser.version}</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -50,7 +50,7 @@
<artifactItem>
<groupId>org.rhq</groupId>
<artifactId>rhq-wfly-patch-parser</artifactId>
<version>${project.version}</version>
<version>${rhq-wfly-patch-parser.version}</version>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/jboss-as-7/pom.xml
Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-wfly-patch-parser</artifactId>
<version>${project.version}</version>
<version>${rhq-wfly-patch-parser.version}</version>
</dependency>

<!-- === Test Deps === -->
Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/wfly-10/pom.xml
Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-wfly-patch-parser</artifactId>
<version>${project.version}</version>
<version>${rhq-wfly-patch-parser.version}</version>
</dependency>

<!-- === Test Deps === -->
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -384,6 +384,7 @@
<rhq-rtfilter.version>${rhq.pom.version}-redhat-1</rhq-rtfilter.version>
<rhq-rtfilter-subsystem.version>${rhq.pom.version}-redhat-1</rhq-rtfilter-subsystem.version>
<rhq-rtfilter-wfly-10-subsystem.version>${rhq.pom.version}</rhq-rtfilter-wfly-10-subsystem.version>
<rhq-wfly-patch-parser.version>${rhq.pom.version}-redhat-1</rhq-wfly-patch-parser.version>
<rhq-aliases-plugin.version>${rhq.pom.version}</rhq-aliases-plugin.version>
<rhq-ant-bundle-plugin.version>${rhq.pom.version}-redhat-2</rhq-ant-bundle-plugin.version>
<rhq-apache-plugin.version>${rhq.pom.version}</rhq-apache-plugin.version>
Expand Down

0 comments on commit 4e8f019

Please sign in to comment.