Skip to content

Commit

Permalink
Merge pull request #21 from aloubyansky/master
Browse files Browse the repository at this point in the history
Prepare for 2.0.1.Final release
  • Loading branch information
aloubyansky committed Jun 7, 2018
2 parents aa6ed60 + 272d35b commit b48082a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.0.1.Alpha6-SNAPSHOT</version>
<version>2.0.1.Final</version>
</parent>

<artifactId>patch-gen-maven-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* <plugin>
* <groupId>org.jboss.as</groupId>
* <artifactId>patch-gen-maven-plugin</artifactId>
* <version>2.0.1.Alpha6-SNAPSHOT</version>
* <version>2.0.1.Final</version>
* <executions>
* <execution>
* <id>create-patch-file</id>
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.0.1.Alpha6-SNAPSHOT</version>
<version>2.0.1.Final</version>
</parent>

<artifactId>patch-gen</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>20</version>
<version>26</version>
</parent>

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

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

0 comments on commit b48082a

Please sign in to comment.