Skip to content

Commit 68806e0

Browse files
committed
Upgrade to Apache NetBeans RELEASE270
1 parent 5b05c87 commit 68806e0

File tree

17 files changed

+51
-19
lines changed

17 files changed

+51
-19
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.5.0</version>
7+
<version>6.6.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.5.0</version>
7+
<version>6.6.0</version>
88
</parent>
99
<artifactId>db-modeler</artifactId>
1010
<name>DB Modeler</name>

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.5.0</version>
7+
<version>6.6.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.5.0</version>
7+
<version>6.6.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.5.0</version>
7+
<version>6.6.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.5.0</version>
7+
<version>6.6.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.5.0</version>
7+
<version>6.6.0</version>
88
</parent>
99
<artifactId>jcode-core</artifactId>
1010
<name>jCode Core</name>

jcode-util/pom.xml

Lines changed: 13 additions & 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.5.0</version>
7+
<version>6.6.0</version>
88
</parent>
99
<artifactId>jcode-util</artifactId>
1010
<name>jCode Util</name>
@@ -37,6 +37,18 @@
3737
<id>org.netbeans.modules:org-netbeans-modules-maven-embedder</id>
3838
<type>impl</type>
3939
</dependency>
40+
<dependency>
41+
<id>org.netbeans.modules:org-netbeans-modules-utilities</id>
42+
<type>impl</type>
43+
</dependency>
44+
<dependency>
45+
<id>org.netbeans.modules:org-netbeans-modules-dbschema</id>
46+
<type>impl</type>
47+
</dependency>
48+
<dependency>
49+
<id>org.netbeans.modules:org-netbeans-modules-maven-indexer</id>
50+
<type>impl</type>
51+
</dependency>
4052
</moduleDependencies>
4153
</configuration>
4254
</plugin>

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.5.0</version>
7+
<version>6.6.0</version>
88
</parent>
99
<artifactId>jeddict-lib</artifactId>
1010
<name>Jeddict Library</name>

jpa-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.5.0</version>
7+
<version>6.6.0</version>
88
</parent>
99
<artifactId>jpa-modeler</artifactId>
1010
<name>JPA Modeler</name>

0 commit comments

Comments
 (0)