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/03/14 22:43:41 UTC

[maven-doxia-converter] branch dependabot/maven/doxiaVersion-1.9.1 updated (e1f29d7 -> e9266ab)

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

slachiewicz pushed a change to branch dependabot/maven/doxiaVersion-1.9.1
in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git.


 discard e1f29d7  Bump Doxia from 1.9 to 1.9.1
     new e9266ab  [DOXIATOOLS-62] Bump Doxia from 1.9 to 1.9.1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e1f29d7)
            \
             N -- N -- N   refs/heads/dependabot/maven/doxiaVersion-1.9.1 (e9266ab)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:


[maven-doxia-converter] 01/01: [DOXIATOOLS-62] Bump Doxia from 1.9 to 1.9.1

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

slachiewicz pushed a commit to branch dependabot/maven/doxiaVersion-1.9.1
in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git

commit e9266ab0152699bf8d675960a01c65b580dbf505
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Sat Mar 14 22:19:35 2020 +0000

    [DOXIATOOLS-62] Bump Doxia from 1.9 to 1.9.1
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 pom.xml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c01af12..4822750 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <doxiaVersion>1.9</doxiaVersion>
+    <doxiaVersion>1.9.1</doxiaVersion>
     <javaVersion>7</javaVersion>
   </properties>
   <dependencyManagement>
@@ -117,6 +117,16 @@ under the License.
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-module-fo</artifactId>
       <version>${doxiaVersion}</version>
+      <exclusions><!-- remove with update to 1.9.2 -->
+        <exclusion>
+          <groupId>javax.media</groupId>
+          <artifactId>jai-core</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.sun.media</groupId>
+          <artifactId>jai-codec</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>