You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-commits@ws.apache.org by ip...@apache.org on 2005/10/14 19:21:28 UTC

svn commit: r321156 - /webservices/wsrf/trunk/project.xml

Author: ips
Date: Fri Oct 14 10:21:26 2005
New Revision: 321156

URL: http://svn.apache.org/viewcvs?rev=321156&view=rev
Log:
incremented version to 1.1

Modified:
    webservices/wsrf/trunk/project.xml

Modified: webservices/wsrf/trunk/project.xml
URL: http://svn.apache.org/viewcvs/webservices/wsrf/trunk/project.xml?rev=321156&r1=321155&r2=321156&view=diff
==============================================================================
--- webservices/wsrf/trunk/project.xml (original)
+++ webservices/wsrf/trunk/project.xml Fri Oct 14 10:21:26 2005
@@ -12,7 +12,7 @@
   <id>wsrf</id>
   <name>WSRF</name>
   <groupId>wsrf</groupId>
-  <currentVersion>1.0-SNAPSHOT</currentVersion>
+  <currentVersion>1.1</currentVersion>
   <organization>
     <name>Apache Software Foundation</name>
     <url>http://www.apache.org/</url>
@@ -31,21 +31,22 @@
     <url>http://svn.apache.org/viewcvs.cgi/webservices/wsrf/trunk/</url>
   </repository>
 
-  <versions>
-    <version>
-      <id>1.0-alpha</id>
-      <name>1.0-alpha</name>
-      <tag>HEAD</tag>
-    </version>
-  </versions>
-
   <mailingLists>
+
     <mailingList>
       <name>WSRF Developer List</name>
       <subscribe>wsrf-dev-subscribe@ws.apache.org</subscribe>
       <unsubscribe>wsrf-dev-unsubscribe@ws.apache.org</unsubscribe>
       <archive>http://ws.apache.org/mail/wsrf-dev/</archive>
     </mailingList>
+
+    <mailingList>
+      <name>WSRF User List</name>
+      <subscribe>wsrf-user-subscribe@ws.apache.org</subscribe>
+      <unsubscribe>wsrf-user-unsubscribe@ws.apache.org</unsubscribe>
+      <archive>http://ws.apache.org/mail/wsrf-user/</archive>
+    </mailingList>
+
   </mailingLists>
 
   <developers>
@@ -306,13 +307,13 @@
     </dependency>
 
     <dependency>
-      <groupId>servletapi</groupId>
-      <artifactId>servletapi</artifactId>
-      <version>2.3</version>
+      <groupId>geronimo-spec</groupId>
+      <artifactId>geronimo-spec-servlet</artifactId>
+      <version>2.4-rc4</version>
       <url>http://java.sun.com/products/servlet/</url>
       <properties>        
         <scope>compile-time-only</scope>
-        <usage>Needed to compile our servlet.</usage>
+        <usage>Needed to compile our webapp context listener.</usage>
         <war.bundle>false</war.bundle>
       </properties>
     </dependency>