Skip to content

Commit 0a6bdbb

Browse files
committed
Set maven-resources-plugin version
1 parent ea344c0 commit 0a6bdbb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

bundle/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
<plugins>
5959
<!-- Extract the original sources again -->
6060
<plugin>
61+
<groupId>org.apache.maven.plugins</groupId>
6162
<artifactId>maven-resources-plugin</artifactId>
6263
<executions>
6364
<execution>

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,11 @@
468468
</dependency>
469469
</dependencies>
470470
</plugin>
471+
<plugin>
472+
<groupId>org.apache.maven.plugins</groupId>
473+
<artifactId>maven-resources-plugin</artifactId>
474+
<version>2.7</version>
475+
</plugin>
471476
</plugins>
472477
</pluginManagement>
473478

0 commit comments

Comments
 (0)