diff --git a/mta-plugin/pom.xml b/mta-plugin/pom.xml index 4e9a9c9..8b254e4 100644 --- a/mta-plugin/pom.xml +++ b/mta-plugin/pom.xml @@ -4,7 +4,7 @@ org.jboss.windup.plugin windup-maven-plugin-parent - 6.3.8.Final + 6.3.9-SNAPSHOT mta-maven-plugin diff --git a/mta-plugin/src/it/simple-it/pom.xml b/mta-plugin/src/it/simple-it/pom.xml index 3bf7ec7..c695392 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.3.8.Final + 6.3.9-SNAPSHOT A simple IT verifying the basic use case. UTF-8 - 6.3.8.Final + 6.3.9-SNAPSHOT 3.7.2.Final ${project.basedir}/../../../ ${project.build.directory}/windup-report @@ -22,7 +22,7 @@ org.jboss.windup.plugin windup-maven-plugin - 6.3.8.Final + 6.3.9-SNAPSHOT run-windup diff --git a/mta-plugin/src/test/resources/mojoTestConfig.xml b/mta-plugin/src/test/resources/mojoTestConfig.xml index b4c237a..0a2470a 100644 --- a/mta-plugin/src/test/resources/mojoTestConfig.xml +++ b/mta-plugin/src/test/resources/mojoTestConfig.xml @@ -5,14 +5,14 @@ org.jboss.windup.plugin.it simple-it - 6.3.8.Final + 6.3.9-SNAPSHOT org.jboss.windup.plugin mta-maven-plugin - 6.3.8.Final + 6.3.9-SNAPSHOT run-windup diff --git a/mtr-plugin/pom.xml b/mtr-plugin/pom.xml index 7140ea8..c295ddb 100644 --- a/mtr-plugin/pom.xml +++ b/mtr-plugin/pom.xml @@ -4,7 +4,7 @@ org.jboss.windup.plugin windup-maven-plugin-parent - 6.3.8.Final + 6.3.9-SNAPSHOT mtr-maven-plugin diff --git a/mtr-plugin/src/it/simple-it/pom.xml b/mtr-plugin/src/it/simple-it/pom.xml index 3bf7ec7..c695392 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.3.8.Final + 6.3.9-SNAPSHOT A simple IT verifying the basic use case. UTF-8 - 6.3.8.Final + 6.3.9-SNAPSHOT 3.7.2.Final ${project.basedir}/../../../ ${project.build.directory}/windup-report @@ -22,7 +22,7 @@ org.jboss.windup.plugin windup-maven-plugin - 6.3.8.Final + 6.3.9-SNAPSHOT run-windup diff --git a/mtr-plugin/src/test/resources/mojoTestConfig.xml b/mtr-plugin/src/test/resources/mojoTestConfig.xml index ae63c4b..c911c83 100644 --- a/mtr-plugin/src/test/resources/mojoTestConfig.xml +++ b/mtr-plugin/src/test/resources/mojoTestConfig.xml @@ -5,14 +5,14 @@ org.jboss.windup.plugin.it simple-it - 6.3.8.Final + 6.3.9-SNAPSHOT org.jboss.windup.plugin mtr-maven-plugin - 6.3.8.Final + 6.3.9-SNAPSHOT run-windup diff --git a/pom.xml b/pom.xml index 9869bd7..905c5fe 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.jboss.windup.plugin windup-maven-plugin-parent - 6.3.8.Final + 6.3.9-SNAPSHOT pom Windup Maven Plugin - Parent @@ -20,8 +20,8 @@ 11 11 - 6.3.8.Final - 6.3.8.Final + 6.3.9-SNAPSHOT + 6.3.9-SNAPSHOT 3.10.0.Final diff --git a/windup-plugin/pom.xml b/windup-plugin/pom.xml index 93198de..c920996 100644 --- a/windup-plugin/pom.xml +++ b/windup-plugin/pom.xml @@ -4,7 +4,7 @@ org.jboss.windup.plugin windup-maven-plugin-parent - 6.3.8.Final + 6.3.9-SNAPSHOT windup-maven-plugin diff --git a/windup-plugin/src/it/simple-it/pom.xml b/windup-plugin/src/it/simple-it/pom.xml index 3bf7ec7..c695392 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.3.8.Final + 6.3.9-SNAPSHOT A simple IT verifying the basic use case. UTF-8 - 6.3.8.Final + 6.3.9-SNAPSHOT 3.7.2.Final ${project.basedir}/../../../ ${project.build.directory}/windup-report @@ -22,7 +22,7 @@ org.jboss.windup.plugin windup-maven-plugin - 6.3.8.Final + 6.3.9-SNAPSHOT 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 a62149e..db7394f 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 @@ -93,7 +93,7 @@ public void testWindupVersionParameterPresent() throws Exception mojo2.execute(); - assertEquals(mojo2.getWindupVersion(), "6.3.8.Final"); + assertEquals(mojo2.getWindupVersion(), "6.3.9-SNAPSHOT"); assertTrue("index.html report not found", Paths.get("", ((Xpp3Dom) project.getBuild().getPlugins().get(0).getConfiguration()).getChild("outputDirectory").getValue(), diff --git a/windup-plugin/src/test/resources/mojoTestConfig/pom.xml b/windup-plugin/src/test/resources/mojoTestConfig/pom.xml index d5d36e4..8e19d56 100644 --- a/windup-plugin/src/test/resources/mojoTestConfig/pom.xml +++ b/windup-plugin/src/test/resources/mojoTestConfig/pom.xml @@ -5,14 +5,14 @@ org.jboss.windup.plugin.it simple-it - 6.3.8.Final + 6.3.9-SNAPSHOT org.jboss.windup.plugin windup-maven-plugin - 6.3.8.Final + 6.3.9-SNAPSHOT run-windup diff --git a/windup-plugin/src/test/resources/mojoTestConfigWithWindupVersion/pom.xml b/windup-plugin/src/test/resources/mojoTestConfigWithWindupVersion/pom.xml index ce4ff46..aa9c90e 100644 --- a/windup-plugin/src/test/resources/mojoTestConfigWithWindupVersion/pom.xml +++ b/windup-plugin/src/test/resources/mojoTestConfigWithWindupVersion/pom.xml @@ -33,7 +33,7 @@ target true false - 6.3.8.Final + 6.3.9-SNAPSHOT