diff --git a/mta-plugin/pom.xml b/mta-plugin/pom.xml index 052318cf..d25a2f0a 100644 --- a/mta-plugin/pom.xml +++ b/mta-plugin/pom.xml @@ -4,7 +4,7 @@ org.jboss.windup.plugin windup-maven-plugin-parent - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 mta-maven-plugin diff --git a/mta-plugin/src/it/simple-it/pom.xml b/mta-plugin/src/it/simple-it/pom.xml index 25c8c538..b6a5ba51 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.2.0-SNAPSHOT + 6.2.0.Alpha1 A simple IT verifying the basic use case. UTF-8 - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 3.7.2.Final ${project.basedir}/../../../ ${project.build.directory}/windup-report @@ -22,7 +22,7 @@ org.jboss.windup.plugin windup-maven-plugin - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 run-windup diff --git a/mta-plugin/src/test/resources/mojoTestConfig.xml b/mta-plugin/src/test/resources/mojoTestConfig.xml index f6cc3aab..2608a228 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.2.0-SNAPSHOT + 6.2.0.Alpha1 run-windup diff --git a/mtr-plugin/pom.xml b/mtr-plugin/pom.xml index 69d42677..85e8a0d4 100644 --- a/mtr-plugin/pom.xml +++ b/mtr-plugin/pom.xml @@ -4,7 +4,7 @@ org.jboss.windup.plugin windup-maven-plugin-parent - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 mtr-maven-plugin diff --git a/mtr-plugin/src/it/simple-it/pom.xml b/mtr-plugin/src/it/simple-it/pom.xml index 25c8c538..b6a5ba51 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.2.0-SNAPSHOT + 6.2.0.Alpha1 A simple IT verifying the basic use case. UTF-8 - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 3.7.2.Final ${project.basedir}/../../../ ${project.build.directory}/windup-report @@ -22,7 +22,7 @@ org.jboss.windup.plugin windup-maven-plugin - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 run-windup diff --git a/mtr-plugin/src/test/resources/mojoTestConfig.xml b/mtr-plugin/src/test/resources/mojoTestConfig.xml index e715ceef..6e91c4fd 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.2.0-SNAPSHOT + 6.2.0.Alpha1 run-windup diff --git a/pom.xml b/pom.xml index f4383ace..9bcba649 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.jboss.windup.plugin windup-maven-plugin-parent - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 pom Windup Maven Plugin - Parent @@ -20,8 +20,8 @@ 11 11 - 6.2.0-SNAPSHOT - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 + 6.2.0.Alpha1 3.10.0.Final diff --git a/windup-plugin/pom.xml b/windup-plugin/pom.xml index ec6be1f0..dea894c1 100644 --- a/windup-plugin/pom.xml +++ b/windup-plugin/pom.xml @@ -4,7 +4,7 @@ org.jboss.windup.plugin windup-maven-plugin-parent - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 windup-maven-plugin diff --git a/windup-plugin/src/it/simple-it/pom.xml b/windup-plugin/src/it/simple-it/pom.xml index 25c8c538..b6a5ba51 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.2.0-SNAPSHOT + 6.2.0.Alpha1 A simple IT verifying the basic use case. UTF-8 - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 3.7.2.Final ${project.basedir}/../../../ ${project.build.directory}/windup-report @@ -22,7 +22,7 @@ org.jboss.windup.plugin windup-maven-plugin - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 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 ff500a75..c17e1eec 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.2.0-SNAPSHOT"); + assertEquals(mojo2.getWindupVersion(), "6.2.0.Alpha1"); 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.xml b/windup-plugin/src/test/resources/mojoTestConfig.xml index b7ac7560..95abe269 100644 --- a/windup-plugin/src/test/resources/mojoTestConfig.xml +++ b/windup-plugin/src/test/resources/mojoTestConfig.xml @@ -5,14 +5,14 @@ org.jboss.windup.plugin.it simple-it - 1.0-SNAPSHOT + 6.2.0.Alpha1 org.jboss.windup.plugin windup-maven-plugin - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 run-windup diff --git a/windup-plugin/src/test/resources/mojoTestConfigWithWindupVersion.xml b/windup-plugin/src/test/resources/mojoTestConfigWithWindupVersion.xml index 31e4a0d8..be71d6f7 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.2.0-SNAPSHOT + 6.2.0.Alpha1