Skip to content

Commit 544da4e

Browse files
Update maven plugins
1 parent 79bdf41 commit 544da4e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<groupId>org.apache.maven.plugins</groupId>
8282
<artifactId>maven-resources-plugin
8383
</artifactId>
84-
<version>2.6</version>
84+
<version>2.7</version>
8585
<configuration>
8686
<encoding>UTF-8</encoding>
8787
</configuration>
@@ -110,7 +110,7 @@
110110
<plugin>
111111
<groupId>org.apache.maven.plugins</groupId>
112112
<artifactId>maven-source-plugin</artifactId>
113-
<version>2.4</version>
113+
<version>3.0.0</version>
114114
<executions>
115115
<execution>
116116
<id>attach-sources</id>
@@ -123,7 +123,7 @@
123123
<plugin>
124124
<groupId>org.apache.maven.plugins</groupId>
125125
<artifactId>maven-javadoc-plugin</artifactId>
126-
<version>2.9.1</version>
126+
<version>2.10.3</version>
127127
<executions>
128128
<execution>
129129
<id>attach-javadocs</id>
@@ -150,7 +150,7 @@
150150
<plugin>
151151
<groupId>org.apache.maven.plugins</groupId>
152152
<artifactId>maven-release-plugin</artifactId>
153-
<version>2.5</version>
153+
<version>2.5.3</version>
154154
<configuration>
155155
<autoVersionSubmodules>true</autoVersionSubmodules>
156156
<useReleaseProfile>false</useReleaseProfile>
@@ -163,7 +163,7 @@
163163
<plugin>
164164
<groupId>org.apache.maven.plugins</groupId>
165165
<artifactId>maven-enforcer-plugin</artifactId>
166-
<version>1.2</version>
166+
<version>1.4.1</version>
167167
<executions>
168168
<execution>
169169
<id>enforce</id>
@@ -182,7 +182,7 @@
182182
<plugin>
183183
<groupId>org.jacoco</groupId>
184184
<artifactId>jacoco-maven-plugin</artifactId>
185-
<version>0.7.5.201505241946</version>
185+
<version>0.7.6.201602180812</version>
186186
<executions>
187187
<execution>
188188
<id>pre-unit-test</id>

0 commit comments

Comments
 (0)