From b360c816abed17d1d328a1dc38919e48720ded8d Mon Sep 17 00:00:00 2001 From: Fedora Date: Wed, 25 Nov 2020 11:08:07 +0000 Subject: [PATCH] Updated version.windupcore property to 5.1.0.Beta1 --- 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 60866a6..2776efd 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ 1.8 1.8 - 5.1.0-SNAPSHOT + 5.1.0.Beta1 ${version.windupcore} diff --git a/src/it/simple-it/pom.xml b/src/it/simple-it/pom.xml index bf3dc59..0d2367d 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-SNAPSHOT + 5.1.0.Beta1 A simple IT verifying the basic use case. UTF-8 - 5.1.0-SNAPSHOT + 5.1.0.Beta1 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-SNAPSHOT + 5.1.0.Beta1 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 5f9f5ca..2f68d0f 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-SNAPSHOT"); + assertEquals(mojo2.getWindupVersion(), "5.1.0.Beta1"); } } \ No newline at end of file diff --git a/src/test/resources/mojoTestConfig.xml b/src/test/resources/mojoTestConfig.xml index 2342a2f..715343d 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-SNAPSHOT + 5.1.0.Beta1 run-windup diff --git a/src/test/resources/mojoTestConfigWithWindupVersion.xml b/src/test/resources/mojoTestConfigWithWindupVersion.xml index 0e1be78..c955c3a 100644 --- a/src/test/resources/mojoTestConfigWithWindupVersion.xml +++ b/src/test/resources/mojoTestConfigWithWindupVersion.xml @@ -33,7 +33,7 @@ target true false - 5.1.0-SNAPSHOT + 5.1.0.Beta1