Author: dennisl
Date: Tue Nov 16 20:31:42 2010
New Revision: 1035790
URL: http://svn.apache.org/viewvc?rev=1035790&view=rev
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml
maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml
maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml
maven/doxia/doxia-sitetools/trunk/pom.xml
Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml?rev=1035790&r1=1035789&r2=1035790&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml Tue Nov 16 20:31:42 2010
@@ -25,7 +25,7 @@ under the License.
<parent>
<artifactId>doxia-sitetools</artifactId>
<groupId>org.apache.maven.doxia</groupId>
- <version>1.1.4</version>
+ <version>1.1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml?rev=1035790&r1=1035789&r2=1035790&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml Tue Nov 16 20:31:42 2010
@@ -25,7 +25,7 @@ under the License.
<parent>
<artifactId>doxia-sitetools</artifactId>
<groupId>org.apache.maven.doxia</groupId>
- <version>1.1.4</version>
+ <version>1.1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml?rev=1035790&r1=1035789&r2=1035790&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml Tue Nov 16 20:31:42 2010
@@ -25,7 +25,7 @@ under the License.
<parent>
<artifactId>doxia-sitetools</artifactId>
<groupId>org.apache.maven.doxia</groupId>
- <version>1.1.4</version>
+ <version>1.1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=1035790&r1=1035789&r2=1035790&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Tue Nov 16 20:31:42 2010
@@ -31,7 +31,7 @@ under the License.
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
- <version>1.1.4</version>
+ <version>1.1.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Doxia Sitetools</name>
@@ -98,9 +98,9 @@ under the License.
</modules>
<scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/tags/doxia-sitetools-1.1.4</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/tags/doxia-sitetools-1.1.4</developerConnection>
- <url>http://svn.apache.org/viewcvs.cgi/maven/doxia/doxia-sitetools/tags/doxia-sitetools-1.1.4</url>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk</developerConnection>
+ <url>http://svn.apache.org/viewcvs.cgi/maven/doxia/doxia-sitetools/trunk</url>
</scm>
<issueManagement>
<system>jira</system>
|