Skip to content

Commit

Permalink
Updated version.windupcore property to 4.3.1.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedora committed Mar 17, 2020
1 parent 000f8ef commit 3b6fca7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>

<version.windupcore>4.3.1-SNAPSHOT</version.windupcore>
<version.windupcore>4.3.1.Final</version.windupcore>
<version.windup-rulesets>${version.windupcore}</version.windup-rulesets>
<!-- For now, we need to pass this to the Mojo explicitly (through META-INF/versions.properties),
but it should be possible to figure that out from the Windup POM. -->
Expand Down
6 changes: 3 additions & 3 deletions src/it/simple-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

<groupId>org.jboss.windup.plugin.it</groupId>
<artifactId>simple-it</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1.Final</version>

<description>A simple IT verifying the basic use case.</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.windupcore>4.3.1-SNAPSHOT</version.windupcore>
<version.windupcore>4.3.1.Final</version.windupcore>
<version.forge>3.7.2.Final</version.forge>
<inputDirectory>${project.basedir}/../../../</inputDirectory>
<outputDirectory>${project.build.directory}/windup-report</outputDirectory>
Expand All @@ -22,7 +22,7 @@
<plugin>
<groupId>org.jboss.windup.plugin</groupId>
<artifactId>windup-maven-plugin</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1.Final</version>
<executions>
<execution>
<id>run-windup</id>
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/jboss/windup/plugin/WindupMojoTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ public void testWindupVersionParameterPresent() throws Exception
mojo2.execute();


assertEquals(mojo2.getWindupVersion(), "4.3.1-SNAPSHOT");
assertEquals(mojo2.getWindupVersion(), "4.3.1.Final");
}
}
2 changes: 1 addition & 1 deletion src/test/resources/mojoTestConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<plugin>
<groupId>org.jboss.windup.plugin</groupId>
<artifactId>windup-maven-plugin</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1.Final</version>
<executions>
<execution>
<id>run-windup</id>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/mojoTestConfigWithWindupVersion.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<outputDirectory>target</outputDirectory>
<offlineMode>true</offlineMode>
<overwrite>false</overwrite>
<windupVersion>4.3.1-SNAPSHOT</windupVersion>
<windupVersion>4.3.1.Final</windupVersion>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 3b6fca7

Please sign in to comment.