Skip to content

Commit 5b05c87

Browse files
committed
Release 6.5.0 with Apache NetBeans 25 support
1 parent a164749 commit 5b05c87

File tree

21 files changed

+22
-22
lines changed

21 files changed

+22
-22
lines changed

collaboration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.jeddict</groupId>
66
<artifactId>jeddict</artifactId>
7-
<version>6.4.0</version>
7+
<version>6.5.0</version>
88
</parent>
99
<artifactId>collaboration</artifactId>
1010
<name>Collaboration</name>

db-modeler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.jeddict</groupId>
66
<artifactId>jeddict</artifactId>
7-
<version>6.4.0</version>
7+
<version>6.5.0</version>
88
</parent>
99
<artifactId>db-modeler</artifactId>
1010
<name>DB Modeler</name>

db-modeler/src/main/java/io/github/jeddict/db/modeler/initializer/DBModelerActionListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
modelerScene = DBModelerScene.class,
4141
relationValidator = RelationValidator.class,
4242
modelerDiagramEngine = DBDiagramEngine.class,
43-
version = "6.4.0",
43+
version = "6.5.0",
4444
architectureVersion = "1.0"
4545
)
4646
public class DBModelerActionListener extends ModelerFileActionListener {

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.jeddict</groupId>
66
<artifactId>jeddict</artifactId>
7-
<version>6.4.0</version>
7+
<version>6.5.0</version>
88
</parent>
99
<artifactId>examples</artifactId>
1010
<packaging>nbm</packaging>

incubation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.jeddict</groupId>
66
<artifactId>jeddict</artifactId>
7-
<version>6.4.0</version>
7+
<version>6.5.0</version>
88
</parent>
99
<artifactId>incubation</artifactId>
1010
<name>Incubation</name>

incubation/ppt-export/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.jeddict</groupId>
66
<artifactId>incubation</artifactId>
7-
<version>6.4.0</version>
7+
<version>6.5.0</version>
88
</parent>
99
<artifactId>ppt-export</artifactId>
1010
<packaging>nbm</packaging>

installer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.jeddict</groupId>
66
<artifactId>jeddict</artifactId>
7-
<version>6.4.0</version>
7+
<version>6.5.0</version>
88
</parent>
99
<artifactId>installer</artifactId>
1010
<name>Installer</name>

jcode-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.jeddict</groupId>
66
<artifactId>jeddict</artifactId>
7-
<version>6.4.0</version>
7+
<version>6.5.0</version>
88
</parent>
99
<artifactId>jcode-core</artifactId>
1010
<name>jCode Core</name>

jcode-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.jeddict</groupId>
66
<artifactId>jeddict</artifactId>
7-
<version>6.4.0</version>
7+
<version>6.5.0</version>
88
</parent>
99
<artifactId>jcode-util</artifactId>
1010
<name>jCode Util</name>

jeddict-lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.jeddict</groupId>
66
<artifactId>jeddict</artifactId>
7-
<version>6.4.0</version>
7+
<version>6.5.0</version>
88
</parent>
99
<artifactId>jeddict-lib</artifactId>
1010
<name>Jeddict Library</name>

0 commit comments

Comments
 (0)