Skip to Content.
Sympa Menu

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

Subject: perfsonar development work

List archive

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


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

Author: dante.delvaux
Date: 2013-03-14 15:41:48 +0000 (Thu, 14 Mar 2013)
New Revision: 6198

Modified:
trunk/parent/pom.xml
Log:
Parent: correcting scm url and tagName for the release.

Modified: trunk/parent/pom.xml
===================================================================
--- trunk/parent/pom.xml 2013-03-14 15:26:09 UTC (rev 6197)
+++ trunk/parent/pom.xml 2013-03-14 15:41:48 UTC (rev 6198)
@@ -68,7 +68,7 @@
<scm>

<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-javaservices</url>
+
<url>https://svn.geant.net/fisheye/browse/SA2T3-ps-javaservices/trunk/${project.artifactId}</url>
</scm>

<distributionManagement>
@@ -172,9 +172,8 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.4</version>
<configuration>
- <dryRun>true</dryRun>

<tagBase>http://svn.geant.net/GEANT/SA2/ps-java-services/tags/${project.artifactId}/</tagBase>
- <tagNameFormat>${project.version}</tagNameFormat>
+ <tagNameFormat>@{project.version}</tagNameFormat>
</configuration>
</plugin>




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

Archive powered by MHonArc 2.6.16.

Top of Page