mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-15 14:03:17 +00:00
[maven-release-plugin] prepare for next development iteration
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -26,7 +26,7 @@
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-solr-parent</artifactId>
|
||||
<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>
|
||||
<url>http://lucene.apache.org/solr</url>
|
||||
<packaging>pom</packaging>
|
||||
@@ -48,10 +48,10 @@
|
||||
|
||||
<scm>
|
||||
<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>
|
||||
<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>
|
||||
<url>http://svn.apache.org/viewvc/maven/pom/tags/dspace-solr-parent-3.3.0.0</url>
|
||||
</scm>
|
||||
|
@@ -20,24 +20,24 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-solr-parent</artifactId>
|
||||
<version>3.3.0.0</version>
|
||||
<version>3.3.0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-solr</artifactId>
|
||||
<name>Apache Solr Webapp</name>
|
||||
<version>3.3.0.0</version>
|
||||
<version>3.3.0.1-SNAPSHOT</version>
|
||||
<description>Apache Solr Server</description>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<scm>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<build>
|
||||
|
Reference in New Issue
Block a user