Skip to content

Commit 91151ae

Browse files
committed
Update for v2.3
1 parent 3cf6440 commit 91151ae

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

pom.xml

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.jfree</groupId>
1212
<artifactId>org.jfree.fx.demos</artifactId>
13-
<version>2.2</version>
13+
<version>2.3</version>
1414
<packaging>jar</packaging>
1515

1616
<organization>
@@ -44,12 +44,12 @@
4444
<dependency>
4545
<groupId>org.openjfx</groupId>
4646
<artifactId>javafx-controls</artifactId>
47-
<version>17.0.2</version>
47+
<version>21.0.4</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.openjfx</groupId>
5151
<artifactId>javafx-web</artifactId>
52-
<version>17.0.2</version>
52+
<version>21.0.4</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.jfree</groupId>
@@ -65,24 +65,24 @@
6565
<dependency>
6666
<groupId>org.jfree</groupId>
6767
<artifactId>jfreechart</artifactId>
68-
<version>1.5.3</version>
68+
<version>1.5.6</version>
6969
</dependency>
7070

7171
<dependency>
7272
<groupId>org.jfree</groupId>
7373
<artifactId>org.jfree.chart.fx</artifactId>
74-
<version>2.0.1</version>
74+
<version>2.0.2</version>
7575
</dependency>
7676

7777
<dependency>
7878
<groupId>org.jfree</groupId>
7979
<artifactId>org.jfree.svg</artifactId>
80-
<version>5.0.2</version>
80+
<version>5.0.7</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.jfree</groupId>
8484
<artifactId>org.jfree.pdf</artifactId>
85-
<version>2.0</version>
85+
<version>2.0.1</version>
8686
</dependency>
8787
</dependencies>
8888

@@ -91,20 +91,20 @@
9191
<plugin>
9292
<groupId>org.apache.maven.plugins</groupId>
9393
<artifactId>maven-clean-plugin</artifactId>
94-
<version>3.1.0</version>
94+
<version>3.4.1</version>
9595
</plugin>
9696
<plugin>
9797
<groupId>org.openjfx</groupId>
9898
<artifactId>javafx-maven-plugin</artifactId>
9999
<version>0.0.8</version>
100100
<configuration>
101-
<mainClass>org.jfree.chart3d.fx.demo.OrsonChartsFXDemo</mainClass>
101+
<mainClass>org.jfree.fx.demos/org.jfree.chart3d.fx.demo.OrsonChartsFXDemo</mainClass>
102102
</configuration>
103103
</plugin>
104104
<plugin>
105105
<groupId>org.apache.maven.plugins</groupId>
106106
<artifactId>maven-compiler-plugin</artifactId>
107-
<version>3.8.1</version>
107+
<version>3.14.0</version>
108108
<configuration>
109109
<source>${project.source.level}</source>
110110
<target>${project.target.level}</target>
@@ -114,7 +114,7 @@
114114
<plugin>
115115
<groupId>org.apache.maven.plugins</groupId>
116116
<artifactId>maven-resources-plugin</artifactId>
117-
<version>3.1.0</version>
117+
<version>3.3.1</version>
118118
<configuration>
119119
<encoding>${project.build.sourceEncoding}</encoding>
120120
</configuration>
@@ -123,7 +123,7 @@
123123
<inherited>true</inherited>
124124
<groupId>org.apache.maven.plugins</groupId>
125125
<artifactId>maven-javadoc-plugin</artifactId>
126-
<version>3.3.1</version>
126+
<version>3.11.2</version>
127127
<configuration>
128128
<docfilessubdirs>true</docfilessubdirs>
129129
<linksource>true</linksource>
@@ -141,11 +141,11 @@
141141
<plugin>
142142
<groupId>org.apache.maven.plugins</groupId>
143143
<artifactId>maven-jar-plugin</artifactId>
144-
<version>3.2.0</version>
144+
<version>3.4.2</version>
145145
</plugin>
146146
<plugin>
147147
<artifactId>maven-assembly-plugin</artifactId>
148-
<version>3.1.0</version>
148+
<version>3.7.1</version>
149149
<configuration>
150150
<descriptorRefs>
151151
<descriptorRef>jar-with-dependencies</descriptorRef>
@@ -169,13 +169,11 @@
169169
<plugin>
170170
<groupId>org.apache.maven.plugins</groupId>
171171
<artifactId>maven-install-plugin</artifactId>
172-
<version>3.0.0-M1</version>
172+
<version>3.1.4</version>
173173
</plugin>
174-
</plugins>
175-
174+
</plugins>
176175
</build>
177176

178-
179177
<properties>
180178
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
181179
<project.source.level>11</project.source.level>

0 commit comments

Comments
 (0)