Skip to content

Commit 2c2f4a1

Browse files
committed
Update javafx version for demo module
1 parent 7c659fd commit 2c2f4a1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tabpanepro-demo/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<description>The demonstration module that showcases the capabilities of TabPanePro</description>
1515

1616
<properties>
17-
<javafx.version>25-ea+12</javafx.version>
1817
<maven.deploy.skip>true</maven.deploy.skip>
1918
</properties>
2019

@@ -38,17 +37,14 @@
3837
<dependency>
3938
<groupId>org.openjfx</groupId>
4039
<artifactId>javafx-base</artifactId>
41-
<version>${javafx.version}</version>
4240
</dependency>
4341
<dependency>
4442
<groupId>org.openjfx</groupId>
4543
<artifactId>javafx-graphics</artifactId>
46-
<version>${javafx.version}</version>
4744
</dependency>
4845
<dependency>
4946
<groupId>org.openjfx</groupId>
5047
<artifactId>javafx-controls</artifactId>
51-
<version>${javafx.version}</version>
5248
</dependency>
5349
</dependencies>
5450

0 commit comments

Comments
 (0)