Skip to content

Commit 62b4d09

Browse files
committed
Update plugins
1 parent aca7dc8 commit 62b4d09

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
@@ -75,7 +75,7 @@
7575
<plugin>
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-compiler-plugin</artifactId>
78-
<version>3.6.0</version>
78+
<version>3.6.1</version>
7979
<configuration>
8080
<source>1.7</source>
8181
<target>1.7</target>
@@ -87,7 +87,7 @@
8787
<plugin>
8888
<groupId>org.jacoco</groupId>
8989
<artifactId>jacoco-maven-plugin</artifactId>
90-
<version>0.7.7.201606060606</version>
90+
<version>0.7.9</version>
9191
<executions>
9292
<execution>
9393
<goals>
@@ -153,7 +153,7 @@
153153
<plugin>
154154
<groupId>org.sonatype.plugins</groupId>
155155
<artifactId>nexus-staging-maven-plugin</artifactId>
156-
<version>1.6.7</version>
156+
<version>1.6.8</version>
157157
<extensions>true</extensions>
158158
<configuration>
159159
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)