You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2022/02/26 15:29:54 UTC

[pdfbox-jbig2] branch master updated (54a9160 -> 896bb96)

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

lehmi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-jbig2.git.


    from 54a9160  add missing dependency
     new f1098d4  [maven-release-plugin] prepare release 3.0.4
     new 896bb96  [maven-release-plugin] prepare for next development iteration

The 2 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:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

[pdfbox-jbig2] 01/02: [maven-release-plugin] prepare release 3.0.4

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

lehmi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-jbig2.git

commit f1098d4ae2ad29fc56e8e91d8533d17bac9531b5
Author: Andreas Lehmkühler <an...@lehmi.de>
AuthorDate: Sat Feb 26 16:28:48 2022 +0100

    [maven-release-plugin] prepare release 3.0.4
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d8e432b..d9b09e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     
     <groupId>org.apache.pdfbox</groupId>
     <artifactId>jbig2-imageio</artifactId>
-    <version>3.0.4-SNAPSHOT</version>
+    <version>3.0.4</version>
 	
     <name>PDFBox JBIG2 ImageIO plugin</name>
 	
@@ -218,7 +218,7 @@
       <connection>scm:git:http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2.git</connection>
       <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/pdfbox-jbig2.git</developerConnection>
       <url>https://git-wip-us.apache.org/repos/asf?p=pdfbox-jbig2.git</url>
-      <tag>HEAD</tag>
+      <tag>3.0.4</tag>
   </scm>
 	
     <dependencies>

[pdfbox-jbig2] 02/02: [maven-release-plugin] prepare for next development iteration

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

lehmi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-jbig2.git

commit 896bb967884defa6edd96ba131bf39273cbd850b
Author: Andreas Lehmkühler <an...@lehmi.de>
AuthorDate: Sat Feb 26 16:28:58 2022 +0100

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d9b09e6..845b18e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     
     <groupId>org.apache.pdfbox</groupId>
     <artifactId>jbig2-imageio</artifactId>
-    <version>3.0.4</version>
+    <version>3.0.5-SNAPSHOT</version>
 	
     <name>PDFBox JBIG2 ImageIO plugin</name>
 	
@@ -218,7 +218,7 @@
       <connection>scm:git:http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2.git</connection>
       <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/pdfbox-jbig2.git</developerConnection>
       <url>https://git-wip-us.apache.org/repos/asf?p=pdfbox-jbig2.git</url>
-      <tag>3.0.4</tag>
+      <tag>HEAD</tag>
   </scm>
 	
     <dependencies>