|
20 | 20 |
|
21 | 21 | <groupId>io.cdap.plugin</groupId> |
22 | 22 | <artifactId>google-cloud</artifactId> |
23 | | - <version>0.25.0-SNAPSHOT</version> |
| 23 | + <version>0.25.0</version> |
24 | 24 | <name>Google Cloud Plugins</name> |
25 | 25 | <packaging>jar</packaging> |
26 | 26 | <description>Plugins for Google Big Query</description> |
|
58 | 58 | <distributionManagement> |
59 | 59 | <repository> |
60 | 60 | <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> |
62 | 62 | </repository> |
63 | 63 | <snapshotRepository> |
64 | 64 | <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> |
66 | 66 | </snapshotRepository> |
67 | 67 | </distributionManagement> |
68 | 68 |
|
|
1165 | 1165 | </configuration> |
1166 | 1166 | </plugin> |
1167 | 1167 |
|
1168 | | - <plugin> |
1169 | | - <groupId>org.sonatype.plugins</groupId> |
1170 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
1171 | | - <version>1.6.14</version> |
1172 | | - <extensions>true</extensions> |
1173 | | - <configuration> |
1174 | | - <nexusUrl>https://oss.sonatype.org</nexusUrl> |
1175 | | - <serverId>sonatype.release</serverId> |
1176 | | - </configuration> |
1177 | | - </plugin> |
| 1168 | +<!-- <plugin>--> |
| 1169 | +<!-- <groupId>org.sonatype.plugins</groupId>--> |
| 1170 | +<!-- <artifactId>nexus-staging-maven-plugin</artifactId>--> |
| 1171 | +<!-- <version>1.6.14</version>--> |
| 1172 | +<!-- <extensions>true</extensions>--> |
| 1173 | +<!-- <configuration>--> |
| 1174 | +<!-- <nexusUrl>https://s01.oss.sonatype.org</nexusUrl>--> |
| 1175 | +<!-- <serverId>sonatype.release</serverId>--> |
| 1176 | +<!-- </configuration>--> |
| 1177 | +<!-- </plugin>--> |
1178 | 1178 | </plugins> |
1179 | 1179 | </build> |
1180 | 1180 | </profile> |
|
0 commit comments