Skip to content

Commit

Permalink
Update Maven plugin versions
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
  • Loading branch information
Alexandre Montplaisir committed Jun 9, 2017
1 parent e0623a8 commit 9753ed5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
1 change: 0 additions & 1 deletion ctf/pom.xml
Expand Up @@ -46,7 +46,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<configuration>
<excludeResources>true</excludeResources>
</configuration>
Expand Down
18 changes: 12 additions & 6 deletions pom.xml
Expand Up @@ -47,7 +47,7 @@

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5</version>
<version>3.6.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand All @@ -66,7 +66,7 @@

<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.6</version>
<version>3.0.2</version>
<configuration>
<archive>
<manifestFile>${manifest-location}/MANIFEST.MF</manifestFile>
Expand All @@ -76,23 +76,29 @@

<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.7</version>
<version>3.0.2</version>
</plugin>

<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.4</version>
<version>3.6</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
</plugin>

<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<version>2.20</version>
</plugin>

<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<configuration>
<manifestLocation>${manifest-location}</manifestLocation>
</configuration>
Expand Down

0 comments on commit 9753ed5

Please sign in to comment.