Skip to content

Commit

Permalink
Release v6.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 054006e commit d3c61a7
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion infra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.jeddict</groupId>
<artifactId>jeddict-extensions</artifactId>
<version>6.2.0</version>
<version>6.3.1</version>
</parent>
<artifactId>infra</artifactId>
<name>Infra</name>
Expand Down
2 changes: 1 addition & 1 deletion jakarta-ee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.jeddict</groupId>
<artifactId>jeddict-extensions</artifactId>
<version>6.2.0</version>
<version>6.3.1</version>
</parent>
<artifactId>jakarta-ee</artifactId>
<name>Jakarta EE</name>
Expand Down
2 changes: 1 addition & 1 deletion mvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.jeddict</groupId>
<artifactId>jeddict-extensions</artifactId>
<version>6.2.0</version>
<version>6.3.1</version>
</parent>
<artifactId>mvc-generator</artifactId>
<name>MVC Generator</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</groupId>
<artifactId>jeddict-extensions</artifactId>
<name>Jeddict Extensions</name>
<version>6.2.0</version>
<version>6.3.1</version>
<packaging>pom</packaging>
<modules>
<module>rest</module>
Expand All @@ -17,7 +17,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
2 changes: 1 addition & 1 deletion rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.jeddict</groupId>
<artifactId>jeddict-extensions</artifactId>
<version>6.2.0</version>
<version>6.3.1</version>
</parent>
<artifactId>rest-generator</artifactId>
<name>REST Generator</name>
Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.jeddict</groupId>
<artifactId>jeddict-extensions</artifactId>
<version>6.2.0</version>
<version>6.3.1</version>
</parent>
<artifactId>runtime</artifactId>
<name>Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.jeddict</groupId>
<artifactId>jeddict-extensions</artifactId>
<version>6.2.0</version>
<version>6.3.1</version>
</parent>
<artifactId>jeddict-extensions-tests</artifactId>
<name>Jeddict Extensions Tests</name>
Expand Down

0 comments on commit d3c61a7

Please sign in to comment.