Skip to content

Commit

Permalink
🏁 Releasing version 6.2.0.Alpha2
Browse files Browse the repository at this point in the history
Signed-off-by: windup <[email protected]>
  • Loading branch information
windup committed Apr 6, 2023
1 parent f6e61d1 commit fd63d66
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions ejb-beanutils-async/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>

<properties>
<version.windup>6.2.0-SNAPSHOT</version.windup>
<version.windup>6.2.0.Alpha2</version.windup>
</properties>

<groupId>org.jboss.windup.quickstarts</groupId>
<artifactId>windup-ejb-beanutils-async</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.2.0.Alpha2</version>
<packaging>pom</packaging>

<name>Windup Quickstart: ejb-beanutils-async</name>
Expand Down
4 changes: 2 additions & 2 deletions ejb-beanutils-async/rules-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

<groupId>org.jboss.windup.quickstarts</groupId>
<artifactId>windup-ejb-beanutils-async-rules-java</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.2.0.Alpha2</version>
<name>Windup Quickstart: ejb-beanutils-async-rules-java</name>
<description>Windup Quickstart: Rule That Detects Seam Asynchronous Annotation in Remote EJBs</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<version.windup>6.2.0-SNAPSHOT</version.windup>
<version.windup>6.2.0.Alpha2</version.windup>
</properties>

<dependencyManagement>
Expand Down
6 changes: 3 additions & 3 deletions maven-plugin-usage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.windup.quickstarts</groupId>
<artifactId>maven-plugin-usage</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.2.0.Alpha2</version>
<description>This example shows how to use Windup for generating reports natively in Maven project</description>

<name>Windup Quickstart: windup-maven-plugin</name>
Expand All @@ -23,8 +23,8 @@
</scm>

<properties>
<version.windup>6.2.0-SNAPSHOT</version.windup>
<version.windup-maven-plugin>6.2.0-SNAPSHOT</version.windup-maven-plugin>
<version.windup>6.2.0.Alpha2</version.windup>
<version.windup-maven-plugin>6.2.0.Alpha2</version.windup-maven-plugin>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<properties>
<version.windup>6.2.0-SNAPSHOT</version.windup>
<version.windup>6.2.0.Alpha2</version.windup>
</properties>

<parent>
Expand All @@ -15,7 +15,7 @@

<groupId>org.jboss.windup.quickstarts</groupId>
<artifactId>windup-quickstarts-root</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.2.0.Alpha2</version>
<packaging>pom</packaging>

<name>Windup QuickStart Root</name>
Expand Down
4 changes: 2 additions & 2 deletions proprietary-javaee-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>

<properties>
<version.windup>6.2.0-SNAPSHOT</version.windup>
<version.windup>6.2.0.Alpha2</version.windup>
</properties>

<groupId>org.jboss.windup.quickstarts</groupId>
<artifactId>windup-proprietary-javaee-servlet</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.2.0.Alpha2</version>
<packaging>pom</packaging>

<name>Windup Quickstart: Proprietary to Java EE Servlet</name>
Expand Down
4 changes: 2 additions & 2 deletions proprietary-javaee-servlet/rules-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.jboss.windup.quickstarts</groupId>
<artifactId>windup-proprietary-javaee-servlet-rules-java</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.2.0.Alpha2</version>

<name>Windup Quickstart: Proprietary to Java EE Servlet Rules</name>
<description>Windup Quickstart: Proprietary Servlet Annotations</description>
Expand All @@ -13,7 +13,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<version.windup>6.2.0-SNAPSHOT</version.windup>
<version.windup>6.2.0.Alpha2</version.windup>
</properties>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions victi.ms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

<groupId>org.jboss.windup.quickstarts</groupId>
<artifactId>windup-victims</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.2.0.Alpha2</version>

<name>Windup Quickstart: Victi.ms Ruleset</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<version.windup>6.2.0-SNAPSHOT</version.windup>
<version.windup>6.2.0.Alpha2</version.windup>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit fd63d66

Please sign in to comment.