Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release dspace-solr-parent-1.4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdiggory committed Oct 18, 2010
1 parent 23b159b commit 5940132
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -26,7 +26,7 @@
<groupId>org.dspace.dependencies.solr</groupId>
<artifactId>dspace-solr-parent</artifactId>
<name>Apache Solr Parent POM</name>
<version>1.4.1.0-SNAPSHOT</version>
<version>1.4.1.0</version>
<description>Apache Solr Parent POM</description>
<url>http://lucene.apache.org/solr</url>
<packaging>pom</packaging>
Expand All @@ -48,12 +48,12 @@

<scm>
<connection>
scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/trunk
scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/tags/dspace-solr-parent-1.4.1.0
</connection>
<developerConnection>
scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/trunk
scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/tags/dspace-solr-parent-1.4.1.0
</developerConnection>
<url>http://svn.apache.org/viewvc/maven/pom/tags/apache-4/dspace-solr-parent</url>
<url>http://svn.apache.org/viewvc/maven/pom/tags/dspace-solr-parent-1.4.1.0</url>
</scm>

<!--
Expand Down
10 changes: 5 additions & 5 deletions webapp/pom.xml
Expand Up @@ -20,24 +20,24 @@
<parent>
<groupId>org.dspace.dependencies.solr</groupId>
<artifactId>dspace-solr-parent</artifactId>
<version>1.4.1.0-SNAPSHOT</version>
<version>1.4.1.0</version>
</parent>

<groupId>org.dspace.dependencies.solr</groupId>
<artifactId>dspace-solr-webapp</artifactId>
<name>Apache Solr Webapp</name>
<version>1.4.1.0-SNAPSHOT</version>
<version>1.4.1.0</version>
<description>Apache Solr Server</description>
<packaging>war</packaging>

<scm>
<connection>
scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/trunk/webapp
scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/tags/dspace-solr-parent-1.4.1.0/webapp
</connection>
<developerConnection>
scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/trunk/webapp
scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/tags/dspace-solr-parent-1.4.1.0/webapp
</developerConnection>
<url>http://svn.apache.org/viewvc/maven/pom/tags/apache-4/dspace-solr-parent/dspace-solr-webapp</url>
<url>http://svn.apache.org/viewvc/maven/pom/tags/dspace-solr-parent-1.4.1.0/dspace-solr-webapp</url>
</scm>

<build>
Expand Down

0 comments on commit 5940132

Please sign in to comment.