Skip to content

Commit

Permalink
jump maven dependencies (fixes javafx bug with maven 3.9.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
micycle1 committed Jul 27, 2024
1 parent 9ebcd64 commit 55aa57b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This mirror is not necessarily up to date with the latest Processing 4 release;
<dependency>
<groupId>com.github.micycle1</groupId>
<artifactId>processing-core-4</artifactId>
<version>4.3</version>
<version>4.3.2</version>
</dependency>
```

Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<resource>
<directory>processing4\core\src</directory>
<includes>
<include>**\processing\opengl\shaders\</include>
<include>**\processing\opengl\shaders\</include>
<include>**\processing\opengl\cursors\</include>
<include>**\processing\core\libDifferent.jnilib</include>
</includes>
Expand All @@ -27,7 +27,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.0</version>
<version>3.13.0</version>
<configuration>
<release>17</release>
<encoding>UTF-8</encoding>
Expand All @@ -40,7 +40,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.3.0</version>
<version>3.6.0</version>
<executions>
<execution>
<id>add-source</id>
Expand All @@ -65,7 +65,7 @@
<!-- Create sources.jar -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down Expand Up @@ -148,7 +148,7 @@
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>21</version>
<version>23-ea+22</version>
</dependency>
<dependency>
<groupId>org.jogamp.jogl</groupId>
Expand Down

0 comments on commit 55aa57b

Please sign in to comment.