Skip to content

Commit

Permalink
chore: stop release of redis (googleapis#6580)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss authored and chingor13 committed Oct 28, 2019
1 parent 3157b23 commit aa84666
Show file tree
Hide file tree
Showing 12 changed files with 119 additions and 117 deletions.
23 changes: 22 additions & 1 deletion google-api-grpc/grpc-google-cloud-redis-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-redis-v1</artifactId>
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-redis-v1:current} -->
<version>0.81.0</version>
<name>grpc-google-cloud-redis-v1</name>
<description>GRPC library for grpc-google-cloud-redis-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-redis -->
<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
23 changes: 22 additions & 1 deletion google-api-grpc/grpc-google-cloud-redis-v1beta1/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-redis-v1beta1</artifactId>
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-redis-v1beta1:current} -->
<version>0.81.0</version>
<name>grpc-google-cloud-redis-v1beta1</name>
<description>GRPC library for grpc-google-cloud-redis-v1beta1</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-redis -->
<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
8 changes: 4 additions & 4 deletions google-api-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -436,22 +436,22 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-redis-v1beta1</artifactId>
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-redis-v1beta1:current} -->
<version>0.81.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-redis-v1beta1</artifactId>
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-redis-v1beta1:current} -->
<version>0.81.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-redis-v1</artifactId>
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-redis-v1:current} -->
<version>0.81.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-redis-v1</artifactId>
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-redis-v1:current} -->
<version>0.81.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down
23 changes: 22 additions & 1 deletion google-api-grpc/proto-google-cloud-redis-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-redis-v1</artifactId>
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-redis-v1:current} -->
<version>0.81.0</version>
<name>proto-google-cloud-redis-v1</name>
<description>PROTO library for proto-google-cloud-redis-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-redis -->
<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>
23 changes: 22 additions & 1 deletion google-api-grpc/proto-google-cloud-redis-v1beta1/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-redis-v1beta1</artifactId>
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-redis-v1beta1:current} -->
<version>0.81.0</version>
<name>proto-google-cloud-redis-v1beta1</name>
<description>PROTO library for proto-google-cloud-redis-v1beta1</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-redis -->
<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>
10 changes: 5 additions & 5 deletions google-cloud-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -643,27 +643,27 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-redis</artifactId>
<version>0.116.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-redis:current} -->
<version>0.116.0-alpha</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-redis-v1beta1</artifactId>
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-redis-v1beta1:current} -->
<version>0.81.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-redis-v1beta1</artifactId>
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-redis-v1beta1:current} -->
<version>0.81.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-redis-v1</artifactId>
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-redis-v1:current} -->
<version>0.81.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-redis-v1</artifactId>
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-redis-v1:current} -->
<version>0.81.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down
13 changes: 0 additions & 13 deletions google-cloud-clients/google-cloud-redis/.repo-metadata.json

This file was deleted.

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

[//]: # ({x-version-update-start:google-cloud-redis: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-redis" % "0.116.0-alpha"
```
[//]: # ({x-version-update-end})

Authentication
--------------
Expand Down
24 changes: 22 additions & 2 deletions google-cloud-clients/google-cloud-redis/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-redis</artifactId>
<version>0.116.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-redis:current} -->
<version>0.116.0-alpha</version>
<packaging>jar</packaging>
<name>Google Cloud Redis</name>
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-redis</url>
Expand Down Expand Up @@ -53,7 +53,27 @@
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<!-- skip deployment until we fully migrate to https://github.com/googleapis/java-redis -->
<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
42 changes: 0 additions & 42 deletions google-cloud-clients/google-cloud-redis/synth.metadata

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ google-cloud-os-login:0.116.0-alpha:0.116.1-alpha-SNAPSHOT
google-cloud-phishingprotection:0.27.0:0.27.1-SNAPSHOT
google-cloud-pubsub:1.98.0:1.98.1-SNAPSHOT
google-cloud-recaptchaenterprise:0.27.0:0.27.1-SNAPSHOT
google-cloud-redis:0.116.0-alpha:0.116.1-alpha-SNAPSHOT
google-cloud-scheduler:1.21.0:1.21.1-SNAPSHOT
google-cloud-securitycenter:0.116.0:0.116.1-SNAPSHOT
google-cloud-spanner:1.43.0:1.43.1-SNAPSHOT
Expand Down Expand Up @@ -71,8 +70,6 @@ grpc-google-cloud-os-login-v1:0.81.0:0.81.1-SNAPSHOT
grpc-google-cloud-phishingprotection-v1beta1:0.27.0:0.27.1-SNAPSHOT
grpc-google-cloud-pubsub-v1:1.80.0:1.80.1-SNAPSHOT
grpc-google-cloud-recaptchaenterprise-v1beta1:0.27.0:0.27.1-SNAPSHOT
grpc-google-cloud-redis-v1:0.81.0:0.81.1-SNAPSHOT
grpc-google-cloud-redis-v1beta1:0.81.0:0.81.1-SNAPSHOT
grpc-google-cloud-scheduler-v1:1.21.0:1.21.1-SNAPSHOT
grpc-google-cloud-scheduler-v1beta1:0.81.0:0.81.1-SNAPSHOT
grpc-google-cloud-securitycenter-v1:0.81.0:0.81.1-SNAPSHOT
Expand Down Expand Up @@ -107,8 +104,6 @@ proto-google-cloud-os-login-v1:0.81.0:0.81.1-SNAPSHOT
proto-google-cloud-phishingprotection-v1beta1:0.27.0:0.27.1-SNAPSHOT
proto-google-cloud-pubsub-v1:1.80.0:1.80.1-SNAPSHOT
proto-google-cloud-recaptchaenterprise-v1beta1:0.27.0:0.27.1-SNAPSHOT
proto-google-cloud-redis-v1:0.81.0:0.81.1-SNAPSHOT
proto-google-cloud-redis-v1beta1:0.81.0:0.81.1-SNAPSHOT
proto-google-cloud-scheduler-v1:1.21.0:1.21.1-SNAPSHOT
proto-google-cloud-scheduler-v1beta1:0.81.0:0.81.1-SNAPSHOT
proto-google-cloud-securitycenter-v1:0.81.0:0.81.1-SNAPSHOT
Expand Down

0 comments on commit aa84666

Please sign in to comment.