Skip to content

Commit a364742

Browse files
committed
upgrade components for maven
1 parent a86a41b commit a364742

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

opengrok-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<plugin>
2424
<groupId>org.apache.maven.plugins</groupId>
2525
<artifactId>maven-war-plugin</artifactId>
26-
<version>2.6</version>
26+
<version>3.1.0</version>
2727
<configuration>
2828
<webXml>../web/WEB-INF/web.xml</webXml>
2929
<warSourceDirectory>../web</warSourceDirectory>

pom.xml

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -110,20 +110,8 @@ Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
110110
<dependency>
111111
<groupId>org.apache.ant</groupId>
112112
<artifactId>ant</artifactId>
113-
<version>1.9.7</version>
113+
<version>1.10.1</version>
114114
</dependency>
115-
<dependency>
116-
<groupId>org.apache.derby</groupId>
117-
<artifactId>derby</artifactId>
118-
<version>10.12.1.1</version>
119-
</dependency>
120-
<!--
121-
<dependency>
122-
<groupId>org.apache.derby</groupId>
123-
<artifactId>derbyclient</artifactId>
124-
<version>10.10.1.1</version>
125-
</dependency>
126-
-->
127115
</dependencies>
128116
</dependencyManagement>
129117

@@ -137,7 +125,7 @@ Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
137125
<target>${compileTarget}</target>
138126
<encoding>${project.build.sourceEncoding}</encoding>
139127
</configuration>
140-
<version>3.5.1</version>
128+
<version>3.6.1</version>
141129
</plugin>
142130
<plugin>
143131
<groupId>org.apache.maven.plugins</groupId>
@@ -146,12 +134,12 @@ Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
146134
<forkCount>1</forkCount>
147135
<reuseForks>false</reuseForks>
148136
</configuration>
149-
<version>2.19.1</version>
137+
<version>2.20</version>
150138
</plugin>
151139
<plugin>
152140
<groupId>org.jacoco</groupId>
153141
<artifactId>jacoco-maven-plugin</artifactId>
154-
<version>0.7.7</version>
142+
<version>0.7.9</version>
155143
</plugin>
156144
<plugin>
157145
<groupId>org.apache.maven.plugins</groupId>
@@ -184,7 +172,7 @@ Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
184172
<plugin>
185173
<groupId>org.apache.maven.plugins</groupId>
186174
<artifactId>maven-pmd-plugin</artifactId>
187-
<version>3.6</version>
175+
<version>3.8</version>
188176
<reportSets>
189177
<reportSet>
190178
<reports>
@@ -228,7 +216,7 @@ Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
228216
<plugin>
229217
<groupId>org.apache.maven.plugins</groupId>
230218
<artifactId>maven-surefire-report-plugin</artifactId>
231-
<version>2.19.1</version>
219+
<version>2.20</version>
232220
</plugin>
233221
<plugin>
234222
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)