Skip to content

Commit 49d3db8

Browse files
use airlock
1 parent 73063ec commit 49d3db8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

google-cloud-spanner-executor/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@
205205
<build>
206206
<plugins>
207207
<plugin>
208+
<groupId>org.apache.maven.plugins</groupId>
208209
<artifactId>maven-resources-plugin</artifactId>
210+
<version>3.3.1</version>
209211
<executions>
210212
<execution>
211213
<id>copy-resources</id>

samples/snippets/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@
118118
<build>
119119
<plugins>
120120
<plugin>
121+
<groupId>org.apache.maven.plugins</groupId>
121122
<artifactId>maven-resources-plugin</artifactId>
123+
<version>3.3.1</version>
122124
<executions>
123125
<execution>
124126
<id>copy-resources</id>

0 commit comments

Comments
 (0)