Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: stop release of texttospeech #6541

Merged
merged 3 commits into from Oct 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 22 additions & 1 deletion google-api-grpc/grpc-google-cloud-texttospeech-v1/pom.xml
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-texttospeech-v1</artifactId>
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-texttospeech-v1:current} -->
<version>0.81.0</version>
<name>grpc-google-cloud-texttospeech-v1</name>
<description>GRPC library for grpc-google-cloud-texttospeech-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-texttospeech -->
<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-texttospeech-v1beta1/pom.xml
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-texttospeech-v1beta1</artifactId>
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-texttospeech-v1beta1:current} -->
<version>0.81.0</version>
<name>grpc-google-cloud-texttospeech-v1beta1</name>
<description>GRPC library for grpc-google-cloud-texttospeech-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-texttospeech -->
<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
Expand Up @@ -566,22 +566,22 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-texttospeech-v1</artifactId>
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-texttospeech-v1:current} -->
<version>0.81.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-texttospeech-v1</artifactId>
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-texttospeech-v1:current} -->
<version>0.81.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-texttospeech-v1beta1</artifactId>
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-texttospeech-v1beta1:current} -->
<version>0.81.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-texttospeech-v1beta1</artifactId>
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-texttospeech-v1beta1: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-texttospeech-v1/pom.xml
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-texttospeech-v1</artifactId>
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-texttospeech-v1:current} -->
<version>0.81.0</version>
<name>proto-google-cloud-texttospeech-v1</name>
<description>PROTO library for proto-google-cloud-texttospeech-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-texttospeech -->
<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-texttospeech-v1beta1/pom.xml
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-texttospeech-v1beta1</artifactId>
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-texttospeech-v1beta1:current} -->
<version>0.81.0</version>
<name>proto-google-cloud-texttospeech-v1beta1</name>
<description>PROTO library for proto-google-cloud-texttospeech-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-texttospeech -->
<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
Expand Up @@ -833,27 +833,27 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-texttospeech</artifactId>
<version>0.116.1-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-texttospeech:current} -->
<version>0.116.0-beta</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-texttospeech-v1beta1</artifactId>
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-texttospeech-v1beta1:current} -->
<version>0.81.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-texttospeech-v1beta1</artifactId>
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-texttospeech-v1beta1:current} -->
<version>0.81.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-texttospeech-v1</artifactId>
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-texttospeech-v1:current} -->
<version>0.81.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-texttospeech-v1</artifactId>
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-texttospeech-v1:current} -->
<version>0.81.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down
2 changes: 0 additions & 2 deletions google-cloud-clients/google-cloud-texttospeech/README.md
Expand Up @@ -16,7 +16,6 @@ Java idiomatic client for [Cloud Text-to-Speech][cloud-texttospeech].
Quickstart
----------

[//]: # ({x-version-update-start:google-cloud-texttospeech:released})
If you are using Maven, 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-texttospeech" % "0.116.0-beta"
```
[//]: # ({x-version-update-end})

Authentication
--------------
Expand Down
27 changes: 24 additions & 3 deletions google-cloud-clients/google-cloud-texttospeech/pom.xml
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-texttospeech</artifactId>
<version>0.116.1-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-texttospeech:current} -->
<version>0.116.0-beta</version>
<packaging>jar</packaging>
<name>Google Cloud Text-to-Speech</name>
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-texttospeech</url>
Expand All @@ -12,8 +12,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-clients</artifactId>
<version>0.116.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-clients:current} -->
</parent>
<version>0.116.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-clients:current} --> </parent>
<properties>
<site.installationModule>google-cloud-texttospeech-v1beta1</site.installationModule>
</properties>
Expand Down Expand Up @@ -56,6 +55,28 @@
</dependency>
</dependencies>

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

This file was deleted.

47 changes: 0 additions & 47 deletions google-cloud-clients/google-cloud-texttospeech/synth.py

This file was deleted.

5 changes: 0 additions & 5 deletions versions.txt
Expand Up @@ -48,7 +48,6 @@ google-cloud-storage:1.98.0:1.98.1-SNAPSHOT
google-cloud-talent:0.33.0-beta:0.33.1-beta-SNAPSHOT
google-cloud-tasks:1.25.0:1.25.1-SNAPSHOT
google-cloud-testing:0.116.0-alpha:0.116.1-alpha-SNAPSHOT
google-cloud-texttospeech:0.116.0-beta:0.116.1-beta-SNAPSHOT
google-cloud-util:0.116.0-alpha:0.116.1-alpha-SNAPSHOT
grafeas:0.19.0:0.19.1-SNAPSHOT
grpc-google-cloud-bigquerydatatransfer-v1:0.81.0:0.81.1-SNAPSHOT
Expand Down Expand Up @@ -86,8 +85,6 @@ grpc-google-cloud-talent-v4beta1:0.33.0-beta:0.33.1-beta-SNAPSHOT
grpc-google-cloud-tasks-v2:1.25.0:1.25.1-SNAPSHOT
grpc-google-cloud-tasks-v2beta2:0.81.0:0.81.1-SNAPSHOT
grpc-google-cloud-tasks-v2beta3:0.81.0:0.81.1-SNAPSHOT
grpc-google-cloud-texttospeech-v1:0.81.0:0.81.1-SNAPSHOT
grpc-google-cloud-texttospeech-v1beta1:0.81.0:0.81.1-SNAPSHOT
proto-google-cloud-bigquerydatatransfer-v1:0.81.0:0.81.1-SNAPSHOT
proto-google-cloud-bigquerystorage-v1beta1:0.81.0:0.81.1-SNAPSHOT
proto-google-cloud-container-v1:0.81.0:0.81.1-SNAPSHOT
Expand Down Expand Up @@ -124,5 +121,3 @@ proto-google-cloud-talent-v4beta1:0.33.0-beta:0.33.1-beta-SNAPSHOT
proto-google-cloud-tasks-v2:1.25.0:1.25.1-SNAPSHOT
proto-google-cloud-tasks-v2beta2:0.81.0:0.81.1-SNAPSHOT
proto-google-cloud-tasks-v2beta3:0.81.0:0.81.1-SNAPSHOT
proto-google-cloud-texttospeech-v1:0.81.0:0.81.1-SNAPSHOT
proto-google-cloud-texttospeech-v1beta1:0.81.0:0.81.1-SNAPSHOT