Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to NetBeans 17 #42

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 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.1.0</version>
<version>6.3.0</version>
</parent>
<artifactId>modeler-api</artifactId>
<name>Modeler API</name>
Expand Down Expand Up @@ -118,4 +118,4 @@
<version>${netbeans.version}</version>
</dependency>
</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions 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.1.0</version>
<version>6.3.0</version>
</parent>
<artifactId>modeler-impl</artifactId>
<name>Modeler Implementation</name>
Expand Down Expand Up @@ -137,4 +137,4 @@
<version>${netbeans.version}</version>
</dependency>
</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions 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.1.0</version>
<version>6.3.0</version>
</parent>
<artifactId>modeler-lib</artifactId>
<name>Modeler Library</name>
Expand Down Expand Up @@ -134,4 +134,4 @@
</dependency>
</dependencies>

</project>
</project>
4 changes: 2 additions & 2 deletions 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.1.0</version>
<version>6.3.0</version>
</parent>
<artifactId>modeler-properties</artifactId>
<name>Modeler Properties</name>
Expand Down Expand Up @@ -78,4 +78,4 @@
<version>${netbeans.version}</version>
</dependency>
</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions 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.1.0</version>
<version>6.3.0</version>
</parent>
<artifactId>modeler-svg-impl</artifactId>
<name>Modeler SVG Implementation</name>
Expand Down Expand Up @@ -115,4 +115,4 @@
<version>${netbeans.version}</version>
</dependency>
</dependencies>
</project>
</project>
6 changes: 3 additions & 3 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.1.0</version>
<version>6.3.0</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>RELEASE150</netbeans.version>
<netbeans.version>RELEASE170</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 Expand Up @@ -80,4 +80,4 @@
</profile>
</profiles>

</project>
</project>