Author: kstam
Date: Mon Aug 18 20:04:01 2008
New Revision: 686947

URL: http://svn.apache.org/viewvc?rev=686947&view=rev
Log:
Settings for 1.0rc2

Modified:
    webservices/scout/branches/v1.0rc2/jaxr-api/pom.xml
    webservices/scout/branches/v1.0rc2/pom.xml
    webservices/scout/branches/v1.0rc2/scout/pom.xml

Modified: webservices/scout/branches/v1.0rc2/jaxr-api/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/scout/branches/v1.0rc2/jaxr-api/pom.xml?rev=686947&r1=686946&r2=686947&view=diff
==============================================================================
--- webservices/scout/branches/v1.0rc2/jaxr-api/pom.xml (original)
+++ webservices/scout/branches/v1.0rc2/jaxr-api/pom.xml Mon Aug 18 20:04:01 2008
@@ -7,11 +7,11 @@
     <parent>
         <groupId>org.apache.ws.scout</groupId>
         <artifactId>scout-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.0rc2</version>
     </parent>
     <artifactId>jaxr-api</artifactId>
     <name>JAXR API</name>
-    <version>SNAPSHOT</version>
+    <version>1.0rc2</version>
     <description>The JAXR API</description>
     <dependencies>
         <dependency>

Modified: webservices/scout/branches/v1.0rc2/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/scout/branches/v1.0rc2/pom.xml?rev=686947&r1=686946&r2=686947&view=diff
==============================================================================
--- webservices/scout/branches/v1.0rc2/pom.xml (original)
+++ webservices/scout/branches/v1.0rc2/pom.xml Mon Aug 18 20:04:01 2008
@@ -5,7 +5,7 @@
   <artifactId>scout-parent</artifactId>
   <packaging>pom</packaging>
   <name>Scout</name>
-  <version>SNAPSHOT</version>
+  <version>1.0rc2</version>
   <description>Apache Scout is an implementation of the JSR 93 - JavaTM API for
                XML Registries 1.0 (JAXR)</description>
   <url>http://ws.apache.org/scout/</url>
@@ -70,11 +70,11 @@
       <organization></organization>
     </developer>
     <developer>
-      <id>dbhole</id>
-      <name>Deepack Bhole</name>
-      <email>[EMAIL PROTECTED]</email>
-      <organization></organization>
-    </developer>
+       <id>tcunning</id>
+       <name>Tom Cunningham</name>
+       <email>[EMAIL PROTECTED]</email>
+       <organization></organization>
+     </developer>
   </developers>
   <contributors>
     <contributor>
@@ -102,6 +102,11 @@
       <email>[EMAIL PROTECTED]</email>
       <organization></organization>
     </contributor>
+    <contributor>
+      <name>Deepack Bhole</name>
+      <email>[EMAIL PROTECTED]</email>
+      <organization></organization>
+    </contributor>
   </contributors>
   <licenses>
     <license>

Modified: webservices/scout/branches/v1.0rc2/scout/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/scout/branches/v1.0rc2/scout/pom.xml?rev=686947&r1=686946&r2=686947&view=diff
==============================================================================
--- webservices/scout/branches/v1.0rc2/scout/pom.xml (original)
+++ webservices/scout/branches/v1.0rc2/scout/pom.xml Mon Aug 18 20:04:01 2008
@@ -6,12 +6,12 @@
        <parent>
                <groupId>org.apache.ws.scout</groupId>
                <artifactId>scout-parent</artifactId>
-               <version>SNAPSHOT</version>
+               <version>1.0rc2</version>
                <!-- Should better be ${axiom.version} -->
        </parent>
        <artifactId>scout</artifactId>
        <name>Scout Implementation</name>
-       <version>SNAPSHOT</version>
+       <version>1.0rc2</version>
        <description>
                Apache Scout is an implementation of the JSR 93 - JavaTM API for
                XML Registries 1.0 (JAXR)
@@ -20,7 +20,7 @@
                <dependency>
                        <groupId>org.apache.ws.scout</groupId>
                        <artifactId>jaxr-api</artifactId>
-                       <version>SNAPSHOT</version>
+                       <version>1.0rc2</version>
                </dependency>
 
                <!-- external JARs -->



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to