Author: dennisl
Date: Wed Jul 28 15:30:17 2010
New Revision: 980094
URL: http://svn.apache.org/viewvc?rev=980094&view=rev
Log:
[maven-release-plugin] prepare release doxia-tools-1.1
Modified:
maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml
maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml
maven/doxia/doxia-tools/trunk/pom.xml
Modified: maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml?rev=980094&r1=980093&r2=980094&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml Wed Jul 28 15:30:17 2010
@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-tools</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml?rev=980094&r1=980093&r2=980094&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml Wed Jul 28 15:30:17 2010
@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-tools</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: maven/doxia/doxia-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/pom.xml?rev=980094&r1=980093&r2=980094&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/pom.xml Wed Jul 28 15:30:17 2010
@@ -31,7 +31,7 @@ under the License.
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-tools</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</version>
<packaging>pom</packaging>
<name>Doxia Tools</name>
@@ -93,9 +93,9 @@ under the License.
</modules>
<scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk</developerConnection>
- <url>http://svn.apache.org/viewcvs.cgi/maven/doxia/doxia-tools/trunk</url>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia-tools/tags/doxia-tools-1.1</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/tags/doxia-tools-1.1</developerConnection>
+ <url>http://svn.apache.org/viewcvs.cgi/maven/doxia/doxia-tools/tags/doxia-tools-1.1</url>
</scm>
<issueManagement>
<system>jira</system>
|