Skip to content

Commit

Permalink
Release 6.3.1 with NB 22 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jGauravGupta committed Sep 18, 2024
1 parent b1b0a09 commit 1ea4741
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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>6.2.0</version>
<version>6.3.1</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>6.2.0</version>
<version>6.3.1</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>6.2.0</version>
<version>6.3.1</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>6.2.0</version>
<version>6.3.1</version>
</parent>
<artifactId>modeler-properties</artifactId>
<name>Modeler Properties</name>
Expand Down
2 changes: 1 addition & 1 deletion modeler-svg-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>6.2.0</version>
<version>6.3.1</version>
</parent>
<artifactId>modeler-svg-impl</artifactId>
<name>Modeler SVG Implementation</name>
Expand Down
4 changes: 2 additions & 2 deletions 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>6.2.0</version>
<version>6.3.1</version>
<packaging>pom</packaging>
<modules>
<module>modeler-api</module>
Expand All @@ -15,7 +15,7 @@
<properties>
<root.dir>${basedir}</root.dir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<netbeans.version>RELEASE210</netbeans.version>
<netbeans.version>RELEASE220</netbeans.version>
<netbeans.installation>${root.dir}/../incubator-netbeans/nbbuild/netbeans</netbeans.installation>
<nbm.cluster>jeddict</nbm.cluster>
<nbm.build.dir>${root.dir}/../jeddict-cluster</nbm.build.dir>
Expand Down

0 comments on commit 1ea4741

Please sign in to comment.