Skip to content

Commit

Permalink
Revert "bump javafx version"
Browse files Browse the repository at this point in the history
This reverts commit d19120f.
  • Loading branch information
baltzell committed Jan 6, 2025
1 parent d19120f commit 7485c0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion common-tools/clas-geometry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>24-ea+19</version>
<<<<<<< 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)
</dependency>
<dependency>
<groupId>org.jlab.ccdbrcdb</groupId>
Expand Down
4 changes: 2 additions & 2 deletions common-tools/clas-jcsg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>24-ea+19</version>
<version>24-ea+5</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId>
<version>24-ea+19</version>
<version>24-ea+5</version>
</dependency>
<dependency>
<groupId>org.jlab.clas</groupId>
Expand Down

0 comments on commit 7485c0f

Please sign in to comment.