Skip to content

Commit

Permalink
chore: stop release for container (googleapis#6681)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Nov 4, 2019
1 parent abdee50 commit b039c07
Show file tree
Hide file tree
Showing 10 changed files with 71 additions and 99 deletions.
23 changes: 22 additions & 1 deletion google-api-grpc/grpc-google-cloud-container-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>grpc-google-cloud-container-v1</artifactId>
<version>0.82.0</version><!-- {x-version-update:grpc-google-cloud-container-v1:current} -->
<version>0.82.0</version>
<name>grpc-google-cloud-container-v1</name>
<description>GRPC library for grpc-google-cloud-container-v1</description>
<parent>
Expand All @@ -28,6 +28,27 @@
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<!-- skip deployment until we fully migrate to https://github.com/googleapis/java-container -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<configuration>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</configuration>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions google-api-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,12 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-container-v1</artifactId>
<version>0.82.0</version><!-- {x-version-update:proto-google-cloud-container-v1:current} -->
<version>0.82.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-container-v1</artifactId>
<version>0.82.0</version><!-- {x-version-update:grpc-google-cloud-container-v1:current} -->
<version>0.82.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down
23 changes: 22 additions & 1 deletion google-api-grpc/proto-google-cloud-container-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>proto-google-cloud-container-v1</artifactId>
<version>0.82.0</version><!-- {x-version-update:proto-google-cloud-container-v1:current} -->
<version>0.82.0</version>
<name>proto-google-cloud-container-v1</name>
<description>PROTO library for proto-google-cloud-container-v1</description>
<parent>
Expand All @@ -28,4 +28,25 @@
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<!-- skip deployment until we fully migrate to https://github.com/googleapis/java-container -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<configuration>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</configuration>
</plugin>
</plugins>
</build>
</project>
6 changes: 3 additions & 3 deletions google-cloud-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,17 +276,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-container</artifactId>
<version>0.117.0-beta</version><!-- {x-version-update:google-cloud-container:current} -->
<version>0.117.0-beta</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-container-v1</artifactId>
<version>0.82.0</version><!-- {x-version-update:proto-google-cloud-container-v1:current} -->
<version>0.82.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-container-v1</artifactId>
<version>0.82.0</version><!-- {x-version-update:grpc-google-cloud-container-v1:current} -->
<version>0.82.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down
13 changes: 0 additions & 13 deletions google-cloud-clients/google-cloud-container/.repo-metadata.json

This file was deleted.

2 changes: 0 additions & 2 deletions google-cloud-clients/google-cloud-container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Java idiomatic client for [Kubernetes Engine][cloud-container].
Quickstart
----------

[//]: # ({x-version-update-start:google-cloud-container:released})
Add this to your pom.xml file
```xml
<dependency>
Expand All @@ -33,7 +32,6 @@ If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-container" % "0.117.0-beta"
```
[//]: # ({x-version-update-end})

Authentication
--------------
Expand Down
24 changes: 22 additions & 2 deletions google-cloud-clients/google-cloud-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-container</artifactId>
<version>0.117.0-beta</version><!-- {x-version-update:google-cloud-container:current} -->
<version>0.117.0-beta</version>
<packaging>jar</packaging>
<name>Google Cloud Container</name>
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-container</url>
Expand Down Expand Up @@ -46,7 +46,27 @@
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<!-- skip deployment until we fully migrate to https://github.com/googleapis/java-container -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<configuration>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</configuration>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
Expand Down
32 changes: 0 additions & 32 deletions google-cloud-clients/google-cloud-container/synth.metadata

This file was deleted.

40 changes: 0 additions & 40 deletions google-cloud-clients/google-cloud-container/synth.py

This file was deleted.

3 changes: 0 additions & 3 deletions versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ google-cloud-bom:0.117.0-alpha:0.117.0-alpha
google-cloud-clients:0.117.0-alpha:0.117.0-alpha
google-cloud-compat-checker:0.117.0-alpha:0.117.0-alpha
google-cloud-compute:0.117.0-alpha:0.117.0-alpha
google-cloud-container:0.117.0-beta:0.117.0-beta
google-cloud-containeranalysis:0.117.0-beta:0.117.0-beta
google-cloud-contrib:0.117.0-alpha:0.117.0-alpha
google-cloud-datastore:1.99.0:1.99.0
Expand All @@ -37,7 +36,6 @@ google-cloud-util:0.117.0-alpha:0.117.0-alpha
grafeas:0.20.0:0.20.0
grpc-google-cloud-bigquerydatatransfer-v1:0.82.0:0.82.0
grpc-google-cloud-bigquerystorage-v1beta1:0.82.0:0.82.0
grpc-google-cloud-container-v1:0.82.0:0.82.0
grpc-google-cloud-containeranalysis-v1:0.82.0:0.82.0
grpc-google-cloud-containeranalysis-v1beta1:0.82.0:0.82.0
grpc-google-cloud-error-reporting-v1beta1:0.82.0:0.82.0
Expand All @@ -54,7 +52,6 @@ grpc-google-cloud-tasks-v2beta2:0.82.0:0.82.0
grpc-google-cloud-tasks-v2beta3:0.82.0:0.82.0
proto-google-cloud-bigquerydatatransfer-v1:0.82.0:0.82.0
proto-google-cloud-bigquerystorage-v1beta1:0.82.0:0.82.0
proto-google-cloud-container-v1:0.82.0:0.82.0
proto-google-cloud-containeranalysis-v1:0.82.0:0.82.0
proto-google-cloud-containeranalysis-v1beta1:0.82.0:0.82.0
proto-google-cloud-datastore-v1:0.82.0:0.82.0
Expand Down

0 comments on commit b039c07

Please sign in to comment.