Author: jukka
Date: Thu Feb 11 13:36:35 2010
New Revision: 908965
URL: http://svn.apache.org/viewvc?rev=908965&view=rev
Log:
[maven-release-plugin] prepare release 1.0.0
Modified:
pdfbox/trunk/pom.xml
Modified: pdfbox/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/trunk/pom.xml?rev=908965&r1=908964&r2=908965&view=diff
==============================================================================
--- pdfbox/trunk/pom.xml (original)
+++ pdfbox/trunk/pom.xml Thu Feb 11 13:36:35 2010
@@ -17,10 +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>
@@ -31,7 +28,7 @@
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<packaging>bundle</packaging>
<name>Apache PDFBox</name>
@@ -48,12 +45,12 @@
<scm>
<connection>
- scm:svn:http://svn.apache.org/repos/asf/pdfbox/trunk
+ scm:svn:http://svn.apache.org/repos/asf/pdfbox/tags/1.0.0
</connection>
<developerConnection>
- scm:svn:https://svn.apache.org/repos/asf/pdfbox/trunk
+ scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/1.0.0
</developerConnection>
- <url>http://svn.apache.org/viewvc/pdfbox/trunk</url>
+ <url>http://svn.apache.org/viewvc/pdfbox/tags/1.0.0</url>
</scm>
<properties>
@@ -146,7 +143,7 @@
<phase>generate-resources</phase>
<configuration>
<tasks>
- <ant antfile="build.xml" target="get.adobefiles"/>
+ <ant antfile="build.xml" target="get.adobefiles" />
</tasks>
</configuration>
<goals>