Changing the poms back to generate SNAPSHOTs.

git-svn-id: https://svn.apache.org/repos/asf/webservices/scout/trunk@560271 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README b/README
index 763ae26..2f98bf7 100644
--- a/README
+++ b/README
@@ -63,14 +63,14 @@
   are downloaded during the build. The quickest way to

   start is, in the root directory, to type

 

-  maven

+  mvn package

 

   This will build all of the modules and install them in

   your local maven repository.

 

   To clean up a build, use

 

-  maven multiproject:clean

+  mvn clean

 

 SUPPORT

 

diff --git a/jaxr-api/pom.xml b/jaxr-api/pom.xml
index a06185e..ee22bd7 100644
--- a/jaxr-api/pom.xml
+++ b/jaxr-api/pom.xml
@@ -7,11 +7,11 @@
     <parent>

         <groupId>org.apache.ws.scout</groupId>

         <artifactId>scout-parent</artifactId>

-        <version>1.0rc1</version>

+        <version>SNAPSHOT</version>

     </parent>

     <artifactId>jaxr-api</artifactId>

     <name>JAXR API</name>

-    <version>1.0rc1</version>

+    <version>SNAPSHOT</version>

     <description>The JAXR API</description>

     <dependencies>

         <dependency>

diff --git a/pom.xml b/pom.xml
index ed52b73..a47d4a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   <artifactId>scout-parent</artifactId>
   <packaging>pom</packaging>
   <name>Scout</name>
-  <version>1.0rc1</version>
+  <version>SNAPSHOT</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>
@@ -206,7 +206,7 @@
       <activation>
         <property>
           <name>rc</name>
-          <value>1.0rc1</value>
+          <value>SNAPSHOT</value>
         </property>
       </activation>
       <build>
diff --git a/scout/pom.xml b/scout/pom.xml
index 4f6af8b..f9fe084 100644
--- a/scout/pom.xml
+++ b/scout/pom.xml
@@ -6,12 +6,12 @@
 	<parent>

 		<groupId>org.apache.ws.scout</groupId>

 		<artifactId>scout-parent</artifactId>

-		<version>1.0rc1</version>

+		<version>SNAPSHOT</version>

 		<!-- Should better be ${axiom.version} -->

 	</parent>

 	<artifactId>scout</artifactId>

 	<name>Scout Implementation</name>

-	<version>1.0rc1</version>

+	<version>SNAPSHOT</version>

 	<description>

 		Apache Scout is an implementation of the JSR 93 - JavaTM API for

 		XML Registries 1.0 (JAXR)