Skip to content

Commit a257cb5

Browse files
committed
build(deps): maven-gpg-plugin 3.2.7 in the generator
Let's use the latest maven-gpg-plugin in the generator. It seems that there's a concurrency problem in the old versions. b/421886950 This version matches what we have in https://github.com/googleapis/java-shared-config/blob/main/native-image-shared-config/pom.xml#L190C17-L200C32. I'll create another CL that modify the generated pom.xml files.
1 parent f254b2d commit a257cb5

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

generator/src/googleapis/codegen/languages/java/1.26.0/templates/_pom_xml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<plugin>
130130
<groupId>org.apache.maven.plugins</groupId>
131131
<artifactId>maven-gpg-plugin</artifactId>
132-
<version>1.6</version>
132+
<version>3.2.7</version>
133133
<executions>
134134
<execution>
135135
<id>sign-artifacts</id>

generator/src/googleapis/codegen/languages/java/1.27.0/templates/_pom_xml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<plugin>
130130
<groupId>org.apache.maven.plugins</groupId>
131131
<artifactId>maven-gpg-plugin</artifactId>
132-
<version>1.6</version>
132+
<version>3.2.7</version>
133133
<executions>
134134
<execution>
135135
<id>sign-artifacts</id>

generator/src/googleapis/codegen/languages/java/1.28.0/templates/_pom_xml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<plugin>
129129
<groupId>org.apache.maven.plugins</groupId>
130130
<artifactId>maven-gpg-plugin</artifactId>
131-
<version>1.6</version>
131+
<version>3.2.7</version>
132132
<executions>
133133
<execution>
134134
<id>sign-artifacts</id>

generator/src/googleapis/codegen/languages/java/1.29.2/templates/_pom_xml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<plugin>
129129
<groupId>org.apache.maven.plugins</groupId>
130130
<artifactId>maven-gpg-plugin</artifactId>
131-
<version>1.6</version>
131+
<version>3.2.7</version>
132132
<executions>
133133
<execution>
134134
<id>sign-artifacts</id>

generator/src/googleapis/codegen/languages/java/1.30.1/templates/_pom_xml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<plugin>
145145
<groupId>org.apache.maven.plugins</groupId>
146146
<artifactId>maven-gpg-plugin</artifactId>
147-
<version>1.6</version>
147+
<version>3.2.7</version>
148148
<executions>
149149
<execution>
150150
<id>sign-artifacts</id>

generator/src/googleapis/codegen/languages/java/1.31.0/templates/_pom_xml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<plugin>
145145
<groupId>org.apache.maven.plugins</groupId>
146146
<artifactId>maven-gpg-plugin</artifactId>
147-
<version>1.6</version>
147+
<version>3.2.7</version>
148148
<executions>
149149
<execution>
150150
<id>sign-artifacts</id>

generator/src/googleapis/codegen/languages/java/2.0.0/templates/_pom_xml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<plugin>
145145
<groupId>org.apache.maven.plugins</groupId>
146146
<artifactId>maven-gpg-plugin</artifactId>
147-
<version>1.6</version>
147+
<version>3.2.7</version>
148148
<executions>
149149
<execution>
150150
<id>sign-artifacts</id>

generator/src/googleapis/codegen/languages/java/default/templates/_pom_xml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
<plugin>
146146
<groupId>org.apache.maven.plugins</groupId>
147147
<artifactId>maven-gpg-plugin</artifactId>
148-
<version>1.6</version>
148+
<version>3.2.7</version>
149149
<executions>
150150
<execution>
151151
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)