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:50:25 UTC

[maven-doxia-converter] branch dependabot/maven/com.ibm.icu-icu4j-66.1 created (now 975f9ff)

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

slachiewicz pushed a change to branch dependabot/maven/com.ibm.icu-icu4j-66.1
in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git.


      at 975f9ff  Bump icu4j from 65.1 to 66.1

This branch includes the following new commits:

     new 540630a  [DOXIATOOLS-65] Make build reproducible
     new 939caf2  [DOXIATOOLS-62] Bump Doxia from 1.9 to 1.9.1
     new 975f9ff  Bump icu4j from 65.1 to 66.1

The 3 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-doxia-converter] 03/03: Bump icu4j from 65.1 to 66.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/com.ibm.icu-icu4j-66.1
in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git

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

    Bump icu4j from 65.1 to 66.1
    
    Bumps [icu4j](https://github.com/unicode-org/icu) from 65.1 to 66.1.
    - [Release notes](https://github.com/unicode-org/icu/releases)
    - [Commits](https://github.com/unicode-org/icu/commits)
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a226572..6505146 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@ under the License.
     <dependency>
       <groupId>com.ibm.icu</groupId>
       <artifactId>icu4j</artifactId>
-      <version>65.1</version>
+      <version>66.1</version>
     </dependency>
 
     <!-- Plexus -->


[maven-doxia-converter] 02/03: [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/com.ibm.icu-icu4j-66.1
in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git

commit 939caf2a16071aa3c34edfcce2ee6d19f4f717fe
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 3606964..a226572 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>
     <project.build.outputTimestamp>2020-03-14T00:00:00Z</project.build.outputTimestamp>
   </properties>
@@ -118,6 +118,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>


[maven-doxia-converter] 01/03: [DOXIATOOLS-65] Make build reproducible

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/com.ibm.icu-icu4j-66.1
in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git

commit 540630a428bc4bd28bd6421ae29a95ee62f05670
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Mar 14 23:42:19 2020 +0100

    [DOXIATOOLS-65] Make build reproducible
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c01af12..3606964 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,8 +25,8 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia-tools</artifactId>
-    <version>33</version>
-    <relativePath></relativePath>
+    <version>34</version>
+    <relativePath />
   </parent>
 
   <artifactId>doxia-converter</artifactId>
@@ -59,6 +59,7 @@ under the License.
   <properties>
     <doxiaVersion>1.9</doxiaVersion>
     <javaVersion>7</javaVersion>
+    <project.build.outputTimestamp>2020-03-14T00:00:00Z</project.build.outputTimestamp>
   </properties>
   <dependencyManagement>
     <dependencies>