Skip to content

Commit

Permalink
Upgrade to Apache NetBeans 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jGauravGupta committed Dec 17, 2023
1 parent 7a3b5f8 commit ffa9293
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modeler-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-dependency-analyzer</artifactId>
<version>1.11.3</version>
<version>1.13.2</version>
</dependency>
</dependencies>
</plugin>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<properties>
<root.dir>${basedir}</root.dir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<netbeans.version>RELEASE150</netbeans.version>
<netbeans.version>RELEASE200</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>
<nbm.maven.plugin.version>4.8</nbm.maven.plugin.version>
<nbm.maven.plugin.version>14.0</nbm.maven.plugin.version>
</properties>
<build>
<plugins>
Expand All @@ -41,7 +41,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
<configuration>
<source>11</source>
<target>11</target>
Expand Down

0 comments on commit ffa9293

Please sign in to comment.