You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by rh...@apache.org on 2011/01/18 11:44:48 UTC

svn commit: r1060293 - /esme/trunk/esme-java-client/pom.xml

Author: rhirsch
Date: Tue Jan 18 10:44:47 2011
New Revision: 1060293

URL: http://svn.apache.org/viewvc?rev=1060293&view=rev
Log:
Updated outdated pom.xml

Modified:
    esme/trunk/esme-java-client/pom.xml

Modified: esme/trunk/esme-java-client/pom.xml
URL: http://svn.apache.org/viewvc/esme/trunk/esme-java-client/pom.xml?rev=1060293&r1=1060292&r2=1060293&view=diff
==============================================================================
--- esme/trunk/esme-java-client/pom.xml (original)
+++ esme/trunk/esme-java-client/pom.xml Tue Jan 18 10:44:47 2011
@@ -19,10 +19,10 @@
 <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>us.esme</groupId>
+  <groupId>esme.apache.org</groupId>
   <artifactId>esme-rest-api</artifactId>
   <packaging>jar</packaging>
-  <version>0.1-SNAPSHOT</version>
+  <version>0.1</version>
   <name>EsmeRestApi</name>
   <url>http://maven.apache.org</url>
   <dependencies>
@@ -43,31 +43,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <verbose>true</verbose>
-          <fork>true</fork>
-          <executable>${JAVA_HOME}/bin/javac</executable>
-          <!-- 
-          define the JAVA_1_4_HOME property in .m2/settings.xml for portability, e.g.:
-			<settings>
-			  [...]
-			  <profiles>
-			    [...]
-			    <profile>
-			      <id>compiler</id>
-			        <properties>
-			          <JAVA_1_4_HOME>C:\Program Files\Java\j2sdk1.4.2_09</JAVA_1_4_HOME>
-			        </properties>
-			    </profile>
-			  </profiles>
-			  [...]
-			  <activeProfiles>
-			    <activeProfile>compiler</activeProfile>
-			  </activeProfiles>
-			</settings>          
-           -->
-          <compilerVersion>1.4</compilerVersion>
-        </configuration>
+        <version>2.3.2</version>
       </plugin>
     </plugins>
   </build>