Skip to content

Commit 6ee6d4c

Browse files
committed
Prepare for 1.0.0.Final release
1 parent 77b934b commit 6ee6d4c

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

deployment-transformer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.wildfly.deployment</groupId>
2727
<artifactId>wildfly-deployment-transformer-parent</artifactId>
28-
<version>1.0.0.Final-SNAPSHOT</version>
28+
<version>1.0.0.Final</version>
2929
</parent>
3030

3131
<artifactId>wildfly-ee-9-deployment-transformer</artifactId>

galleon-content/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wildfly.deployment</groupId>
2222
<artifactId>wildfly-deployment-transformer-parent</artifactId>
23-
<version>1.0.0.Final-SNAPSHOT</version>
23+
<version>1.0.0.Final</version>
2424
</parent>
2525
<artifactId>wildfly-deployment-transformer-galleon-content</artifactId>
2626
<packaging>pom</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</parent>
2525
<groupId>org.wildfly.deployment</groupId>
2626
<artifactId>wildfly-deployment-transformer-parent</artifactId>
27-
<version>1.0.0.Final-SNAPSHOT</version>
27+
<version>1.0.0.Final</version>
2828
<packaging>pom</packaging>
2929
<name>EE 8 to EE 9 deployment transformation for WildFly -- Parent</name>
3030

testsuite/kitchensink/ear/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wildfly.deployment</groupId>
2323
<artifactId>wildfly-deployment-transformer-kitchensink</artifactId>
24-
<version>1.0.0.Final-SNAPSHOT</version>
24+
<version>1.0.0.Final</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>wildfly-deployment-transformer-kitchensink-ear</artifactId>

testsuite/kitchensink/ejb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wildfly.deployment</groupId>
2323
<artifactId>wildfly-deployment-transformer-kitchensink</artifactId>
24-
<version>1.0.0.Final-SNAPSHOT</version>
24+
<version>1.0.0.Final</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>wildfly-deployment-transformer-kitchensink-ejb</artifactId>

testsuite/kitchensink/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wildfly.deployment</groupId>
2323
<artifactId>wildfly-deployment-transformer-testsuite</artifactId>
24-
<version>1.0.0.Final-SNAPSHOT</version>
24+
<version>1.0.0.Final</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>wildfly-deployment-transformer-kitchensink</artifactId>

testsuite/kitchensink/web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wildfly.deployment</groupId>
2323
<artifactId>wildfly-deployment-transformer-kitchensink</artifactId>
24-
<version>1.0.0.Final-SNAPSHOT</version>
24+
<version>1.0.0.Final</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>wildfly-deployment-transformer-kitchensink-web</artifactId>

testsuite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wildfly.deployment</groupId>
2222
<artifactId>wildfly-deployment-transformer-parent</artifactId>
23-
<version>1.0.0.Final-SNAPSHOT</version>
23+
<version>1.0.0.Final</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>wildfly-deployment-transformer-testsuite</artifactId>

testsuite/smoke/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.wildfly.deployment</groupId>
2424
<artifactId>wildfly-deployment-transformer-testsuite</artifactId>
25-
<version>1.0.0.Final-SNAPSHOT</version>
25+
<version>1.0.0.Final</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>wildfly-deployment-transformer-smoke-tests</artifactId>

wildfly-feature-pack/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wildfly.deployment</groupId>
2222
<artifactId>wildfly-deployment-transformer-parent</artifactId>
23-
<version>1.0.0.Final-SNAPSHOT</version>
23+
<version>1.0.0.Final</version>
2424
</parent>
2525
<artifactId>wildfly-deployment-transformer-feature-pack</artifactId>
2626
<packaging>pom</packaging>

0 commit comments

Comments
 (0)