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/04 14:13:18 UTC

[maven-dependency-plugin] branch dox created (now d4536a5)

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-dependency-plugin.git.


      at d4536a5  update doxia site tools

This branch includes the following new commits:

     new d4536a5  update doxia site tools

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-dependency-plugin] 01/01: update doxia site tools

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-dependency-plugin.git

commit d4536a522ff207d7d836fb1f4e50dcb63afe75cb
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Apr 4 10:11:53 2020 -0400

    update doxia site tools
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a43a36d..3d6732f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,6 +91,7 @@ under the License.
   <properties>
     <mavenVersion>3.0</mavenVersion>
     <doxiaVersion>1.9.1</doxiaVersion>
+    <doxiaSiteVersion>1.9.2</doxiaSiteVersion>
     <jettyVersion>9.2.28.v20190418</jettyVersion>
     <pluginTestingVersion>2.1</pluginTestingVersion>
     <javaVersion>7</javaVersion>
@@ -192,7 +193,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-site-renderer</artifactId>
-      <version>${doxiaVersion}</version>
+      <version>${doxiaSiteVersion}</version>
     </dependency>
 
     <!-- plexus -->