Skip to Content.
Sympa Menu

perfsonar-dev - [pS-dev] [GEANT/SA2/ps-java-services] r6219 - in trunk: nmwg-sql-converter parent

Subject: perfsonar development work

List archive

[pS-dev] [GEANT/SA2/ps-java-services] r6219 - in trunk: nmwg-sql-converter parent


Chronological Thread 
  • From:
  • To:
  • Subject: [pS-dev] [GEANT/SA2/ps-java-services] r6219 - in trunk: nmwg-sql-converter parent
  • Date: Fri, 15 Mar 2013 01:35:35 +0000 (GMT)
  • Authentication-results: sfpop-ironport04.merit.edu; dkim=neutral (message not signed) header.i=none

Author: dante.delvaux
Date: 2013-03-15 01:35:34 +0000 (Fri, 15 Mar 2013)
New Revision: 6219

Modified:
trunk/nmwg-sql-converter/pom.xml
trunk/parent/pom.xml
Log:
Parent: correcting the <scm> properties so all goes well in the children.
NMWG-SQL-converter: reverting the release preparation.

Modified: trunk/nmwg-sql-converter/pom.xml
===================================================================
--- trunk/nmwg-sql-converter/pom.xml 2013-03-15 01:05:46 UTC (rev 6218)
+++ trunk/nmwg-sql-converter/pom.xml 2013-03-15 01:35:34 UTC (rev 6219)
@@ -8,7 +8,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>nmwg-sql-converter</artifactId>
- <version>1.0.1</version>
+ <version>1.0.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>NMWG metadata-data converter - XML to SQL</name>
@@ -54,9 +54,4 @@
</plugins>
</build>

- <scm>
-
<connection>scm:svn:http://svn.geant.net/GEANT/SA2/ps-java-services/tags/nmwg-sql-converter/1.0.1</connection>
-
<developerConnection>scm:svn:svn+ssh:///GEANT/SA2/ps-java-services/tags/nmwg-sql-converter/1.0.1</developerConnection>
-
<url>https://svn.geant.net/fisheye/browse/SA2T3-ps-java-services/tags/nmwg-sql-converter/1.0.1</url>
- </scm>
</project>
\ No newline at end of file

Modified: trunk/parent/pom.xml
===================================================================
--- trunk/parent/pom.xml 2013-03-15 01:05:46 UTC (rev 6218)
+++ trunk/parent/pom.xml 2013-03-15 01:35:34 UTC (rev 6219)
@@ -64,10 +64,11 @@
<url>http://issues.geant.net/jira/browse/PSSERVICES</url>
</issueManagement>

+ <!-- An <scm> section shouldn't be needed in the children pom unless a
new level of subdirectories is introduced -->
<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-java-services/trunk/${project.artifactId}</url>
+
<connection>scm:svn:http://svn.geant.net/GEANT/SA2/ps-java-services/trunk/</connection>
+
<developerConnection>scm:svn:svn+ssh:///GEANT/SA2/ps-java-services/trunk/</developerConnection>
+
<url>https://svn.geant.net/fisheye/browse/SA2T3-ps-java-services/trunk/</url>
</scm>

<distributionManagement>



  • [pS-dev] [GEANT/SA2/ps-java-services] r6219 - in trunk: nmwg-sql-converter parent, svn-noreply, 03/14/2013

Archive powered by MHonArc 2.6.16.

Top of Page