You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by jo...@apache.org on 2006/01/11 08:59:34 UTC

svn commit: r367964 - /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml

Author: jochen
Date: Tue Jan 10 23:59:32 2006
New Revision: 367964

URL: http://svn.apache.org/viewcvs?rev=367964&view=rev
Log:
The compiler is now generating 1.3 compliant classes.

Modified:
    webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml

Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml?rev=367964&r1=367963&r2=367964&view=diff
==============================================================================
--- webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml (original)
+++ webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml Tue Jan 10 23:59:32 2006
@@ -22,7 +22,7 @@
   <artifactId>maven-jaxme-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven JaxMe Plugin</name>
-  <version>1.0.1</version>
+  <version>1.0.2</version>
   <description>
     This plugin allows running the JaxMe binding compiler on
     your XML schema files and add the generated sources to
@@ -109,6 +109,14 @@
         <artifactId>maven-release-plugin</artifactId>
         <configuration>
           <tagBase>scm:svn:https://svn.apache.org/repos/asf/webservices/jaxme/tags/</tagBase>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.3</source>
+          <target>1.3</target>
         </configuration>
       </plugin>
     </plugins>



---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org