Skip to content

Commit e886bf9

Browse files
committed
Update dependencies and plugin versions.
1 parent a0b3a19 commit e886bf9

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@
4242
</properties>
4343

4444
<dependencies>
45+
<dependency>
46+
<groupId>org.openjfx</groupId>
47+
<artifactId>javafx-base</artifactId>
48+
<version>20</version>
49+
</dependency>
4550
<dependency>
4651
<groupId>org.openjfx</groupId>
4752
<artifactId>javafx-controls</artifactId>
@@ -137,13 +142,15 @@
137142
<serverId>ossrh</serverId>
138143
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
139144
<autoReleaseAfterClose>true</autoReleaseAfterClose>
145+
<!-- Just in case the staging operations are slow. The default is 5min -->
146+
<stagingProgressTimeoutMinutes>30</stagingProgressTimeoutMinutes>
140147
</configuration>
141148
</plugin>
142149

143150
<plugin>
144151
<groupId>org.apache.maven.plugins</groupId>
145152
<artifactId>maven-source-plugin</artifactId>
146-
<version>2.2.1</version>
153+
<version>3.3.0</version>
147154
<executions>
148155
<execution>
149156
<id>attach-sources</id>
@@ -156,7 +163,7 @@
156163
<plugin>
157164
<groupId>org.apache.maven.plugins</groupId>
158165
<artifactId>maven-javadoc-plugin</artifactId>
159-
<version>2.9.1</version>
166+
<version>3.6.2</version>
160167
<executions>
161168
<execution>
162169
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)