8000 chore: stop release for errorreporting by codyoss · Pull Request #6672 · googleapis/google-cloud-java · GitHub
[go: up one dir, main page]

Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-error-reporting-v1beta1</artifactId>
<version>0.82.0</version><!-- {x-version-update:grpc-google-cloud-error-reporting-v1beta1:current} -->
<version>0.82.0</version>
<name>grpc-google-cloud-error-reporting-v1beta1</name>
<description>GRPC library for grpc-google-cloud-error-reporting-v1beta1</description>
<parent>
Expand Down Expand Up @@ -49,4 +49,25 @@
</plugin>
</plugins>
</reporting>
<build>
<plugins>
<plugin>
<!-- skip deployment until we fully migrate to https://github.com/googleapis/java-errorreporting -->
<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>
4 changes: 2 additions & 2 deletions google-api-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -326,12 +326,12 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-error-reporting-v1beta1</artifactId>
<version>0.82.0</version><!-- {x-version-update:proto-google-cloud-error-reporting-v1beta1:current} -->
<version>0.82.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-error-reporting-v1beta1</artifactId>
<version>0.82.0</version><!-- {x-version-update:grpc-google-cloud-error-reporting-v1beta1:current} -->
<version>0.82.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down
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-error-reporting-v1beta1</artifactId>
<version>0.82.0</version><!-- {x-version-update:proto-google-cloud-error-reporting-v1beta1:current} -->
<version>0.82.0</version>
<name>proto-google-cloud-error-reporting-v1beta1</name>
<description>PROTO library for proto-google-cloud-error-reporting-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-errorreporting -->
<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 @@ -419,17 +419,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-errorreporting</artifactId>
<version>0.117.0-beta</version><!-- {x-version-update:google-cloud-errorreporting:current} -->
<version>0.117.0-beta</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-error-reporting-v1beta1</artifactId>
<version>0.82.0</version><!-- {x-version-update:proto-google-cloud-error-reporting-v1beta1:current} -->
<version>0.82.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-error-reporting-v1beta1</artifactId>
<version>0.82.0</version><!-- {x-version-update:grpc-google-cloud-error-reporting-v1beta1:current} -->
<version>0.82.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down

This file was deleted.

2 changes: 0 additions & 2 deletions google-cloud-clients/google-cloud-errorreporting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Java idiomatic client for [Stackdriver Error Reporting][stackdriver-error-report
Quickstart
----------

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

Authentication
--------------
Expand Down
24 changes: 22 additions & 2 deletions google-cloud-clients/google-cloud-errorreporting/pom.xml
9E81
Original file line number Diff line numberDiff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-clients</artifactId>
<version>0.117.0-alpha</version><!-- {x-version-update:google-cloud-clients:current} -->
<version>0.117.0-alpha</version>
</parent>
<properties>
<site.installationModule>google-cloud-errorreporting</site.installationModule>
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-errorreporting -->
<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-errorreporting/synth.metadata

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions versions.txt
< 8297 td id="diff-eb8281dc5868dec21668321219be72bacb9baa0acf7e43ac159d5a53e9d44abcL19" data-line-number="19" class="blob-num blob-num-context js-linkable-line-number">
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ google-cloud-compute:0.117.0-alpha:0.117.0-alpha
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
google-cloud-errorreporting:0.117.0-beta:0.117.0-beta
google-cloud-examples:0.117.0-alpha:0.117.0-alpha
google-cloud-firestore:1.29.0:1.29.0
google-cloud-gcloud-maven-plugin:0.117.0-alpha:0.117.0-alpha
Expand All @@ -38,7 +37,6 @@ 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-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
grpc-google-cloud-firestore-admin-v1:1.29.0:1.29.0
grpc-google-cloud-firestore-v1:1.29.0:1.29.0
grpc-google-cloud-firestore-v1beta1:0.82.0:0.82.0
Expand All @@ -55,7 +53,6 @@ proto-google-cloud-bigquerystorage-v1beta1: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
proto-google-cloud-error-reporting-v1beta1:0.82.0:0.82.0
proto-google-cloud-firestore-admin-v1:1.29.0:1.29.0
proto-google-cloud-firestore-v1:1.29.0:1.29.0
proto-google-cloud-firestore-v1beta1:0.82.0:0.82.0
Expand Down
0