Skip to content

Commit

Permalink
🏁 Releasing version 6.1.2.Final
Browse files Browse the repository at this point in the history
Signed-off-by: windup <windup@users.noreply.github.com>
  • Loading branch information
windup committed Jan 17, 2023
1 parent df5e0b7 commit cb74a06
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion mta-plugin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.windup.plugin</groupId>
<artifactId>windup-maven-plugin-parent</artifactId>
<version>6.1.2-SNAPSHOT</version>
<version>6.1.2.Final</version>
</parent>

<artifactId>mta-maven-plugin</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions mta-plugin/src/it/simple-it/pom.xml
Expand Up @@ -5,13 +5,13 @@

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

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

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.windupcore>6.1.2-SNAPSHOT</version.windupcore>
<version.windupcore>6.1.2.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>6.1.2-SNAPSHOT</version>
<version>6.1.2.Final</version>
<executions>
<execution>
<id>run-windup</id>
Expand Down
2 changes: 1 addition & 1 deletion mta-plugin/src/test/resources/mojoTestConfig.xml
Expand Up @@ -4,7 +4,7 @@
<plugin>
<groupId>org.jboss.windup.plugin</groupId>
<artifactId>mta-maven-plugin</artifactId>
<version>6.1.2-SNAPSHOT</version>
<version>6.1.2.Final</version>
<executions>
<execution>
<id>run-windup</id>
Expand Down
2 changes: 1 addition & 1 deletion mtr-plugin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.windup.plugin</groupId>
<artifactId>windup-maven-plugin-parent</artifactId>
<version>6.1.2-SNAPSHOT</version>
<version>6.1.2.Final</version>
</parent>

<artifactId>mtr-maven-plugin</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions mtr-plugin/src/it/simple-it/pom.xml
Expand Up @@ -5,13 +5,13 @@

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

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

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.windupcore>6.1.2-SNAPSHOT</version.windupcore>
<version.windupcore>6.1.2.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>6.1.2-SNAPSHOT</version>
<version>6.1.2.Final</version>
<executions>
<execution>
<id>run-windup</id>
Expand Down
2 changes: 1 addition & 1 deletion mtr-plugin/src/test/resources/mojoTestConfig.xml
Expand Up @@ -4,7 +4,7 @@
<plugin>
<groupId>org.jboss.windup.plugin</groupId>
<artifactId>mtr-maven-plugin</artifactId>
<version>6.1.2-SNAPSHOT</version>
<version>6.1.2.Final</version>
<executions>
<execution>
<id>run-windup</id>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -10,7 +10,7 @@

<groupId>org.jboss.windup.plugin</groupId>
<artifactId>windup-maven-plugin-parent</artifactId>
<version>6.1.2-SNAPSHOT</version>
<version>6.1.2.Final</version>
<packaging>pom</packaging>

<name>Windup Maven Plugin - Parent</name>
Expand All @@ -20,8 +20,8 @@
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>

<version.windupcore>6.1.2-SNAPSHOT</version.windupcore>
<version.windup-rulesets>6.1.2-SNAPSHOT</version.windup-rulesets>
<version.windupcore>6.1.2.Final</version.windupcore>
<version.windup-rulesets>6.1.2.Final</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. -->
<version.forge>3.10.0.Final</version.forge>
Expand Down
2 changes: 1 addition & 1 deletion windup-plugin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.windup.plugin</groupId>
<artifactId>windup-maven-plugin-parent</artifactId>
<version>6.1.2-SNAPSHOT</version>
<version>6.1.2.Final</version>
</parent>

<artifactId>windup-maven-plugin</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions windup-plugin/src/it/simple-it/pom.xml
Expand Up @@ -5,13 +5,13 @@

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

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

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.windupcore>6.1.2-SNAPSHOT</version.windupcore>
<version.windupcore>6.1.2.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>6.1.2-SNAPSHOT</version>
<version>6.1.2.Final</version>
<executions>
<execution>
<id>run-windup</id>
Expand Down
Expand Up @@ -76,6 +76,6 @@ public void testWindupVersionParameterPresent() throws Exception
mojo2.execute();


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

0 comments on commit cb74a06

Please sign in to comment.