Skip to content

Commit cc76778

Browse files
codyosschingor13
authored andcommitted
chore: stop release for language (#6659)
1 parent ea46b41 commit cc76778

12 files changed

Lines changed: 119 additions & 117 deletions

File tree

google-api-grpc/grpc-google-cloud-language-v1/pom.xml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>grpc-google-cloud-language-v1</artifactId>
6-
<version>1.80.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-language-v1:current} -->
6+
<version>1.80.0</version>
77
<name>grpc-google-cloud-language-v1</name>
88
<description>GRPC library for grpc-google-cloud-language-v1</description>
99
<parent>
@@ -28,6 +28,27 @@
2828
<scope>compile</scope>
2929
</dependency>
3030
</dependencies>
31+
<build>
32+
<plugins>
33+
<plugin>
34+
<!-- skip deployment until we fully migrate to https://github.com/googleapis/java-language -->
35+
<groupId>org.apache.maven.plugins</groupId>
36+
<artifactId>maven-deploy-plugin</artifactId>
37+
<version>2.8.2</version>
38+
<configuration>
39+
<skip>true</skip>
40+
</configuration>
41+
</plugin>
42+
<plugin>
43+
<groupId>org.sonatype.plugins</groupId>
44+
<artifactId>nexus-staging-maven-plugin</artifactId>
45+
<version>1.6.8</version>
46+
<configuration>
47+
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
48+
</configuration>
49+
</plugin>
50+
</plugins>
51+
</build>
3152
<reporting>
3253
<plugins>
3354
<plugin>

google-api-grpc/grpc-google-cloud-language-v1beta2/pom.xml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>grpc-google-cloud-language-v1beta2</artifactId>
6-
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-language-v1beta2:current} -->
6+
<version>0.81.0</version>
77
<name>grpc-google-cloud-language-v1beta2</name>
88
<description>GRPC library for grpc-google-cloud-language-v1beta2</description>
99
<parent>
@@ -28,6 +28,27 @@
2828
<scope>compile</scope>
2929
</dependency>
3030
</dependencies>
31+
<build>
32+
<plugins>
33+
<plugin>
34+
<!-- skip deployment until we fully migrate to https://github.com/googleapis/java-language -->
35+
<groupId>org.apache.maven.plugins</groupId>
36+
<artifactId>maven-deploy-plugin</artifactId>
37+
<version>2.8.2</version>
38+
<configuration>
39+
<skip>true</skip>
40+
</configuration>
41+
</plugin>
42+
<plugin>
43+
<groupId>org.sonatype.plugins</groupId>
44+
<artifactId>nexus-staging-maven-plugin</artifactId>
45+
<version>1.6.8</version>
46+
<configuration>
47+
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
48+
</configuration>
49+
</plugin>
50+
</plugins>
51+
</build>
3152
<reporting>
3253
<plugins>
3354
<plugin>

google-api-grpc/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -376,22 +376,22 @@
376376
<dependency>
377377
<groupId>com.google.api.grpc</groupId>
378378
<artifactId>proto-google-cloud-language-v1</artifactId>
379-
<version>1.80.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-language-v1:current} -->
379+
<version>1.80.0</version>
380380
</dependency>
381381
<dependency>
382382
<groupId>com.google.api.grpc</groupId>
383383
<artifactId>grpc-google-cloud-language-v1</artifactId>
384-
<version>1.80.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-language-v1:current} -->
384+
<version>1.80.0</version>
385385
</dependency>
386386
<dependency>
387387
<groupId>com.google.api.grpc</groupId>
388388
<artifactId>proto-google-cloud-language-v1beta2</artifactId>
389-
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-language-v1beta2:current} -->
389+
<version>0.81.0</version>
390390
</dependency>
391391
<dependency>
392392
<groupId>com.google.api.grpc</groupId>
393393
<artifactId>grpc-google-cloud-language-v1beta2</artifactId>
394-
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-language-v1beta2:current} -->
394+
<version>0.81.0</version>
395395
</dependency>
396396
<dependency>
397397
<groupId>com.google.api.grpc</groupId>

google-api-grpc/proto-google-cloud-language-v1/pom.xml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>proto-google-cloud-language-v1</artifactId>
6-
<version>1.80.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-language-v1:current} -->
6+
<version>1.80.0</version>
77
<name>proto-google-cloud-language-v1</name>
88
<description>PROTO library for proto-google-cloud-language-v1</description>
99
<parent>
@@ -23,4 +23,25 @@
2323
<scope>compile</scope>
2424
</dependency>
2525
</dependencies>
26+
<build>
27+
<plugins>
28+
<plugin>
29+
<!-- skip deployment until we fully migrate to https://github.com/googleapis/java-language -->
30+
<groupId>org.apache.maven.plugins</groupId>
31+
<artifactId>maven-deploy-plugin</artifactId>
32+
<version>2.8.2</version>
33+
<configuration>
34+
<skip>true</skip>
35+
</configuration>
36+
</plugin>
37+
<plugin>
38+
<groupId>org.sonatype.plugins</groupId>
39+
<artifactId>nexus-staging-maven-plugin</artifactId>
40+
<version>1.6.8</version>
41+
<configuration>
42+
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
43+
</configuration>
44+
</plugin>
45+
</plugins>
46+
</build>
2647
</project>

google-api-grpc/proto-google-cloud-language-v1beta2/pom.xml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>proto-google-cloud-language-v1beta2</artifactId>
6-
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-language-v1beta2:current} -->
6+
<version>0.81.0</version>
77
<name>proto-google-cloud-language-v1beta2</name>
88
<description>PROTO library for proto-google-cloud-language-v1beta2</description>
99
<parent>
@@ -23,4 +23,25 @@
2323
<scope>compile</scope>
2424
</dependency>
2525
</dependencies>
26+
<build>
27+
<plugins>
28+
<plugin>
29+
<!-- skip deployment until we fully migrate to https://github.com/googleapis/java-language -->
30+
<groupId>org.apache.maven.plugins</groupId>
31+
<artifactId>maven-deploy-plugin</artifactId>
32+
<version>2.8.2</version>
33+
<configuration>
34+
<skip>true</skip>
35+
</configuration>
36+
</plugin>
37+
<plugin>
38+
<groupId>org.sonatype.plugins</groupId>
39+
<artifactId>nexus-staging-maven-plugin</artifactId>
40+
<version>1.6.8</version>
41+
<configuration>
42+
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
43+
</configuration>
44+
</plugin>
45+
</plugins>
46+
</build>
2647
</project>

google-cloud-bom/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -484,27 +484,27 @@
484484
<dependency>
485485
<groupId>com.google.cloud</groupId>
486486
<artifactId>google-cloud-language</artifactId>
487-
<version>1.98.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-language:current} -->
487+
<version>1.98.0</version>
488488
</dependency>
489489
<dependency>
490490
<groupId>com.google.api.grpc</groupId>
491491
<artifactId>proto-google-cloud-language-v1</artifactId>
492-
<version>1.80.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-language-v1:current} -->
492+
<version>1.80.0</version>
493493
</dependency>
494494
<dependency>
495495
<groupId>com.google.api.grpc</groupId>
496496
<artifactId>grpc-google-cloud-language-v1</artifactId>
497-
<version>1.80.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-language-v1:current} -->
497+
<version>1.80.0</version>
498498
</dependency>
499499
<dependency>
500500
<groupId>com.google.api.grpc</groupId>
501501
<artifactId>proto-google-cloud-language-v1beta2</artifactId>
502-
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-language-v1beta2:current} -->
502+
<version>0.81.0</version>
503503
</dependency>
504504
<dependency>
505505
<groupId>com.google.api.grpc</groupId>
506506
<artifactId>grpc-google-cloud-language-v1beta2</artifactId>
507-
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-language-v1beta2:current} -->
507+
<version>0.81.0</version>
508508
</dependency>
509509
<dependency>
510510
<groupId>com.google.cloud</groupId>

google-cloud-clients/google-cloud-language/.repo-metadata.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

google-cloud-clients/google-cloud-language/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Java idiomatic client for [Google Cloud Natural Language][cloud-language].
1313
Quickstart
1414
----------
1515

16-
[//]: # ({x-version-update-start:google-cloud-language:released})
1716
If you are using Maven, add this to your pom.xml file
1817
```xml
1918
<dependency>
@@ -30,7 +29,6 @@ If you are using SBT, add this to your dependencies
3029
```Scala
3130
libraryDependencies += "com.google.cloud" % "google-cloud-language" % "1.98.0"
3231
```
33-
[//]: # ({x-version-update-end})
3432

3533
Authentication
3634
--------------

google-cloud-clients/google-cloud-language/pom.xml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>google-cloud-language</artifactId>
7-
<version>1.98.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-language:current} -->
7+
<version>1.98.0</version>
88
<packaging>jar</packaging>
99
<name>Google Cloud Natural Language</name>
1010
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-language
@@ -58,7 +58,27 @@
5858
<scope>test</scope>
5959
</dependency>
6060
</dependencies>
61-
61+
<build>
62+
<plugins>
63+
<plugin>
64+
<!-- skip deployment until we fully migrate to https://github.com/googleapis/java-language -->
65+
<groupId>org.apache.maven.plugins</groupId>
66+
<artifactId>maven-deploy-plugin</artifactId>
67+
<version>2.8.2</version>
68+
<configuration>
69+
<skip>true</skip>
70+
</configuration>
71+
</plugin>
72+
<plugin>
73+
<groupId>org.sonatype.plugins</groupId>
74+
<artifactId>nexus-staging-maven-plugin</artifactId>
75+
<version>1.6.8</version>
76+
<configuration>
77+
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
78+
</configuration>
79+
</plugin>
80+
</plugins>
81+
</build>
6282
<reporting>
6383
<plugins>
6484
<plugin>

google-cloud-clients/google-cloud-language/synth.metadata

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)