Skip to Content.
Sympa Menu

perfsonar-dev - [pS-dev] [GEANT/SA2/ps-java-services] r6201 - trunk/parent

Subject: perfsonar development work

List archive

[pS-dev] [GEANT/SA2/ps-java-services] r6201 - trunk/parent


Chronological Thread 
  • From:
  • To:
  • Subject: [pS-dev] [GEANT/SA2/ps-java-services] r6201 - trunk/parent
  • Date: Thu, 14 Mar 2013 16:34:31 +0000 (GMT)
  • Authentication-results: sfpop-ironport01.merit.edu; dkim=neutral (message not signed) header.i=none

Author: dante.delvaux
Date: 2013-03-14 16:34:31 +0000 (Thu, 14 Mar 2013)
New Revision: 6201

Modified:
trunk/parent/pom.xml
Log:
Parent: reverting to before the release preparation to correct SCM url for
tags.

Modified: trunk/parent/pom.xml
===================================================================
--- trunk/parent/pom.xml 2013-03-14 16:12:01 UTC (rev 6200)
+++ trunk/parent/pom.xml 2013-03-14 16:34:31 UTC (rev 6201)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.geant.perfsonar</groupId>
<artifactId>parent</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
@@ -65,9 +65,9 @@
</issueManagement>

<scm>
-
<connection>scm:svn:http://svn.geant.net/GEANT/SA2/ps-java-services/tags/parent/1.0.0</connection>
-
<developerConnection>scm:svn:http://svn.geant.net/GEANT/SA2/ps-java-services/tags/parent/1.0.0</developerConnection>
-
<url>scm:svn:http://svn.geant.net/GEANT/SA2/ps-java-services/tags/parent/1.0.0</url>
+
<connection>scm:svn:http://svn.geant.net/GEANT/SA2/ps-java-services/trunk/${project.artifactId}</connection>
+
<developerConnection>scm:svn:svn+ssh:///GEANT/SA2/ps-java-services/trunk/${project.artifactId}</developerConnection>
+
<url>https://svn.geant.net/fisheye/browse/SA2T3-ps-java-services/trunk/${project.artifactId}</url>
</scm>

<distributionManagement>
@@ -171,7 +171,7 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.4</version>
<configuration>
-
<tagBase>http://svn.geant.net/GEANT/SA2/ps-java-services/tags/${project.artifactId}/</tagBase>
+
<tagBase>svn+ssh:///GEANT/SA2/ps-java-services/tags/${project.artifactId}/</tagBase>
<tagNameFormat>@{project.version}</tagNameFormat>
</configuration>
</plugin>



  • [pS-dev] [GEANT/SA2/ps-java-services] r6201 - trunk/parent, svn-noreply, 03/14/2013

Archive powered by MHonArc 2.6.16.

Top of Page