Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump javafx version, fix rebase mistake
Browse files Browse the repository at this point in the history
baltzell committed Jan 6, 2025
1 parent 18d54f5 commit 0e666d4
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions common-tools/clas-geometry/pom.xml
Original file line number Diff line number Diff line change
@@ -17,11 +17,7 @@
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<<<<<<< HEAD
<version>23</version>
=======
<version>24-ea+5</version>
>>>>>>> d4e3960bd (build(deps): bump org.openjfx:javafx-controls from 22.0.2 to 24-ea+5)
<version>24-ea+19</version>
</dependency>
<dependency>
<groupId>org.jlab.ccdbrcdb</groupId>
4 changes: 2 additions & 2 deletions common-tools/clas-jcsg/pom.xml
Original file line number Diff line number Diff line change
@@ -17,12 +17,12 @@
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>24-ea+5</version>
<version>24-ea+19</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId>
<version>24-ea+5</version>
<version>24-ea+19</version>
</dependency>
<dependency>
<groupId>org.jlab.clas</groupId>

0 comments on commit 0e666d4

Please sign in to comment.