Skip to content

Commit

Permalink
Maintain separation between the artifact id and the version to help p…
Browse files Browse the repository at this point in the history
…revent merge conflicts between commits changing the GA and those changing the V.
  • Loading branch information
bstansberry committed Feb 13, 2018
1 parent b6c4ad9 commit 6f5f9d3
Show file tree
Hide file tree
Showing 130 changed files with 553 additions and 33 deletions.
4 changes: 4 additions & 0 deletions appclient/pom.xml
Expand Up @@ -31,6 +31,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-parent</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions batch/extension-jberet/pom.xml
Expand Up @@ -30,6 +30,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-batch-parent</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions batch/extension/pom.xml
Expand Up @@ -30,6 +30,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-batch-parent</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions batch/pom.xml
Expand Up @@ -30,6 +30,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-parent</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
4 changes: 4 additions & 0 deletions bean-validation/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-parent</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions build/pom.xml
Expand Up @@ -30,6 +30,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-parent</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions client/ejb-legacy/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-parent</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down
4 changes: 4 additions & 0 deletions client/ejb/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-parent</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down
6 changes: 5 additions & 1 deletion client/jms/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-parent</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down Expand Up @@ -80,7 +84,7 @@
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-jms-client</artifactId>
</dependency>

<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-selector</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions client/shade/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-parent</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down
4 changes: 4 additions & 0 deletions clustering/api/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-clustering</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions clustering/common/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-clustering</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions clustering/ee/infinispan/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-clustering-ee</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions clustering/ee/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-clustering</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions clustering/ee/spi/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-clustering-ee</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions clustering/ejb/infinispan/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-clustering-ejb</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions clustering/ejb/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-clustering</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions clustering/ejb/spi/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-clustering-ejb</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions clustering/infinispan/extension/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-clustering-infinispan</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions clustering/infinispan/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-clustering</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions clustering/infinispan/spi/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-clustering-infinispan</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions clustering/jgroups/api/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-clustering-jgroups</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions clustering/jgroups/extension/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-clustering-jgroups</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions clustering/jgroups/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-clustering</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions clustering/jgroups/spi/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-clustering-jgroups</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions clustering/marshalling/api/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-clustering-marshalling</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions clustering/marshalling/infinispan/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-clustering-marshalling</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions clustering/marshalling/jboss/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-clustering-marshalling</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions clustering/marshalling/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-clustering</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions clustering/marshalling/spi/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-clustering-marshalling</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions clustering/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-parent</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions clustering/server/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-clustering</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions clustering/service/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-clustering</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions clustering/singleton/api/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-clustering-singleton</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions clustering/singleton/extension/pom.xml
Expand Up @@ -29,6 +29,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-clustering-singleton</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>12.0.0.Alpha1-SNAPSHOT</version>
</parent>

Expand Down

0 comments on commit 6f5f9d3

Please sign in to comment.