You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by bi...@apache.org on 2008/12/14 23:40:25 UTC

svn commit: r726568 - /webservices/commons/trunk/modules/XmlSchema/pom.xml

Author: bimargulies
Date: Sun Dec 14 14:40:24 2008
New Revision: 726568

URL: http://svn.apache.org/viewvc?rev=726568&view=rev
Log:
Fix trunk POM to anticipate 2.0.

Modified:
    webservices/commons/trunk/modules/XmlSchema/pom.xml

Modified: webservices/commons/trunk/modules/XmlSchema/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/pom.xml?rev=726568&r1=726567&r2=726568&view=diff
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/pom.xml (original)
+++ webservices/commons/trunk/modules/XmlSchema/pom.xml Sun Dec 14 14:40:24 2008
@@ -22,10 +22,9 @@
   <groupId>org.apache.ws.commons.schema</groupId>
   <artifactId>XmlSchema</artifactId>
   <name>XmlSchema</name>
-  <version>1.4-SNAPSHOT</version>
+  <version>2.0-SNAPSHOT</version>
   <description>Commons XMLSchema is a light weight schema object model that can be used to manipulate or
-        generate a schema. It has a clean, easy to use API and can easily be integrated into an existing project
-        since it has almost no dependencies on third party libraries.</description>
+        generate XML schema.</description>
   <url>http://ws.apache.org/commons/XmlSchema</url>
   <issueManagement>
     <system>JIRA</system>
@@ -49,9 +48,9 @@
     </license>
   </licenses>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH</developerConnection>
-    <url>http://svn.apache.org/viewvc/webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/XmlSchema</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/XmlSchema</developerConnection>
+    <url>http://svn.apache.org/viewvc/webservices/commons/branches/trunk/XmlSchema</url>
   </scm>
   <organization>
     <name>The Apache Software Foundation</name>
@@ -143,9 +142,9 @@
         <plugin>
           <artifactId>maven-compiler-plugin</artifactId>
           <configuration>
-            <source>1.3</source>
-            <target>1.3</target>
-          </configuration>
+            <source>1.5</source>
+            <target>1.5</target>
+	  </configuration>
         </plugin>
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>