From 97dcaef2a7b126a6128aeb184c1ff39168c81ec8 Mon Sep 17 00:00:00 2001 From: Fedora Date: Wed, 11 Nov 2020 11:34:58 +0000 Subject: [PATCH] Updated version.windupcore property to 5.1.0-SNAPSHOT --- pom.xml | 2 +- src/it/simple-it/pom.xml | 6 +++--- src/test/java/org/jboss/windup/plugin/WindupMojoTest.java | 2 +- src/test/resources/mojoTestConfig.xml | 2 +- src/test/resources/mojoTestConfigWithWindupVersion.xml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index af8cd6a..60866a6 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ 1.8 1.8 - 5.1.0.Alpha2 + 5.1.0-SNAPSHOT ${version.windupcore} diff --git a/src/it/simple-it/pom.xml b/src/it/simple-it/pom.xml index 36b77c2..bf3dc59 100644 --- a/src/it/simple-it/pom.xml +++ b/src/it/simple-it/pom.xml @@ -5,13 +5,13 @@ org.jboss.windup.plugin.it simple-it - 5.1.0.Alpha2 + 5.1.0-SNAPSHOT A simple IT verifying the basic use case. UTF-8 - 5.1.0.Alpha2 + 5.1.0-SNAPSHOT 3.7.2.Final ${project.basedir}/../../../ ${project.build.directory}/windup-report @@ -22,7 +22,7 @@ org.jboss.windup.plugin windup-maven-plugin - 5.1.0.Alpha2 + 5.1.0-SNAPSHOT run-windup diff --git a/src/test/java/org/jboss/windup/plugin/WindupMojoTest.java b/src/test/java/org/jboss/windup/plugin/WindupMojoTest.java index 0ad3398..5f9f5ca 100644 --- a/src/test/java/org/jboss/windup/plugin/WindupMojoTest.java +++ b/src/test/java/org/jboss/windup/plugin/WindupMojoTest.java @@ -76,6 +76,6 @@ public void testWindupVersionParameterPresent() throws Exception mojo2.execute(); - assertEquals(mojo2.getWindupVersion(), "5.1.0.Alpha2"); + assertEquals(mojo2.getWindupVersion(), "5.1.0-SNAPSHOT"); } } \ No newline at end of file diff --git a/src/test/resources/mojoTestConfig.xml b/src/test/resources/mojoTestConfig.xml index 1c5da77..2342a2f 100644 --- a/src/test/resources/mojoTestConfig.xml +++ b/src/test/resources/mojoTestConfig.xml @@ -4,7 +4,7 @@ org.jboss.windup.plugin windup-maven-plugin - 5.1.0.Alpha2 + 5.1.0-SNAPSHOT run-windup diff --git a/src/test/resources/mojoTestConfigWithWindupVersion.xml b/src/test/resources/mojoTestConfigWithWindupVersion.xml index 3d2aab7..0e1be78 100644 --- a/src/test/resources/mojoTestConfigWithWindupVersion.xml +++ b/src/test/resources/mojoTestConfigWithWindupVersion.xml @@ -33,7 +33,7 @@ target true false - 5.1.0.Alpha2 + 5.1.0-SNAPSHOT