Skip to content

Commit 7cb5137

Browse files
nexus url update (#61)
Co-authored-by: runetsK <[email protected]>
1 parent bb55985 commit 7cb5137

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pom.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>
@@ -21,11 +21,11 @@
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

@@ -223,6 +223,9 @@
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>
@@ -253,7 +256,7 @@
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>

0 commit comments

Comments
 (0)