You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-dev@ws.apache.org by ip...@apache.org on 2005/02/03 19:45:28 UTC

svn commit: r151202 - incubator/hermes/trunk/project.xml

Author: ips
Date: Thu Feb  3 10:45:28 2005
New Revision: 151202

URL: http://svn.apache.org/viewcvs?view=rev&rev=151202
Log:
updated project id/version as well as xmlbeans jar versions

Modified:
    incubator/hermes/trunk/project.xml

Modified: incubator/hermes/trunk/project.xml
URL: http://svn.apache.org/viewcvs/incubator/hermes/trunk/project.xml?view=diff&r1=151201&r2=151202
==============================================================================
--- incubator/hermes/trunk/project.xml (original)
+++ incubator/hermes/trunk/project.xml Thu Feb  3 10:45:28 2005
@@ -9,10 +9,10 @@
          xsi:noNamespaceSchemaLocation="http://maven.apache.org/xsd/maven-project-3.0.0.xsd">
 
     <pomVersion>3</pomVersion>
-    <id>hermes</id>
+    <id>hermes-incubating</id>
     <name>Hermes</name>
     <groupId>hermes</groupId>
-    <currentVersion>1.0-beta1</currentVersion>
+    <currentVersion>1.0-alpha-SNAPSHOT</currentVersion>
     <organization>
         <name>Apache Software Foundation</name>
         <url>http://www.apache.org/</url>
@@ -58,6 +58,17 @@
             </roles>
             <timezone>-5</timezone>
         </developer>   
+
+        <developer>
+            <name>Stefan Lischke</name>
+            <id>scamp</id>
+            <email>lischke@novacom.net</email>
+            <organization>Technical University of Berlin</organization>
+            <roles>
+                <role>Developer</role>
+            </roles>
+            <timezone>-5</timezone>
+        </developer>   
         
         <developer>
             <name>Ian Springer</name>
@@ -349,6 +360,17 @@
         </dependency>
                 
         <dependency>
+            <groupId>jetty</groupId>
+            <artifactId>org.mortbay.jetty</artifactId>
+            <version>4.2.22</version>
+            <url>http://jetty.mortbay.org/</url>
+            <properties>
+                <war.bundle>false</war.bundle>
+                <usage>for the JettyAxisServer in the Application</usage>
+            </properties>
+        </dependency>    
+                
+        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>3.8.1</version>
@@ -414,7 +436,7 @@
         <dependency>
             <groupId>xmlbeans</groupId>
             <artifactId>xbean</artifactId>
-            <version>v1HEAD-SNAPSHOT-20041129</version>
+            <version>1.0.4-20050202-SNAPSHOT</version>
             <url>http://xmlbeans.apache.org/</url>
             <properties>
                 <license>ApacheLicense-2.0.txt</license>
@@ -426,7 +448,7 @@
         <dependency>
             <groupId>xmlbeans</groupId>
             <artifactId>xbean_xpath</artifactId>
-            <version>v1HEAD-SNAPSHOT-20041129</version>
+            <version>1.0.4-20050202-SNAPSHOT</version>
             <url>http://xmlbeans.apache.org/</url>
             <properties>
                 <license>ApacheLicense-2.0.txt</license>
@@ -444,17 +466,6 @@
                 <license>YFilterLicense-1.0.txt</license>
                 <war.bundle>true</war.bundle>
                 <usage>efficient parallel XPath Filtering</usage>
-            </properties>
-        </dependency>    
-
-        <dependency>
-            <groupId>jetty</groupId>
-            <artifactId>org.mortbay.jetty</artifactId>
-            <version>4.2.22</version>
-            <url>http://jetty.mortbay.org/</url>
-            <properties>
-                <war.bundle>false</war.bundle>
-                <usage>for the JettyAxisServer in the Application</usage>
             </properties>
         </dependency>    
         



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