Skip to content

Commit e3b04c3

Browse files
committed
add maven plugin versions to silence maven warnings
1 parent 15521b9 commit e3b04c3

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

component/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<plugins>
1414
<plugin>
1515
<artifactId>exec-maven-plugin</artifactId>
16+
<version>1.6.0</version>
1617
<groupId>org.codehaus.mojo</groupId>
1718
<executions>
1819
<execution>

language/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
<plugin>
6666
<groupId>org.apache.maven.plugins</groupId>
6767
<artifactId>maven-eclipse-plugin</artifactId>
68+
<version>2.10</version>
6869
<configuration>
6970
<downloadSources>true</downloadSources>
7071
<downloadJavadocs>true</downloadJavadocs>

launcher/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<plugin>
1313
<groupId>org.apache.maven.plugins</groupId>
1414
<artifactId>maven-eclipse-plugin</artifactId>
15+
<version>2.10</version>
1516
<configuration>
1617
<downloadSources>true</downloadSources>
1718
<downloadJavadocs>true</downloadJavadocs>

native/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<plugin>
1515
<artifactId>exec-maven-plugin</artifactId>
1616
<groupId>org.codehaus.mojo</groupId>
17+
<version>1.6.0</version>
1718
<executions>
1819
<execution>
1920
<id>make_native</id>

0 commit comments

Comments
 (0)