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 2018/02/21 21:16:19 UTC

[1/2] pdfbox-jbig2 git commit: [maven-release-plugin] prepare release jbig2-imageio-3.0.0

Repository: pdfbox-jbig2
Updated Branches:
  refs/heads/master 3f69b90e9 -> e199d976a


[maven-release-plugin] prepare release jbig2-imageio-3.0.0


Project: http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/repo
Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/commit/87933e38
Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/tree/87933e38
Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/diff/87933e38

Branch: refs/heads/master
Commit: 87933e38f63a9885aa34ff1d411f2cb3f4337d0a
Parents: 3f69b90
Author: Andreas Lehmkühler <an...@lehmi.de>
Authored: Wed Feb 21 21:51:34 2018 +0100
Committer: Andreas Lehmkühler <an...@lehmi.de>
Committed: Wed Feb 21 21:51:34 2018 +0100

----------------------------------------------------------------------
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/blob/87933e38/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6379c92..07e79e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,12 +24,12 @@
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
         <version>18</version>
-        <relativePath/>
+        <relativePath />
     </parent>
     
     <groupId>org.apache.pdfbox</groupId>
     <artifactId>jbig2-imageio</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
 	
     <name>PDFBox JBIG2 ImageIO plugin</name>
 	
@@ -218,7 +218,8 @@
       <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>
-    </scm>
+      <tag>jbig2-imageio-3.0.0</tag>
+  </scm>
 	
     <dependencies>
 	<dependency>


[2/2] pdfbox-jbig2 git commit: [maven-release-plugin] prepare for next development iteration

Posted by le...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/repo
Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/commit/e199d976
Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/tree/e199d976
Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/diff/e199d976

Branch: refs/heads/master
Commit: e199d976a987bb819fc20cc0e3ee2782c24348c5
Parents: 87933e3
Author: Andreas Lehmkühler <an...@lehmi.de>
Authored: Wed Feb 21 21:51:44 2018 +0100
Committer: Andreas Lehmkühler <an...@lehmi.de>
Committed: Wed Feb 21 21:51:44 2018 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/blob/e199d976/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 07e79e7..993efea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     
     <groupId>org.apache.pdfbox</groupId>
     <artifactId>jbig2-imageio</artifactId>
-    <version>3.0.0</version>
+    <version>3.0.1-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>jbig2-imageio-3.0.0</tag>
+      <tag>HEAD</tag>
   </scm>
 	
     <dependencies>