Skip to content

Commit

Permalink
Prepare for 2.1.3.Final release
Browse files Browse the repository at this point in the history
  • Loading branch information
aloubyansky committed Jul 15, 2022
1 parent bd8b41c commit b5863ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion patch-gen-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>patch-gen-parent</artifactId>
<groupId>org.jboss.as</groupId>
<version>2.1.3.Final-SNAPSHOT</version>
<version>2.1.3.Final</version>
</parent>

<artifactId>patch-gen-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion patch-gen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.as</groupId>
<artifactId>patch-gen-parent</artifactId>
<version>2.1.3.Final-SNAPSHOT</version>
<version>2.1.3.Final</version>
</parent>

<artifactId>patch-gen</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.jboss.as</groupId>
<artifactId>patch-gen-parent</artifactId>
<version>2.1.3.Final-SNAPSHOT</version>
<version>2.1.3.Final</version>
<packaging>pom</packaging>

<name>JBoss patch-gen Build Aggregator</name>
Expand Down

0 comments on commit b5863ca

Please sign in to comment.