Skip to content

Commit

Permalink
Release v5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jGauravGupta committed Oct 14, 2018
1 parent 70d2568 commit acb7d24
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modeler-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.jeddict.modeler</groupId>
<artifactId>netbeans-modeler</artifactId>
<version>5.1</version>
<version>5.2</version>
</parent>
<artifactId>modeler-api</artifactId>
<name>Modeler API</name>
Expand Down
2 changes: 1 addition & 1 deletion modeler-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.jeddict.modeler</groupId>
<artifactId>netbeans-modeler</artifactId>
<version>5.1</version>
<version>5.2</version>
</parent>
<artifactId>modeler-impl</artifactId>
<name>Modeler Implementation</name>
Expand Down
2 changes: 1 addition & 1 deletion modeler-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.jeddict.modeler</groupId>
<artifactId>netbeans-modeler</artifactId>
<version>5.1</version>
<version>5.2</version>
</parent>
<artifactId>modeler-lib</artifactId>
<name>Modeler Library</name>
Expand Down
2 changes: 1 addition & 1 deletion modeler-properties/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.jeddict.modeler</groupId>
<artifactId>netbeans-modeler</artifactId>
<version>5.1</version>
<version>5.2</version>
</parent>
<artifactId>modeler-properties</artifactId>
<name>Modeler Properties</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>io.github.jeddict.modeler</groupId>
<artifactId>netbeans-modeler</artifactId>
<name>NetBeans Modeler</name>
<version>5.1</version>
<version>5.2</version>
<packaging>pom</packaging>
<modules>
<module>modeler-api</module>
Expand Down

0 comments on commit acb7d24

Please sign in to comment.