Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r4955 - in trunk/perfsonar_base: . ant

Subject: perfsonar development work

List archive

perfsonar: r4955 - in trunk/perfsonar_base: . ant


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r4955 - in trunk/perfsonar_base: . ant
  • Date: Tue, 10 Feb 2009 09:29:27 -0500

Author: roman
Date: 2009-02-10 09:29:27 -0500 (Tue, 10 Feb 2009)
New Revision: 4955

Modified:
trunk/perfsonar_base/ant/build.xml
trunk/perfsonar_base/ant/const.properties
trunk/perfsonar_base/pom.xml
Log:
use of new version of nmwg lib (v.1.0.20090210)


Modified: trunk/perfsonar_base/ant/build.xml
===================================================================
--- trunk/perfsonar_base/ant/build.xml 2009-02-10 14:14:07 UTC (rev 4954)
+++ trunk/perfsonar_base/ant/build.xml 2009-02-10 14:29:27 UTC (rev 4955)
@@ -93,7 +93,7 @@
<psbase:lib-dependencies/>

<artifact:dependencies>
- <dependency groupId="nmwg" artifactId="nmwg" version="1.0.20070814"/>
+ <dependency groupId="nmwg" artifactId="nmwg" version="1.0.20090210"/>
<localRepository refid="local.repository"/>
<remoteRepository refid="remote.repository"/>
</artifact:dependencies>

Modified: trunk/perfsonar_base/ant/const.properties
===================================================================
--- trunk/perfsonar_base/ant/const.properties 2009-02-10 14:14:07 UTC (rev
4954)
+++ trunk/perfsonar_base/ant/const.properties 2009-02-10 14:29:27 UTC (rev
4955)
@@ -13,4 +13,4 @@
# name of jar file to be created
jarfilename=perfsonar-base
# version of the product (will be included in the final name of jar file)
-version=1.0.20090203
+version=1.0.20090210

Modified: trunk/perfsonar_base/pom.xml
===================================================================
--- trunk/perfsonar_base/pom.xml 2009-02-10 14:14:07 UTC (rev 4954)
+++ trunk/perfsonar_base/pom.xml 2009-02-10 14:29:27 UTC (rev 4955)
@@ -7,7 +7,7 @@
<artifactId>perfsonar-base</artifactId>
<packaging>jar</packaging>
<name>Perfsonar Base package</name>
- <version>1.0.20090203</version>
+ <version>1.0.20090210</version>
<description>
The perfSONAR base provides a number of common, shared
classes which can be used by
MA, MP and Clients.
@@ -71,7 +71,7 @@
<dependency>
<groupId>nmwg</groupId>
<artifactId>nmwg</artifactId>
- <version>1.0.20080630</version>
+ <version>1.0.20090210</version>
</dependency>

<dependency>



  • perfsonar: r4955 - in trunk/perfsonar_base: . ant, svnlog, 02/10/2009

Archive powered by MHonArc 2.6.16.

Top of Page