Skip to content

Commit c0632f0

Browse files
authored
Merge pull request #89 from Tomas-Kraus/master
Updated pom.xml: new parent, new plugins versions
2 parents f49271c + ca5dcbb commit c0632f0

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

pom.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2011, 2017 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2011, 2018 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -21,9 +21,9 @@
2121
<modelVersion>4.0.0</modelVersion>
2222

2323
<parent>
24-
<groupId>net.java</groupId>
25-
<artifactId>jvnet-parent</artifactId>
26-
<version>5</version>
24+
<groupId>org.eclipse.ee4j</groupId>
25+
<artifactId>project</artifactId>
26+
<version>1.0</version>
2727
</parent>
2828

2929
<prerequisites>
@@ -136,12 +136,12 @@
136136
<plugin>
137137
<groupId>org.glassfish.copyright</groupId>
138138
<artifactId>glassfish-copyright-maven-plugin</artifactId>
139-
<version>1.46</version>
139+
<version>1.49</version>
140140
</plugin>
141141
<plugin>
142142
<groupId>org.apache.felix</groupId>
143143
<artifactId>maven-bundle-plugin</artifactId>
144-
<version>3.3.0</version>
144+
<version>3.5.0</version>
145145
</plugin>
146146
<plugin>
147147
<groupId>org.codehaus.mojo</groupId>
@@ -151,7 +151,7 @@
151151
<plugin>
152152
<groupId>org.apache.maven.plugins</groupId>
153153
<artifactId>maven-javadoc-plugin</artifactId>
154-
<version>3.0.0-M1</version>
154+
<version>3.0.0</version>
155155
</plugin>
156156
<plugin>
157157
<groupId>org.apache.maven.plugins</groupId>
@@ -173,32 +173,32 @@
173173
<plugin>
174174
<groupId>org.apache.maven.plugins</groupId>
175175
<artifactId>maven-war-plugin</artifactId>
176-
<version>3.1.0</version>
176+
<version>3.2.1</version>
177177
</plugin>
178178
<plugin>
179179
<groupId>org.apache.maven.plugins</groupId>
180180
<artifactId>maven-jar-plugin</artifactId>
181-
<version>3.0.2</version>
181+
<version>3.1.0</version>
182182
</plugin>
183183
<plugin>
184184
<groupId>org.apache.maven.plugins</groupId>
185185
<artifactId>maven-dependency-plugin</artifactId>
186-
<version>3.0.2</version>
186+
<version>3.1.0</version>
187187
</plugin>
188188
<plugin>
189189
<groupId>org.apache.maven.plugins</groupId>
190190
<artifactId>maven-resources-plugin</artifactId>
191-
<version>3.0.2</version>
191+
<version>3.1.0</version>
192192
</plugin>
193193
<plugin>
194194
<groupId>org.codehaus.mojo</groupId>
195195
<artifactId>wagon-maven-plugin</artifactId>
196-
<version>1.0</version>
196+
<version>2.0.0</version>
197197
</plugin>
198198
<plugin>
199199
<groupId>org.apache.maven.plugins</groupId>
200200
<artifactId>maven-clean-plugin</artifactId>
201-
<version>3.0.0</version>
201+
<version>3.1.0</version>
202202
</plugin>
203203
<plugin>
204204
<groupId>org.apache.maven.plugins</groupId>
@@ -213,12 +213,12 @@
213213
<plugin>
214214
<groupId>org.apache.maven.plugins</groupId>
215215
<artifactId>maven-site-plugin</artifactId>
216-
<version>3.6</version>
216+
<version>3.7.1</version>
217217
</plugin>
218218
<plugin>
219219
<groupId>org.apache.maven.plugins</groupId>
220220
<artifactId>maven-surefire-plugin</artifactId>
221-
<version>2.20</version>
221+
<version>2.20.1</version>
222222
</plugin>
223223
<plugin>
224224
<groupId>org.codehaus.mojo</groupId>
@@ -420,7 +420,7 @@
420420
<plugin>
421421
<groupId>org.apache.maven.plugins</groupId>
422422
<artifactId>maven-javadoc-plugin</artifactId>
423-
<version>3.0.0-M1</version>
423+
<version>3.0.0</version>
424424
<executions>
425425
<execution>
426426
<id>attach-javadocs</id>
@@ -440,7 +440,7 @@
440440
<plugin>
441441
<groupId>org.codehaus.mojo</groupId>
442442
<artifactId>findbugs-maven-plugin</artifactId>
443-
<version>2.5.3</version>
443+
<version>3.0.5</version>
444444
</plugin>
445445
</plugins>
446446
</reporting>

0 commit comments

Comments
 (0)