Skip to content

Commit

Permalink
upgrade components for maven
Browse files Browse the repository at this point in the history
  • Loading branch information
tarzanek committed May 17, 2017
1 parent a86a41b commit a364742
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
2 changes: 1 addition & 1 deletion opengrok-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.6</version>
<version>3.1.0</version>
<configuration>
<webXml>../web/WEB-INF/web.xml</webXml>
<warSourceDirectory>../web</warSourceDirectory>
Expand Down
24 changes: 6 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,20 +110,8 @@ Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.9.7</version>
<version>1.10.1</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.12.1.1</version>
</dependency>
<!--
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyclient</artifactId>
<version>10.10.1.1</version>
</dependency>
-->
</dependencies>
</dependencyManagement>

Expand All @@ -137,7 +125,7 @@ Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
<target>${compileTarget}</target>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
<version>3.5.1</version>
<version>3.6.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -146,12 +134,12 @@ Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
<forkCount>1</forkCount>
<reuseForks>false</reuseForks>
</configuration>
<version>2.19.1</version>
<version>2.20</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.7</version>
<version>0.7.9</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -184,7 +172,7 @@ Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.6</version>
<version>3.8</version>
<reportSets>
<reportSet>
<reports>
Expand Down Expand Up @@ -228,7 +216,7 @@ Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.19.1</version>
<version>2.20</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit a364742

Please sign in to comment.