|
55 | 55 | <plugin> |
56 | 56 | <groupId>org.sonatype.plugins</groupId> |
57 | 57 | <artifactId>nexus-staging-maven-plugin</artifactId> |
58 | | - <version>1.6.3</version> |
| 58 | + <version>1.6.8</version> |
59 | 59 | <extensions>true</extensions> |
60 | 60 | <configuration> |
61 | 61 | <serverId>ossrh</serverId> |
|
67 | 67 | <plugin> |
68 | 68 | <groupId>org.apache.maven.plugins</groupId> |
69 | 69 | <artifactId>maven-source-plugin</artifactId> |
70 | | - <version>2.2.1</version> |
| 70 | + <version>3.0.1</version> |
71 | 71 | <executions> |
72 | 72 | <execution> |
73 | 73 | <id>attach-sources</id> |
|
81 | 81 | <plugin> |
82 | 82 | <groupId>org.apache.maven.plugins</groupId> |
83 | 83 | <artifactId>maven-javadoc-plugin</artifactId> |
84 | | - <version>2.9.1</version> |
| 84 | + <version>2.10.4</version> |
85 | 85 | <executions> |
86 | 86 | <execution> |
87 | 87 | <id>attach-javadocs</id> |
|
95 | 95 | <plugin> |
96 | 96 | <groupId>org.apache.maven.plugins</groupId> |
97 | 97 | <artifactId>maven-gpg-plugin</artifactId> |
98 | | - <version>1.5</version> |
| 98 | + <version>1.6</version> |
99 | 99 | <executions> |
100 | 100 | <execution> |
101 | 101 | <id>sign-artifacts</id> |
|
110 | 110 | <plugin> |
111 | 111 | <groupId>org.apache.maven.plugins</groupId> |
112 | 112 | <artifactId>maven-compiler-plugin</artifactId> |
113 | | - <version>2.3.2</version> |
| 113 | + <version>3.6.1</version> |
114 | 114 | <configuration> |
115 | 115 | <source>1.5</source> |
116 | 116 | <target>1.5</target> |
|
121 | 121 | <plugin> |
122 | 122 | <groupId>org.apache.maven.plugins</groupId> |
123 | 123 | <artifactId>maven-release-plugin</artifactId> |
124 | | - <version>2.5.1</version> |
| 124 | + <version>2.5.3</version> |
125 | 125 | <configuration> |
126 | 126 | <tagNameFormat>v@{project.version}</tagNameFormat> |
127 | 127 | </configuration> |
|
163 | 163 | <dependency> |
164 | 164 | <groupId>junit</groupId> |
165 | 165 | <artifactId>junit</artifactId> |
166 | | - <version>4.10</version> |
| 166 | + <version>4.12</version> |
167 | 167 | <scope>test</scope> |
168 | 168 | </dependency> |
169 | 169 | <dependency> |
|
0 commit comments