Author: dennisl
Date: Tue Nov 9 19:28:58 2010
New Revision: 1033170
URL: http://svn.apache.org/viewvc?rev=1033170&view=rev
Log:
[maven-release-plugin] prepare release doxia-tools-1.2
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=1033170&r1=1033169&r2=1033170&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml Tue Nov 9 19:28:58 2010
@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-tools</artifactId>
- <version>1.2-SNAPSHOT</version>
+ <version>1.2</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=1033170&r1=1033169&r2=1033170&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml Tue Nov 9 19:28:58 2010
@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-tools</artifactId>
- <version>1.2-SNAPSHOT</version>
+ <version>1.2</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=1033170&r1=1033169&r2=1033170&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/pom.xml Tue Nov 9 19:28:58 2010
@@ -31,7 +31,7 @@ under the License.
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-tools</artifactId>
- <version>1.2-SNAPSHOT</version>
+ <version>1.2</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.2</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/tags/doxia-tools-1.2</developerConnection>
+ <url>http://svn.apache.org/viewcvs.cgi/maven/doxia/doxia-tools/tags/doxia-tools-1.2</url>
</scm>
<issueManagement>
<system>jira</system>
|