Skip to content

Commit

Permalink
Back to development
Browse files Browse the repository at this point in the history
  • Loading branch information
Windup committed Nov 2, 2022
1 parent 74be5a0 commit 324cf90
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ejb-beanutils-async/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.1.0.Final</version.windup>
<version.windup>6.1.1-SNAPSHOT</version.windup>
</properties>

<groupId>org.jboss.windup.quickstarts</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ejb-beanutils-async/rules-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<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.1.0.Final</version.windup>
<version.windup>6.1.1-SNAPSHOT</version.windup>
</properties>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions maven-plugin-usage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
</scm>

<properties>
<version.windup>6.1.0.Final</version.windup>
<version.windup-maven-plugin>6.1.0.Final</version.windup-maven-plugin>
<version.windup>6.1.1-SNAPSHOT</version.windup>
<version.windup-maven-plugin>6.1.1-SNAPSHOT</version.windup-maven-plugin>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0.Final</version.windup>
<version.windup>6.1.1-SNAPSHOT</version.windup>
</properties>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion proprietary-javaee-servlet/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.1.0.Final</version.windup>
<version.windup>6.1.1-SNAPSHOT</version.windup>
</properties>

<groupId>org.jboss.windup.quickstarts</groupId>
Expand Down
2 changes: 1 addition & 1 deletion proprietary-javaee-servlet/rules-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0.Final</version.windup>
<version.windup>6.1.1-SNAPSHOT</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.1.0.Final</version>
<version>6.1.1-SNAPSHOT</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.1.0.Final</version.windup>
<version.windup>6.1.1-SNAPSHOT</version.windup>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 324cf90

Please sign in to comment.