Skip to content

Commit 946420a

Browse files
Update the distributionManagement
1 parent 8631993 commit 946420a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>io.cdap.plugin</groupId>
2222
<artifactId>google-cloud</artifactId>
23-
<version>0.25.0-SNAPSHOT</version>
23+
<version>0.25.0</version>
2424
<name>Google Cloud Plugins</name>
2525
<packaging>jar</packaging>
2626
<description>Plugins for Google Big Query</description>
@@ -58,11 +58,11 @@
5858
<distributionManagement>
5959
<repository>
6060
<id>sonatype.release</id>
61-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
61+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url>
6262
</repository>
6363
<snapshotRepository>
6464
<id>sonatype.snapshots</id>
65-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
65+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
6666
</snapshotRepository>
6767
</distributionManagement>
6868

@@ -1171,7 +1171,7 @@
11711171
<version>1.6.14</version>
11721172
<extensions>true</extensions>
11731173
<configuration>
1174-
<nexusUrl>https://oss.sonatype.org</nexusUrl>
1174+
<nexusUrl>https://s01.oss.sonatype.org</nexusUrl>
11751175
<serverId>sonatype.release</serverId>
11761176
</configuration>
11771177
</plugin>

0 commit comments

Comments
 (0)