diff --git a/mta-plugin/pom.xml b/mta-plugin/pom.xml
index b0a90d5..7a3d987 100644
--- a/mta-plugin/pom.xml
+++ b/mta-plugin/pom.xml
@@ -4,7 +4,7 @@
org.jboss.windup.plugin
windup-maven-plugin-parent
- 6.1.5-SNAPSHOT
+ 6.1.5.Final
mta-maven-plugin
diff --git a/mta-plugin/src/it/simple-it/pom.xml b/mta-plugin/src/it/simple-it/pom.xml
index ef1d6d8..8fb0bff 100644
--- a/mta-plugin/src/it/simple-it/pom.xml
+++ b/mta-plugin/src/it/simple-it/pom.xml
@@ -5,13 +5,13 @@
org.jboss.windup.plugin.it
simple-it
- 6.1.5-SNAPSHOT
+ 6.1.5.Final
A simple IT verifying the basic use case.
UTF-8
- 6.1.5-SNAPSHOT
+ 6.1.5.Final
3.7.2.Final
${project.basedir}/../../../
${project.build.directory}/windup-report
@@ -22,7 +22,7 @@
org.jboss.windup.plugin
windup-maven-plugin
- 6.1.5-SNAPSHOT
+ 6.1.5.Final
run-windup
diff --git a/mta-plugin/src/test/resources/mojoTestConfig.xml b/mta-plugin/src/test/resources/mojoTestConfig.xml
index e2bf1da..966be8a 100644
--- a/mta-plugin/src/test/resources/mojoTestConfig.xml
+++ b/mta-plugin/src/test/resources/mojoTestConfig.xml
@@ -4,7 +4,7 @@
org.jboss.windup.plugin
mta-maven-plugin
- 6.1.5-SNAPSHOT
+ 6.1.5.Final
run-windup
diff --git a/mtr-plugin/pom.xml b/mtr-plugin/pom.xml
index 0332a8d..5273840 100644
--- a/mtr-plugin/pom.xml
+++ b/mtr-plugin/pom.xml
@@ -4,7 +4,7 @@
org.jboss.windup.plugin
windup-maven-plugin-parent
- 6.1.5-SNAPSHOT
+ 6.1.5.Final
mtr-maven-plugin
diff --git a/mtr-plugin/src/it/simple-it/pom.xml b/mtr-plugin/src/it/simple-it/pom.xml
index ef1d6d8..8fb0bff 100644
--- a/mtr-plugin/src/it/simple-it/pom.xml
+++ b/mtr-plugin/src/it/simple-it/pom.xml
@@ -5,13 +5,13 @@
org.jboss.windup.plugin.it
simple-it
- 6.1.5-SNAPSHOT
+ 6.1.5.Final
A simple IT verifying the basic use case.
UTF-8
- 6.1.5-SNAPSHOT
+ 6.1.5.Final
3.7.2.Final
${project.basedir}/../../../
${project.build.directory}/windup-report
@@ -22,7 +22,7 @@
org.jboss.windup.plugin
windup-maven-plugin
- 6.1.5-SNAPSHOT
+ 6.1.5.Final
run-windup
diff --git a/mtr-plugin/src/test/resources/mojoTestConfig.xml b/mtr-plugin/src/test/resources/mojoTestConfig.xml
index 10cbcc4..a0a4204 100644
--- a/mtr-plugin/src/test/resources/mojoTestConfig.xml
+++ b/mtr-plugin/src/test/resources/mojoTestConfig.xml
@@ -4,7 +4,7 @@
org.jboss.windup.plugin
mtr-maven-plugin
- 6.1.5-SNAPSHOT
+ 6.1.5.Final
run-windup
diff --git a/pom.xml b/pom.xml
index e39498f..6f9c97d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
org.jboss.windup.plugin
windup-maven-plugin-parent
- 6.1.5-SNAPSHOT
+ 6.1.5.Final
pom
Windup Maven Plugin - Parent
@@ -20,8 +20,8 @@
11
11
- 6.1.5-SNAPSHOT
- 6.1.5-SNAPSHOT
+ 6.1.5.Final
+ 6.1.5.Final
3.10.0.Final
diff --git a/windup-plugin/pom.xml b/windup-plugin/pom.xml
index 09bb26e..3a43904 100644
--- a/windup-plugin/pom.xml
+++ b/windup-plugin/pom.xml
@@ -4,7 +4,7 @@
org.jboss.windup.plugin
windup-maven-plugin-parent
- 6.1.5-SNAPSHOT
+ 6.1.5.Final
windup-maven-plugin
diff --git a/windup-plugin/src/it/simple-it/pom.xml b/windup-plugin/src/it/simple-it/pom.xml
index ef1d6d8..8fb0bff 100644
--- a/windup-plugin/src/it/simple-it/pom.xml
+++ b/windup-plugin/src/it/simple-it/pom.xml
@@ -5,13 +5,13 @@
org.jboss.windup.plugin.it
simple-it
- 6.1.5-SNAPSHOT
+ 6.1.5.Final
A simple IT verifying the basic use case.
UTF-8
- 6.1.5-SNAPSHOT
+ 6.1.5.Final
3.7.2.Final
${project.basedir}/../../../
${project.build.directory}/windup-report
@@ -22,7 +22,7 @@
org.jboss.windup.plugin
windup-maven-plugin
- 6.1.5-SNAPSHOT
+ 6.1.5.Final
run-windup
diff --git a/windup-plugin/src/test/java/org/jboss/windup/plugin/WindupMojoTest.java b/windup-plugin/src/test/java/org/jboss/windup/plugin/WindupMojoTest.java
index 5b4ba0a..93968fe 100644
--- a/windup-plugin/src/test/java/org/jboss/windup/plugin/WindupMojoTest.java
+++ b/windup-plugin/src/test/java/org/jboss/windup/plugin/WindupMojoTest.java
@@ -76,6 +76,6 @@ public void testWindupVersionParameterPresent() throws Exception
mojo2.execute();
- assertEquals(mojo2.getWindupVersion(), "6.1.5-SNAPSHOT");
+ assertEquals(mojo2.getWindupVersion(), "6.1.5.Final");
}
}
\ No newline at end of file
diff --git a/windup-plugin/src/test/resources/mojoTestConfig.xml b/windup-plugin/src/test/resources/mojoTestConfig.xml
index 53d4ae1..ddc4abb 100644
--- a/windup-plugin/src/test/resources/mojoTestConfig.xml
+++ b/windup-plugin/src/test/resources/mojoTestConfig.xml
@@ -4,7 +4,7 @@
org.jboss.windup.plugin
windup-maven-plugin
- 6.1.5-SNAPSHOT
+ 6.1.5.Final
run-windup
diff --git a/windup-plugin/src/test/resources/mojoTestConfigWithWindupVersion.xml b/windup-plugin/src/test/resources/mojoTestConfigWithWindupVersion.xml
index b29847b..5c2e765 100644
--- a/windup-plugin/src/test/resources/mojoTestConfigWithWindupVersion.xml
+++ b/windup-plugin/src/test/resources/mojoTestConfigWithWindupVersion.xml
@@ -33,7 +33,7 @@
target
true
false
- 6.1.5-SNAPSHOT
+ 6.1.5.Final