SCOUT-78 prepping for 1.1rc1

git-svn-id: https://svn.apache.org/repos/asf/webservices/scout/branches/v1.1@796901 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/jaxr-api/pom.xml b/jaxr-api/pom.xml
index c29241e..b644683 100644
--- a/jaxr-api/pom.xml
+++ b/jaxr-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.apache.ws.scout</groupId>
         <artifactId>scout-parent</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.1-rc1</version>
     </parent>
     <artifactId>jaxr-api</artifactId>
     <name>JAXR API</name>
diff --git a/pom.xml b/pom.xml
index e9f9168..68f39fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <artifactId>scout-parent</artifactId>
   <packaging>pom</packaging>
   <name>Scout</name>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.1-rc1</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>
@@ -396,11 +396,6 @@
   <dependencyManagement>
     <dependencies>
       <dependency>
-        <groupId>xmlbeans</groupId>
-        <artifactId>xbean</artifactId>
-        <version>2.2.0</version>
-      </dependency>
-      <dependency>
         <groupId>stax</groupId>
         <artifactId>stax-api</artifactId>
         <version>1.0.1</version>
diff --git a/scout/pom.xml b/scout/pom.xml
index 81c5b7f..e007a87 100644
--- a/scout/pom.xml
+++ b/scout/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.apache.ws.scout</groupId>
 		<artifactId>scout-parent</artifactId>
-		<version>1.1-SNAPSHOT</version>
+		<version>1.1-rc1</version>
 	</parent>
 	<artifactId>scout</artifactId>
 	<name>Scout Implementation</name>