You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/06/07 11:18:28 UTC

[maven-invoker-plugin] branch invoker-report created (now 38ec8b7)

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

slachiewicz pushed a change to branch invoker-report
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git.


      at 38ec8b7  Sync Doxia versions - fixes invoker:report dependency issues

This branch includes the following new commits:

     new 38ec8b7  Sync Doxia versions - fixes invoker:report dependency issues

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-invoker-plugin] 01/01: Sync Doxia versions - fixes invoker:report dependency issues

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

slachiewicz pushed a commit to branch invoker-report
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git

commit 38ec8b70598209b5bf403f1e114d6b30f3fd6bbe
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Jun 7 13:17:38 2020 +0200

    Sync Doxia versions - fixes invoker:report dependency issues
---
 pom.xml | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c628664..7926ad5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@ under the License.
     <javaVersion>7</javaVersion>
     <mavenVersion>3.0</mavenVersion>
     <doxiaVersion>1.9.1</doxiaVersion>
-    <doxia-sitetoolsVersion>1.9.2</doxia-sitetoolsVersion>
+    <doxiaSitetoolsVersion>1.9.2</doxiaSitetoolsVersion>
     <beanshell-groupId>org.beanshell</beanshell-groupId>
     <beanshell-artifactId>bsh</beanshell-artifactId>
     <beanshell-version>2.0b4</beanshell-version>
@@ -152,12 +152,22 @@ under the License.
       <artifactId>doxia-sink-api</artifactId>
       <version>${doxiaVersion}</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven.doxia</groupId>
+      <artifactId>doxia-decoration-model</artifactId>
+      <version>${doxiaSitetoolsVersion}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.doxia</groupId>
+      <artifactId>doxia-core</artifactId>
+      <version>${doxiaVersion}</version>
+    </dependency>
 
     <!-- Doxia-sitetools -->
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-site-renderer</artifactId>
-      <version>${doxia-sitetoolsVersion}</version>
+      <version>${doxiaSitetoolsVersion}</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>