Skip to content

Commit 14e6267

Browse files
committed
bump plugins
1 parent c10f7bb commit 14e6267

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<plugin>
106106
<groupId>org.apache.maven.plugins</groupId>
107107
<artifactId>maven-compiler-plugin</artifactId>
108-
<version>3.3</version>
108+
<version>3.5.1</version>
109109
<configuration>
110110
<source>1.7</source>
111111
<target>1.7</target>
@@ -119,7 +119,7 @@
119119
<plugin>
120120
<groupId>org.apache.maven.plugins</groupId>
121121
<artifactId>maven-surefire-plugin</artifactId>
122-
<version>2.14.1</version>
122+
<version>2.19.1</version>
123123
<configuration>
124124
<argLine>-Dfile.encoding=UTF-8</argLine>
125125
<systemProperties>
@@ -147,7 +147,7 @@
147147
<plugin>
148148
<groupId>org.apache.maven.plugins</groupId>
149149
<artifactId>maven-source-plugin</artifactId>
150-
<version>2.4</version>
150+
<version>3.0.1</version>
151151
<executions>
152152
<execution>
153153
<id>attach-sources</id>
@@ -160,7 +160,7 @@
160160
<plugin>
161161
<groupId>org.apache.maven.plugins</groupId>
162162
<artifactId>maven-javadoc-plugin</artifactId>
163-
<version>2.10.3</version>
163+
<version>2.10.4</version>
164164
<executions>
165165
<execution>
166166
<id>attach-javadocs</id>
@@ -173,7 +173,7 @@
173173
<plugin>
174174
<groupId>org.apache.maven.plugins</groupId>
175175
<artifactId>maven-release-plugin</artifactId>
176-
<version>2.5</version>
176+
<version>2.5.3</version>
177177
<configuration>
178178
<autoVersionSubmodules>true</autoVersionSubmodules>
179179
<useReleaseProfile>false</useReleaseProfile>
@@ -184,7 +184,7 @@
184184
<plugin>
185185
<groupId>org.sonatype.plugins</groupId>
186186
<artifactId>nexus-staging-maven-plugin</artifactId>
187-
<version>1.6.6</version>
187+
<version>1.6.7</version>
188188
<extensions>true</extensions>
189189
<configuration>
190190
<serverId>ossrh</serverId>
@@ -195,7 +195,7 @@
195195
<plugin>
196196
<groupId>org.codehaus.mojo</groupId>
197197
<artifactId>exec-maven-plugin</artifactId>
198-
<version>1.4.0</version>
198+
<version>1.5.0</version>
199199
<executions>
200200
<execution>
201201
<id>npm-install</id>
@@ -216,7 +216,7 @@
216216
<plugin>
217217
<groupId>org.codehaus.mojo</groupId>
218218
<artifactId>versions-maven-plugin</artifactId>
219-
<version>2.2</version>
219+
<version>2.3</version>
220220
</plugin>
221221
<plugin>
222222
<groupId>com.github.github</groupId>

0 commit comments

Comments
 (0)