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

Update pom.xml #2283

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub-parent</artifactId>
<packaging>pom</packaging>
<version>1.134.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsub:current} -->
<version>1.134.3</version><!-- Updated to release version -->
<name>Google Cloud Pub/Sub Parent</name>
<url>https://github.com/googleapis/java-pubsub</url>
<description>
Expand All @@ -21,7 +21,7 @@
<developer>
<id>chingor</id>
<name>Jeff Ching</name>
<email>[email protected]</email>
<!-- Email removed for privacy -->
<organization>Google</organization>
<roles>
<role>Developer</role>
Expand Down Expand Up @@ -61,25 +61,25 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>${google-cloud-shared-dependencies.version}</version>
<version>3.3.0</version><!-- Updated to stable release version -->
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-pubsub-v1</artifactId>
<version>1.116.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
<version>1.116.3</version><!-- Updated to release version -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-pubsub-v1</artifactId>
<version>1.116.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
<version>1.116.3</version><!-- Updated to release version -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub</artifactId>
<version>1.134.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsub:current} -->
<version>1.134.3</version><!-- Updated to release version -->
</dependency>

<!-- Test dependencies -->
Expand Down