Skip to content

Commit 7dd3946

Browse files
author
nicolaiparlog
committed
Updated some Maven plugins.
1 parent 61cd8d1 commit 7dd3946

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<!-- specify using Java 8 -->
104104
<groupId>org.apache.maven.plugins</groupId>
105105
<artifactId>maven-compiler-plugin</artifactId>
106-
<version>3.1</version>
106+
<version>3.2</version>
107107
<configuration>
108108
<source>1.8</source>
109109
<target>1.8</target>
@@ -113,7 +113,7 @@
113113
<!-- create sources.jar -->
114114
<groupId>org.apache.maven.plugins</groupId>
115115
<artifactId>maven-source-plugin</artifactId>
116-
<version>2.3</version>
116+
<version>2.4</version>
117117
<executions>
118118
<execution>
119119
<id>attach-sources</id>
@@ -127,7 +127,7 @@
127127
<!-- create javadoc.jar -->
128128
<groupId>org.apache.maven.plugins</groupId>
129129
<artifactId>maven-javadoc-plugin</artifactId>
130-
<version>2.9.1</version>
130+
<version>2.10.1</version>
131131
<executions>
132132
<execution>
133133
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)