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 2012/07/16 18:18:01 UTC

svn commit: r1362112 - in /pdfbox/branches/1.7: ant/pom.xml app/pom.xml examples/pom.xml fontbox/pom.xml jempbox/pom.xml lucene/pom.xml parent/pom.xml pdfbox/build.xml pdfbox/pom.xml pom.xml preflight/pom.xml war/pom.xml xmpbox/pom.xml

Author: lehmi
Date: Mon Jul 16 16:18:00 2012
New Revision: 1362112

URL: http://svn.apache.org/viewvc?rev=1362112&view=rev
Log:
prepare 1.7.1 release

Modified:
    pdfbox/branches/1.7/ant/pom.xml
    pdfbox/branches/1.7/app/pom.xml
    pdfbox/branches/1.7/examples/pom.xml
    pdfbox/branches/1.7/fontbox/pom.xml
    pdfbox/branches/1.7/jempbox/pom.xml
    pdfbox/branches/1.7/lucene/pom.xml
    pdfbox/branches/1.7/parent/pom.xml
    pdfbox/branches/1.7/pdfbox/build.xml
    pdfbox/branches/1.7/pdfbox/pom.xml
    pdfbox/branches/1.7/pom.xml
    pdfbox/branches/1.7/preflight/pom.xml
    pdfbox/branches/1.7/war/pom.xml
    pdfbox/branches/1.7/xmpbox/pom.xml

Modified: pdfbox/branches/1.7/ant/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.7/ant/pom.xml?rev=1362112&r1=1362111&r2=1362112&view=diff
==============================================================================
--- pdfbox/branches/1.7/ant/pom.xml (original)
+++ pdfbox/branches/1.7/ant/pom.xml Mon Jul 16 16:18:00 2012
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.pdfbox</groupId>
     <artifactId>pdfbox-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.1-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 

Modified: pdfbox/branches/1.7/app/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.7/app/pom.xml?rev=1362112&r1=1362111&r2=1362112&view=diff
==============================================================================
--- pdfbox/branches/1.7/app/pom.xml (original)
+++ pdfbox/branches/1.7/app/pom.xml Mon Jul 16 16:18:00 2012
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.pdfbox</groupId>
     <artifactId>pdfbox-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.1-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 

Modified: pdfbox/branches/1.7/examples/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.7/examples/pom.xml?rev=1362112&r1=1362111&r2=1362112&view=diff
==============================================================================
--- pdfbox/branches/1.7/examples/pom.xml (original)
+++ pdfbox/branches/1.7/examples/pom.xml Mon Jul 16 16:18:00 2012
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.pdfbox</groupId>
     <artifactId>pdfbox-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.1-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 

Modified: pdfbox/branches/1.7/fontbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.7/fontbox/pom.xml?rev=1362112&r1=1362111&r2=1362112&view=diff
==============================================================================
--- pdfbox/branches/1.7/fontbox/pom.xml (original)
+++ pdfbox/branches/1.7/fontbox/pom.xml Mon Jul 16 16:18:00 2012
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.pdfbox</groupId>
     <artifactId>pdfbox-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.1-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 

Modified: pdfbox/branches/1.7/jempbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.7/jempbox/pom.xml?rev=1362112&r1=1362111&r2=1362112&view=diff
==============================================================================
--- pdfbox/branches/1.7/jempbox/pom.xml (original)
+++ pdfbox/branches/1.7/jempbox/pom.xml Mon Jul 16 16:18:00 2012
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.pdfbox</groupId>
     <artifactId>pdfbox-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.1-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 

Modified: pdfbox/branches/1.7/lucene/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.7/lucene/pom.xml?rev=1362112&r1=1362111&r2=1362112&view=diff
==============================================================================
--- pdfbox/branches/1.7/lucene/pom.xml (original)
+++ pdfbox/branches/1.7/lucene/pom.xml Mon Jul 16 16:18:00 2012
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.pdfbox</groupId>
     <artifactId>pdfbox-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.1-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 

Modified: pdfbox/branches/1.7/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.7/parent/pom.xml?rev=1362112&r1=1362111&r2=1362112&view=diff
==============================================================================
--- pdfbox/branches/1.7/parent/pom.xml (original)
+++ pdfbox/branches/1.7/parent/pom.xml Mon Jul 16 16:18:00 2012
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.pdfbox</groupId>
   <artifactId>pdfbox-parent</artifactId>
-  <version>1.7.0-SNAPSHOT</version>
+  <version>1.7.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>PDFBox parent</name>

Modified: pdfbox/branches/1.7/pdfbox/build.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.7/pdfbox/build.xml?rev=1362112&r1=1362111&r2=1362112&view=diff
==============================================================================
--- pdfbox/branches/1.7/pdfbox/build.xml (original)
+++ pdfbox/branches/1.7/pdfbox/build.xml Mon Jul 16 16:18:00 2012
@@ -28,7 +28,7 @@
     <property name="tool.dir" value="tools" />
     <property name="bin.dir" value="bin" />
 
-    <property name="project.version" value="1.7.0" />
+    <property name="project.version" value="1.7.1" />
 
     <!-- pdfbox -->
     <property name="pdfbox.project.name" value="pdfbox"/>

Modified: pdfbox/branches/1.7/pdfbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.7/pdfbox/pom.xml?rev=1362112&r1=1362111&r2=1362112&view=diff
==============================================================================
--- pdfbox/branches/1.7/pdfbox/pom.xml (original)
+++ pdfbox/branches/1.7/pdfbox/pom.xml Mon Jul 16 16:18:00 2012
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.pdfbox</groupId>
     <artifactId>pdfbox-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.1-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 

Modified: pdfbox/branches/1.7/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.7/pom.xml?rev=1362112&r1=1362111&r2=1362112&view=diff
==============================================================================
--- pdfbox/branches/1.7/pom.xml (original)
+++ pdfbox/branches/1.7/pom.xml Mon Jul 16 16:18:00 2012
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.pdfbox</groupId>
     <artifactId>pdfbox-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.1-SNAPSHOT</version>
     <relativePath>parent/pom.xml</relativePath>
   </parent>
 

Modified: pdfbox/branches/1.7/preflight/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.7/preflight/pom.xml?rev=1362112&r1=1362111&r2=1362112&view=diff
==============================================================================
--- pdfbox/branches/1.7/preflight/pom.xml (original)
+++ pdfbox/branches/1.7/preflight/pom.xml Mon Jul 16 16:18:00 2012
@@ -34,7 +34,7 @@
   <parent>
     <groupId>org.apache.pdfbox</groupId>
     <artifactId>pdfbox-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.1-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 

Modified: pdfbox/branches/1.7/war/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.7/war/pom.xml?rev=1362112&r1=1362111&r2=1362112&view=diff
==============================================================================
--- pdfbox/branches/1.7/war/pom.xml (original)
+++ pdfbox/branches/1.7/war/pom.xml Mon Jul 16 16:18:00 2012
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.pdfbox</groupId>
     <artifactId>pdfbox-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.1-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 

Modified: pdfbox/branches/1.7/xmpbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.7/xmpbox/pom.xml?rev=1362112&r1=1362111&r2=1362112&view=diff
==============================================================================
--- pdfbox/branches/1.7/xmpbox/pom.xml (original)
+++ pdfbox/branches/1.7/xmpbox/pom.xml Mon Jul 16 16:18:00 2012
@@ -33,7 +33,7 @@
   <parent>
     <groupId>org.apache.pdfbox</groupId>
     <artifactId>pdfbox-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.1-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>