Author: jukka
Date: Thu Feb 11 13:37:21 2010
New Revision: 908967
URL: http://svn.apache.org/viewvc?rev=908967&view=rev
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
pdfbox/trunk/pom.xml
Modified: pdfbox/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/trunk/pom.xml?rev=908967&r1=908966&r2=908967&view=diff
==============================================================================
--- pdfbox/trunk/pom.xml (original)
+++ pdfbox/trunk/pom.xml Thu Feb 11 13:37:21 2010
@@ -17,7 +17,7 @@
! limitations under the License.
!-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -28,7 +28,7 @@
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
- <version>1.0.0</version>
+ <version>1.0.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache PDFBox</name>
@@ -45,12 +45,12 @@
<scm>
<connection>
- scm:svn:http://svn.apache.org/repos/asf/pdfbox/tags/1.0.0
+ scm:svn:http://svn.apache.org/repos/asf/pdfbox/trunk
</connection>
<developerConnection>
- scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/1.0.0
+ scm:svn:https://svn.apache.org/repos/asf/pdfbox/trunk
</developerConnection>
- <url>http://svn.apache.org/viewvc/pdfbox/tags/1.0.0</url>
+ <url>http://svn.apache.org/viewvc/pdfbox/trunk</url>
</scm>
<properties>