|
85 | 85 | <plugin>
|
86 | 86 | <groupId>org.apache.maven.plugins</groupId>
|
87 | 87 | <artifactId>maven-compiler-plugin</artifactId>
|
88 |
| - <version>2.3.2</version> |
| 88 | + <version>3.6.0</version> |
89 | 89 | <configuration>
|
90 | 90 | <source>${targetJdk}</source>
|
91 | 91 | <target>${targetJdk}</target>
|
|
96 | 96 | <plugin>
|
97 | 97 | <groupId>org.apache.maven.plugins</groupId>
|
98 | 98 | <artifactId>maven-jar-plugin</artifactId>
|
99 |
| - <version>2.3.1</version> |
| 99 | + <version>3.0.2</version> |
100 | 100 | <configuration>
|
101 | 101 | <archive>
|
102 | 102 | <manifest>
|
|
117 | 117 | <plugin>
|
118 | 118 | <groupId>org.apache.maven.plugins</groupId>
|
119 | 119 | <artifactId>maven-surefire-plugin</artifactId>
|
120 |
| - <version>2.10</version> |
| 120 | + <version>2.19.1</version> |
121 | 121 | </plugin>
|
122 | 122 |
|
123 | 123 | <plugin>
|
124 | 124 | <groupId>org.codehaus.mojo</groupId>
|
125 | 125 | <artifactId>buildnumber-maven-plugin</artifactId>
|
126 |
| - <version>1.1</version> |
| 126 | + <version>1.4</version> |
127 | 127 | <executions>
|
128 | 128 | <execution>
|
129 | 129 | <phase>validate</phase>
|
|
136 | 136 |
|
137 | 137 | <plugin>
|
138 | 138 | <artifactId>maven-dependency-plugin</artifactId>
|
139 |
| - <version>2.8</version> |
| 139 | + <version>2.10</version> |
140 | 140 | <executions>
|
141 | 141 | <execution>
|
142 | 142 | <id>unpack-metafacture-core-resources</id>
|
|
159 | 159 |
|
160 | 160 | <plugin>
|
161 | 161 | <artifactId>maven-assembly-plugin</artifactId>
|
162 |
| - <version>2.4</version> |
163 |
| - <dependencies> |
164 |
| - <!-- Pin the versions of plexus-archiver and plexus-io as |
165 |
| - there are apparently two bugs in the versions on which |
166 |
| - maven-assembly-plugin depends on by default. See |
167 |
| - http://www.misanthropicgeek.net/?p=1303 for details. --> |
168 |
| - <dependency> |
169 |
| - <groupId>org.codehaus.plexus</groupId> |
170 |
| - <artifactId>plexus-archiver</artifactId> |
171 |
| - <version>2.4.3</version> |
172 |
| - </dependency> |
173 |
| - <dependency> |
174 |
| - <groupId>org.codehaus.plexus</groupId> |
175 |
| - <artifactId>plexus-io</artifactId> |
176 |
| - <version>2.0.8</version> |
177 |
| - </dependency> |
178 |
| - </dependencies> |
| 162 | + <version>3.0.0</version> |
179 | 163 | <executions>
|
180 | 164 | <execution>
|
181 | 165 | <id>create-distribution-package</id>
|
|
205 | 189 | <plugin>
|
206 | 190 | <groupId>org.apache.maven.plugins</groupId>
|
207 | 191 | <artifactId>maven-release-plugin</artifactId>
|
208 |
| - <version>2.4</version><!--$NO-MVN-MAN-VER$ --> |
| 192 | + <version>2.5.3</version><!--$NO-MVN-MAN-VER$ --> |
209 | 193 | <!-- m2e complains about a different plugin version being specified in
|
210 | 194 | the parent pom. However, this is not actually problem for maven. So, we can
|
211 | 195 | ignore the warning. -->
|
212 | 196 | </plugin>
|
213 |
| - |
214 | 197 | </plugins>
|
215 | 198 | </build>
|
216 | 199 |
|
|
233 | 216 | <dependency>
|
234 | 217 | <groupId>org.slf4j</groupId>
|
235 | 218 | <artifactId>slf4j-log4j12</artifactId>
|
236 |
| - <version>1.7.6</version> |
| 219 | + <version>1.7.21</version> |
237 | 220 | </dependency>
|
238 | 221 |
|
239 | 222 | <!-- The following dependencies are placed in the "provided"
|
|
268 | 251 | <dependency>
|
269 | 252 | <groupId>junit</groupId>
|
270 | 253 | <artifactId>junit</artifactId>
|
271 |
| - <version>4.11</version> |
| 254 | + <version>4.12</version> |
272 | 255 | <scope>test</scope>
|
273 | 256 | </dependency>
|
274 | 257 |
|
|
282 | 265 | <plugin>
|
283 | 266 | <groupId>org.apache.maven.plugins</groupId>
|
284 | 267 | <artifactId>maven-javadoc-plugin</artifactId>
|
285 |
| - <version>2.8</version> |
| 268 | + <version>2.10.4</version> |
286 | 269 | <executions>
|
287 | 270 | <execution>
|
288 | 271 | <id>attach-javadocs</id>
|
|
300 | 283 | <plugin>
|
301 | 284 | <groupId>org.apache.maven.plugins</groupId>
|
302 | 285 | <artifactId>maven-source-plugin</artifactId>
|
303 |
| - <version>2.1.2</version> |
| 286 | + <version>3.0.1</version> |
304 | 287 | <executions>
|
305 | 288 | <execution>
|
306 | 289 | <id>attach-sources</id>
|
|
314 | 297 | <plugin>
|
315 | 298 | <groupId>org.apache.maven.plugins</groupId>
|
316 | 299 | <artifactId>maven-gpg-plugin</artifactId>
|
317 |
| - <version>1.4</version> |
| 300 | + <version>1.6</version> |
318 | 301 | <executions>
|
319 | 302 | <execution>
|
320 | 303 | <id>sign-artifacts</id>
|
|
0 commit comments