Skip to content

Commit b568454

Browse files
use airlock
1 parent 40ca5b0 commit b568454

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
@@ -181,7 +181,9 @@
181181
<build>
182182
<plugins>
183183
<plugin>
184+
<groupId>org.apache.maven.plugins</groupId>
184185
<artifactId>maven-resources-plugin</artifactId>
186+
<version>3.3.1</version>
185187
<executions>
186188
<execution>
187189
<id>copy-resources</id>

0 commit comments

Comments
 (0)