[maven-release-plugin] prepare for next development iteration

This commit is contained in:
Tim Donohue
2011-08-12 17:11:09 +00:00
parent 1c499ce8c7
commit 9deabbcbc8
2 changed files with 8 additions and 8 deletions

View File

@@ -26,7 +26,7 @@
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-solr-parent</artifactId> <artifactId>dspace-solr-parent</artifactId>
<name>Apache Solr Parent POM</name> <name>Apache Solr Parent POM</name>
<version>3.3.0.0</version> <version>3.3.0.1-SNAPSHOT</version>
<description>Apache Solr Parent POM</description> <description>Apache Solr Parent POM</description>
<url>http://lucene.apache.org/solr</url> <url>http://lucene.apache.org/solr</url>
<packaging>pom</packaging> <packaging>pom</packaging>
@@ -48,10 +48,10 @@
<scm> <scm>
<connection> <connection>
scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/tags/dspace-solr-parent-3.3.0.0 scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/trunk
</connection> </connection>
<developerConnection> <developerConnection>
scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/tags/dspace-solr-parent-3.3.0.0 scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/trunk
</developerConnection> </developerConnection>
<url>http://svn.apache.org/viewvc/maven/pom/tags/dspace-solr-parent-3.3.0.0</url> <url>http://svn.apache.org/viewvc/maven/pom/tags/dspace-solr-parent-3.3.0.0</url>
</scm> </scm>

View File

@@ -20,24 +20,24 @@
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-solr-parent</artifactId> <artifactId>dspace-solr-parent</artifactId>
<version>3.3.0.0</version> <version>3.3.0.1-SNAPSHOT</version>
</parent> </parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-solr</artifactId> <artifactId>dspace-solr</artifactId>
<name>Apache Solr Webapp</name> <name>Apache Solr Webapp</name>
<version>3.3.0.0</version> <version>3.3.0.1-SNAPSHOT</version>
<description>Apache Solr Server</description> <description>Apache Solr Server</description>
<packaging>war</packaging> <packaging>war</packaging>
<scm> <scm>
<connection> <connection>
scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/tags/dspace-solr-parent-3.3.0.0/webapp scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/trunk/webapp
</connection> </connection>
<developerConnection> <developerConnection>
scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/tags/dspace-solr-parent-3.3.0.0/webapp scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/trunk/webapp
</developerConnection> </developerConnection>
<url>https://scm.dspace.org/svn/repo/modules/dspace-solr/tags/dspace-solr-parent-3.3.0.0/webapp</url> <url>https://scm.dspace.org/svn/repo/modules/dspace-solr/trunk/webapp</url>
</scm> </scm>
<build> <build>