You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/04/05 12:49:30 UTC

[maven-jxr] branch dox created (now 52cdc2d)

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a change to branch dox
in repository https://gitbox.apache.org/repos/asf/maven-jxr.git.


      at 52cdc2d  udpate dependencies and parent POM

This branch includes the following new commits:

     new 52cdc2d  udpate dependencies and parent POM

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-jxr] 01/01: udpate dependencies and parent POM

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch dox
in repository https://gitbox.apache.org/repos/asf/maven-jxr.git

commit 52cdc2dab9d4244a98af98790394d623489ad04f
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sun Apr 5 08:49:14 2020 -0400

    udpate dependencies and parent POM
---
 pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index be2f7ec..d00a04f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>33</version>
+    <version>34</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -64,9 +64,9 @@ under the License.
 
   <properties>
     <javaVersion>7</javaVersion>
-    <sitePluginVersion>3.3</sitePluginVersion>
+    <sitePluginVersion>3.9.0</sitePluginVersion>
     <maven.site.path>jxr-archives/jxr-LATEST</maven.site.path>
-    <surefire.version>2.21.0</surefire.version>
+    <surefire.version>2.22.2</surefire.version>
   </properties>
 
   <modules>
@@ -89,17 +89,17 @@ under the License.
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <scope>test</scope>
-        <version>4.12</version>
+        <version>4.13</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-java</artifactId>
-        <version>0.9.8</version>
+        <version>1.0.5</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>3.1.0</version>
+        <version>3.3.0</version>
       </dependency>
     </dependencies>
   </dependencyManagement>
@@ -137,7 +137,7 @@ under the License.
         <dependency>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>extra-enforcer-rules</artifactId>
-          <version>1.0-beta-6</version>
+          <version>1.2</version>
         </dependency>
       </dependencies>
     </plugin>