[jbosscache-commits] JBoss Cache SVN: r5310 - amazon-s3/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Feb 5 22:16:44 EST 2008


Author: genman
Date: 2008-02-05 22:16:44 -0500 (Tue, 05 Feb 2008)
New Revision: 5310

Modified:
   amazon-s3/trunk/pom.xml
Log:
use source 1.5

Modified: amazon-s3/trunk/pom.xml
===================================================================
--- amazon-s3/trunk/pom.xml	2008-02-06 03:09:24 UTC (rev 5309)
+++ amazon-s3/trunk/pom.xml	2008-02-06 03:16:44 UTC (rev 5310)
@@ -1,33 +1,40 @@
-<?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"
+<?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"
   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>com.amazon</groupId>
   <artifactId>amazon-s3-rest</artifactId>
   <version>1.0.0.0-SNAPSHOT</version>
-  <description>
-    Cleaned-up version of the Amazon S3 REST access layer 
-  </description>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <systemProperties>
-            <property>
-              <name>accessKey</name>
-              <value>TODO</value>
-            </property>
-            <property>
-              <name>secretKey</name>
-              <value>TODO</value>
-            </property>
-          </systemProperties>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
+  <description>
+    Cleaned-up version of the Amazon S3 REST access layer 
+  </description>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <systemProperties>
+            <property>
+              <name>accessKey</name>
+              <value>TODO</value>
+            </property>
+            <property>
+              <name>secretKey</name>
+              <value>TODO</value>
+            </property>
+          </systemProperties>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
@@ -36,4 +43,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>




More information about the jbosscache-commits mailing list