File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >com.github.aquality-automation</groupId >
88 <artifactId >aquality-selenium-core</artifactId >
9- <version >2.0.0 </version >
9+ <version >2.0.1 </version >
1010
1111 <packaging >jar</packaging >
1212 <name >Aquality Selenium Core</name >
2121 <distributionManagement >
2222 <snapshotRepository >
2323 <id >ossrh</id >
24- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
24+ <url >https://s01. oss.sonatype.org/content/repositories/snapshots</url >
2525 </snapshotRepository >
2626 <repository >
2727 <id >ossrh</id >
28- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
28+ <url >https://s01. oss.sonatype.org/service/local/staging/deploy/maven2/</url >
2929 </repository >
3030 </distributionManagement >
3131
223223 <plugin >
224224 <groupId >org.apache.maven.plugins</groupId >
225225 <artifactId >maven-javadoc-plugin</artifactId >
226+ <configuration >
227+ <source >8</source >
228+ </configuration >
226229 <executions >
227230 <execution >
228231 <id >attach-javadocs</id >
253256 <extensions >true</extensions >
254257 <configuration >
255258 <serverId >ossrh</serverId >
256- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
259+ <nexusUrl >https://s01. oss.sonatype.org/</nexusUrl >
257260 <autoReleaseAfterClose >true</autoReleaseAfterClose >
258261 </configuration >
259262 </plugin >
You can’t perform that action at this time.
0 commit comments