Skip to content

Commit

Permalink
updateing dependencies versions
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <[email protected]>
  • Loading branch information
senivam committed Sep 17, 2020
1 parent 5a7c56e commit 22ee07e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tools/jersey-doc-modulelist-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2013, 2018 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -24,7 +24,7 @@
<groupId>org.glassfish.jersey.tools.plugins</groupId>
<artifactId>jersey-doc-modulelist-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.0.1</version>
<version>1.0.2</version>
<name>jersey-doc-modulelist-maven-plugin</name>

<description>
Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-dependency-tree</artifactId>
<version>2.0</version>
<version>${maven.shared.version}</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -79,6 +79,7 @@

<properties>
<java.version>1.8</java.version>
<maven.version>3.1.1</maven.version>
<maven.version>3.6.3</maven.version>
<maven.shared.version>3.0.1</maven.shared.version>
</properties>
</project>

0 comments on commit 22ee07e

Please sign in to comment.