File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments