Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r3895 - trunk/perfsonar-lsclient-api

Subject: perfsonar development work

List archive

perfsonar: r3895 - trunk/perfsonar-lsclient-api


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r3895 - trunk/perfsonar-lsclient-api
  • Date: Wed, 28 May 2008 09:04:42 -0400

Author: michael.bischoff
Date: 2008-05-28 09:04:41 -0400 (Wed, 28 May 2008)
New Revision: 3895

Modified:
trunk/perfsonar-lsclient-api/pom.xml
Log:
target 1.5 added

Modified: trunk/perfsonar-lsclient-api/pom.xml
===================================================================
--- trunk/perfsonar-lsclient-api/pom.xml 2008-05-28 12:49:02 UTC (rev
3894)
+++ trunk/perfsonar-lsclient-api/pom.xml 2008-05-28 13:04:41 UTC (rev
3895)
@@ -1,37 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0";
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd";>
<modelVersion>4.0.0</modelVersion>
<groupId>perfsonar</groupId>
<artifactId>LS-client-api</artifactId>
<packaging>jar</packaging>
- <name>The Lookupservice client API</name>
+ <name>The Lookupservice client API</name>
<version>0.1</version>
- <inceptionYear>2008</inceptionYear>
-
+ <inceptionYear>2008</inceptionYear>
+
<organization>
<name>perfSONAR</name>
<url>http://www.perfsonar.net</url>
</organization>
-
+
<developers>
<developer>
<id>michael.bischoff</id>
<name>Michael Bischoff</name>

<organizationUrl>http://www.surfnet.nl</organizationUrl>
- <timezone>-1</timezone>
+ <timezone>-1</timezone>

<email></email>
<organization>SURFnet</organization>
</developer>
</developers>
-
+
+
+
<reporting>
<excludeDefaults>true</excludeDefaults>
<outputDirectory>${basedir}/doc/site</outputDirectory>
<plugins>
<plugin>
-
<artifactId>maven-project-info-reports-plugin</artifactId>
+ <artifactId>
+ maven-project-info-reports-plugin
+ </artifactId>
<reportSets>
<reportSet>
<reports>
@@ -49,5 +53,16 @@
</plugin>
</plugins>
</reporting>
-
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
\ No newline at end of file



  • perfsonar: r3895 - trunk/perfsonar-lsclient-api, svnlog, 05/28/2008

Archive powered by MHonArc 2.6.16.

Top of Page