Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of dspace-1.7.2
Browse files Browse the repository at this point in the history
git-svn-id: http://scm.dspace.org/svn/repo/dspace/branches/dspace-1_7_x@6395 9c30dcfa-912a-0410-8fc2-9e0234be79fd
  • Loading branch information
peterdietz committed May 27, 2011
1 parent 36fa232 commit e8d7f30
Show file tree
Hide file tree
Showing 32 changed files with 152 additions and 152 deletions.
8 changes: 4 additions & 4 deletions dspace-api/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-parent</artifactId>
<version>1.7.2</version>
<version>1.7.2-SNAPSHOT</version>
</parent>

<!--
Expand All @@ -22,9 +22,9 @@
into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace</url>
</scm>

<!--
Expand Down
10 changes: 5 additions & 5 deletions dspace-discovery/dspace-discovery-provider/pom.xml
Expand Up @@ -4,7 +4,7 @@
<packaging>jar</packaging>
<groupId>org.dspace</groupId>
<artifactId>dspace-discovery-provider</artifactId>
<version>1.7.2</version>
<version>1.7.2-SNAPSHOT</version>
<name>DSpace Discovery :: Discovery Provider Library</name>
<description>

Expand All @@ -17,7 +17,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>discovery-modules</artifactId>
<version>1.7.2</version>
<version>1.7.2-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down Expand Up @@ -115,10 +115,10 @@
and releases snapshots into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</connection>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-discovery/dspace-discovery-provider</connection>
<developerConnection>
scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2
scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-discovery/dspace-discovery-provider
</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</url>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-discovery/dspace-discovery-provider</url>
</scm>
</project>
10 changes: 5 additions & 5 deletions dspace-discovery/dspace-discovery-xmlui-api/pom.xml
Expand Up @@ -5,13 +5,13 @@
<packaging>jar</packaging>
<groupId>org.dspace</groupId>
<artifactId>dspace-discovery-xmlui-api</artifactId>
<version>1.7.2</version>
<version>1.7.2-SNAPSHOT</version>
<name>DSpace Discovery :: Discovery XMLUI API</name>

<parent>
<groupId>org.dspace</groupId>
<artifactId>discovery-modules</artifactId>
<version>1.7.2</version>
<version>1.7.2-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down Expand Up @@ -120,11 +120,11 @@
and releases snapshots into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</connection>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-discovery/dspace-discovery-xmlui-api</connection>
<developerConnection>
scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2
scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-discovery/dspace-discovery-xmlui-api
</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</url>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-discovery/dspace-discovery-xmlui-api</url>
</scm>

</project>
12 changes: 6 additions & 6 deletions dspace-discovery/dspace-discovery-xmlui-webapp/pom.xml
Expand Up @@ -21,13 +21,13 @@
<packaging>war</packaging>
<groupId>org.dspace</groupId>
<artifactId>dspace-discovery-xmlui-webapp</artifactId>
<version>1.7.2</version>
<version>1.7.2-SNAPSHOT</version>
<name>DSpace Discovery :: Discovery XMLUI Webapp</name>

<parent>
<groupId>org.dspace</groupId>
<artifactId>discovery-modules</artifactId>
<version>1.7.2</version>
<version>1.7.2-SNAPSHOT</version>
</parent>

<dependencies>
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-discovery-xmlui-api</artifactId>
<version>1.7.2</version>
<version>1.7.2-SNAPSHOT</version>
</dependency>

<!-- external -->
Expand Down Expand Up @@ -145,11 +145,11 @@
and releases snapshots into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</connection>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-discovery/dspace-discovery-xmlui-webapp</connection>
<developerConnection>
scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2
scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-discovery/dspace-discovery-xmlui-webapp
</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</url>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-discovery/dspace-discovery-xmlui-webapp</url>
</scm>

</project>
10 changes: 5 additions & 5 deletions dspace-discovery/pom.xml
Expand Up @@ -5,13 +5,13 @@
<packaging>pom</packaging>
<groupId>org.dspace</groupId>
<artifactId>discovery-modules</artifactId>
<version>1.7.2</version>
<version>1.7.2-SNAPSHOT</version>
<name>DSpace Discovery :: Modules</name>

<parent>
<artifactId>dspace-parent</artifactId>
<groupId>org.dspace</groupId>
<version>1.7.2</version>
<version>1.7.2-SNAPSHOT</version>
</parent>

<modules>
Expand Down Expand Up @@ -52,11 +52,11 @@
and releases snapshots into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</connection>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-discovery</connection>
<developerConnection>
scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2
scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-discovery
</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</url>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-discovery</url>
</scm>

<issueManagement>
Expand Down
8 changes: 4 additions & 4 deletions dspace-jspui/dspace-jspui-api/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-jspui</artifactId>
<version>1.7.2</version>
<version>1.7.2-SNAPSHOT</version>
</parent>

<!--
Expand All @@ -23,9 +23,9 @@
into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui/dspace-jspui-api</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui/dspace-jspui-api</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui/dspace-jspui-api</url>
</scm>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions dspace-jspui/dspace-jspui-webapp/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-jspui</artifactId>
<version>1.7.2</version>
<version>1.7.2-SNAPSHOT</version>
</parent>

<!--
Expand All @@ -23,9 +23,9 @@
into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui/dspace-jspui-webapp</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui/dspace-jspui-webapp</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui/dspace-jspui-webapp</url>
</scm>

<build>
Expand Down
8 changes: 4 additions & 4 deletions dspace-jspui/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-parent</artifactId>
<version>1.7.2</version>
<version>1.7.2-SNAPSHOT</version>
</parent>

<!--
Expand All @@ -23,9 +23,9 @@
into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui</url>
</scm>

<modules>
Expand Down
8 changes: 4 additions & 4 deletions dspace-lni/dspace-lni-client/pom.xml
Expand Up @@ -12,13 +12,13 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-lni</artifactId>
<version>1.7.2</version>
<version>1.7.2-SNAPSHOT</version>
</parent>

<scm>
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</url>
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-client</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-client</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-client</url>
</scm>

<profiles>
Expand Down
8 changes: 4 additions & 4 deletions dspace-lni/dspace-lni-core/pom.xml
Expand Up @@ -10,13 +10,13 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-lni</artifactId>
<version>1.7.2</version>
<version>1.7.2-SNAPSHOT</version>
</parent>

<scm>
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</url>
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-core</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-core</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-core</url>
</scm>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions dspace-lni/dspace-lni-webapp/pom.xml
Expand Up @@ -12,13 +12,13 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-lni</artifactId>
<version>1.7.2</version>
<version>1.7.2-SNAPSHOT</version>
</parent>

<scm>
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</url>
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-webapp</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-webapp</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-webapp</url>
</scm>

<build>
Expand Down
8 changes: 4 additions & 4 deletions dspace-lni/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-parent</artifactId>
<version>1.7.2</version>
<version>1.7.2-SNAPSHOT</version>
</parent>

<!--
Expand All @@ -21,9 +21,9 @@
into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni</url>
</scm>

<modules>
Expand Down
8 changes: 4 additions & 4 deletions dspace-oai/dspace-oai-api/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-oai</artifactId>
<version>1.7.2</version>
<version>1.7.2-SNAPSHOT</version>
</parent>

<!--
Expand All @@ -23,9 +23,9 @@
into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai/dspace-oai-api</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai/dspace-oai-api</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai/dspace-oai-api</url>
</scm>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions dspace-oai/dspace-oai-webapp/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-oai</artifactId>
<version>1.7.2</version>
<version>1.7.2-SNAPSHOT</version>
</parent>

<!--
Expand All @@ -23,9 +23,9 @@
into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai/dspace-oai-webapp</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai/dspace-oai-webapp</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai/dspace-oai-webapp</url>
</scm>

<build>
Expand Down
8 changes: 4 additions & 4 deletions dspace-oai/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-parent</artifactId>
<version>1.7.2</version>
<version>1.7.2-SNAPSHOT</version>
</parent>

<!--
Expand All @@ -23,9 +23,9 @@
into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai</url>
</scm>

<modules>
Expand Down
10 changes: 5 additions & 5 deletions dspace-stats/pom.xml
Expand Up @@ -3,14 +3,14 @@
<parent>
<artifactId>dspace-parent</artifactId>
<groupId>org.dspace</groupId>
<version>1.7.2</version>
<version>1.7.2-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.dspace</groupId>
<artifactId>dspace-stats</artifactId>
<name>DSpace Solr Statistics Logging Client Library</name>
<version>1.7.2</version>
<version>1.7.2-SNAPSHOT</version>
<description>Library of Shared UsageEvent and EventConsumer Tools for Logging to Solr.</description>

<!--
Expand All @@ -19,9 +19,9 @@
releases snapshots into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.7.2</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-stats</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-stats</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-stats</url>
</scm>

<developers>
Expand Down

0 comments on commit e8d7f30

Please sign in to comment.