Skip to Content.
Sympa Menu

perfsonar-dev - [pS-dev] [GEANT/SA2/ps-java-services] r6120 - trunk/psBase3/perfsonar-base

Subject: perfsonar development work

List archive

[pS-dev] [GEANT/SA2/ps-java-services] r6120 - trunk/psBase3/perfsonar-base


Chronological Thread 
  • From:
  • To:
  • Subject: [pS-dev] [GEANT/SA2/ps-java-services] r6120 - trunk/psBase3/perfsonar-base
  • Date: Wed, 6 Feb 2013 13:54:36 +0000 (GMT)

Author: psnc.pietrzak
Date: 2013-02-06 13:54:36 +0000 (Wed, 06 Feb 2013)
New Revision: 6120

Modified:
trunk/psBase3/perfsonar-base/pom.xml
Log:
Corrected parent pom path.

Modified: trunk/psBase3/perfsonar-base/pom.xml
===================================================================
--- trunk/psBase3/perfsonar-base/pom.xml 2013-02-06 12:08:05 UTC (rev
6119)
+++ trunk/psBase3/perfsonar-base/pom.xml 2013-02-06 13:54:36 UTC (rev
6120)
@@ -4,9 +4,9 @@

<parent>
<groupId>net.geant.perfsonar</groupId>
- <artifactId>perfsonar-parent</artifactId>
+ <artifactId>parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
- <relativePath>../perfsonar-parent/</relativePath>
+ <relativePath>../../parent/</relativePath>
</parent>

<artifactId>perfsonar-base</artifactId>
@@ -92,19 +92,10 @@
<plugin>

<groupId>org.apache.maven.plugins</groupId>

<artifactId>maven-compiler-plugin</artifactId>
- <version>2.3.2</version>
<configuration>
- <source>1.6</source>
- <target>1.6</target>
<proc>none</proc>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.felix</groupId>
-
<artifactId>maven-bundle-plugin</artifactId>
- <version>2.3.5</version>
- <extensions>true</extensions>
- </plugin>
</plugins>
</pluginManagement>
<plugins>
@@ -119,7 +110,6 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.3.2</version>
<configuration>

<compilerId>groovy-eclipse-compiler</compilerId>
<!-- set verbose to be true if you
want lots of uninteresting messages -->



  • [pS-dev] [GEANT/SA2/ps-java-services] r6120 - trunk/psBase3/perfsonar-base, svn-noreply, 02/06/2013

Archive powered by MHonArc 2.6.16.

Top of Page