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 6
6
7
7
<groupId >com.github.aquality-automation</groupId >
8
8
<artifactId >aquality-selenium-core</artifactId >
9
- <version >2.0.0 </version >
9
+ <version >2.0.1 </version >
10
10
11
11
<packaging >jar</packaging >
12
12
<name >Aquality Selenium Core</name >
21
21
<distributionManagement >
22
22
<snapshotRepository >
23
23
<id >ossrh</id >
24
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
24
+ <url >https://s01. oss.sonatype.org/content/repositories/snapshots</url >
25
25
</snapshotRepository >
26
26
<repository >
27
27
<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 >
29
29
</repository >
30
30
</distributionManagement >
31
31
223
223
<plugin >
224
224
<groupId >org.apache.maven.plugins</groupId >
225
225
<artifactId >maven-javadoc-plugin</artifactId >
226
+ <configuration >
227
+ <source >8</source >
228
+ </configuration >
226
229
<executions >
227
230
<execution >
228
231
<id >attach-javadocs</id >
253
256
<extensions >true</extensions >
254
257
<configuration >
255
258
<serverId >ossrh</serverId >
256
- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
259
+ <nexusUrl >https://s01. oss.sonatype.org/</nexusUrl >
257
260
<autoReleaseAfterClose >true</autoReleaseAfterClose >
258
261
</configuration >
259
262
</plugin >
You can’t perform that action at this time.
0 commit comments