Tag 1.1.2 RC2 release

git-svn-id: https://svn.apache.org/repos/asf/abdera/java/tags/abdera-1.1.2-RC2@1056898 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/adapters/couchdb/pom.xml b/adapters/couchdb/pom.xml
index 10f369b..d6070b9 100755
--- a/adapters/couchdb/pom.xml
+++ b/adapters/couchdb/pom.xml
@@ -20,13 +20,13 @@
     <parent>
         <groupId>org.apache.abdera</groupId>
         <artifactId>abdera-adapters-parent</artifactId>
-        <version>1.2-SNAPSHOT</version>  
+        <version>1.1.2</version>  
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>abdera-couchdb</artifactId>
     <packaging>bundle</packaging>
     <name>Abdera CouchDB Adapter</name>
-    <version>1.2-SNAPSHOT</version>  
+    <version>1.1.2</version>  
 	      
     <properties>
       <topDir>${basedir}/../..</topDir>
diff --git a/adapters/filesystem/pom.xml b/adapters/filesystem/pom.xml
index 1cda22d..50de583 100755
--- a/adapters/filesystem/pom.xml
+++ b/adapters/filesystem/pom.xml
@@ -18,13 +18,13 @@
     <parent>
         <groupId>org.apache.abdera</groupId>
         <artifactId>abdera-adapters-parent</artifactId>
-        <version>1.2-SNAPSHOT</version>  
+        <version>1.1.2</version>  
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>abdera-filesystem</artifactId>
     <packaging>bundle</packaging>
     <name>Abdera Filesystem Adapter</name>
-    <version>1.2-SNAPSHOT</version>  
+    <version>1.1.2</version>  
 	      
     <properties>
       <topDir>${basedir}/../..</topDir>
diff --git a/adapters/jcr/pom.xml b/adapters/jcr/pom.xml
index 14d569a..a1528f0 100644
--- a/adapters/jcr/pom.xml
+++ b/adapters/jcr/pom.xml
@@ -18,13 +18,13 @@
   <parent>
     <groupId>org.apache.abdera</groupId>
     <artifactId>abdera-adapters-parent</artifactId>
-    <version>1.2-SNAPSHOT</version>  
+    <version>1.1.2</version>  
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>abdera-jcr</artifactId>
   <packaging>bundle</packaging>
   <name>Abdera JCR Adapter</name>
-  <version>1.2-SNAPSHOT</version>  
+  <version>1.1.2</version>  
   <description>JCR AtomPub Server implementation Abdera</description>
     
   <properties>
@@ -45,7 +45,7 @@
     <dependency>
       <groupId>org.apache.abdera</groupId>
       <artifactId>abdera-spring</artifactId>
-      <version>1.2-SNAPSHOT</version>  
+      <version>1.1.2</version>  
       <scope>test</scope>
     </dependency>
     
diff --git a/adapters/jdbc/pom.xml b/adapters/jdbc/pom.xml
index 8d235f9..0b95e78 100644
--- a/adapters/jdbc/pom.xml
+++ b/adapters/jdbc/pom.xml
@@ -2,13 +2,13 @@
   <parent>

     <groupId>org.apache.abdera</groupId>

     <artifactId>abdera-adapters-parent</artifactId>

-    <version>1.2-SNAPSHOT</version>  

+    <version>1.1.2</version>  

   </parent>

   <modelVersion>4.0.0</modelVersion>

   <artifactId>abdera-jdbc</artifactId>

   <packaging>bundle</packaging>

   <name>Abdera JDBC Adapter</name>

-  <version>1.2-SNAPSHOT</version>  

+  <version>1.1.2</version>  

     

   <properties>

     <topDir>${basedir}/../..</topDir>

diff --git a/adapters/pom.xml b/adapters/pom.xml
index 9c8ff41..bd5c15c 100755
--- a/adapters/pom.xml
+++ b/adapters/pom.xml
@@ -18,13 +18,13 @@
 	<parent>
 		<groupId>org.apache.abdera</groupId>
 		<artifactId>abdera</artifactId>
-		<version>1.2-SNAPSHOT</version>  
+		<version>1.1.2</version>  
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>abdera-adapters-parent</artifactId>
 	<packaging>pom</packaging>
 	<name>Abdera Adapters</name>
-	<version>1.2-SNAPSHOT</version>  
+	<version>1.1.2</version>  
 	<description>Abdera Adapters</description>
 
   <properties>
@@ -49,13 +49,13 @@
 		<dependency>
 			<groupId>org.apache.abdera</groupId>
 			<artifactId>abdera-server</artifactId>
-			<version>1.2-SNAPSHOT</version>  
+			<version>1.1.2</version>  
 		</dependency>
 		
     <dependency>
       <groupId>org.apache.abdera</groupId>
       <artifactId>abdera-client</artifactId>
-      <version>1.2-SNAPSHOT</version>  
+      <version>1.1.2</version>  
       <scope>test</scope>
     </dependency>
 
diff --git a/bundle/pom.xml b/bundle/pom.xml
index 68cedf5..8ea2998 100644
--- a/bundle/pom.xml
+++ b/bundle/pom.xml
@@ -18,13 +18,13 @@
     <parent>
         <groupId>org.apache.abdera</groupId>
         <artifactId>abdera</artifactId>
-        <version>1.2-SNAPSHOT</version>  
+        <version>1.1.2</version>  
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>abdera-bundle</artifactId>
     <packaging>jar</packaging>
     <name>Abdera Bundle Jar</name>
-    <version>1.2-SNAPSHOT</version>  
+    <version>1.1.2</version>  
     <description>Bundle of all Abdera jars</description>
     <inceptionYear>2006</inceptionYear>
     <url>http://abdera.apache.org</url>
@@ -40,92 +40,92 @@
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-client</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-spring</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-server</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-jcr</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-filesystem</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-jdbc</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-security</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-extensions-gdata</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-extensions-geo</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-extensions-html</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-extensions-json</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-extensions-main</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-extensions-media</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-extensions-oauth</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-extensions-opensearch</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-extensions-serializer</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-extensions-sharing</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-extensions-wsse</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
     </dependencies>
     
diff --git a/client/pom.xml b/client/pom.xml
index 310c66d..23b606b 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -18,13 +18,13 @@
   <parent>

     <groupId>org.apache.abdera</groupId>

     <artifactId>abdera</artifactId>

-    <version>1.2-SNAPSHOT</version>  

+    <version>1.1.2</version>  

   </parent>  

   <modelVersion>4.0.0</modelVersion>

   <artifactId>abdera-client</artifactId>

   <packaging>bundle</packaging>

   <name>Abdera Client</name>

-  <version>1.2-SNAPSHOT</version>  

+  <version>1.1.2</version>  

   <description>Atom Publishing Protocol Client Implementation</description>

 

   <properties>

@@ -49,13 +49,13 @@
     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-core</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

       <scope>compile</scope>

     </dependency>

     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-parser</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

       <scope>compile</scope>

     </dependency>    

     <dependency>

diff --git a/core/pom.xml b/core/pom.xml
index ac28727..9f0f59d 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -18,13 +18,13 @@
   <parent>

     <groupId>org.apache.abdera</groupId>

     <artifactId>abdera</artifactId>

-    <version>1.2-SNAPSHOT</version>  

+    <version>1.1.2</version>  

   </parent>

   <modelVersion>4.0.0</modelVersion>

   <artifactId>abdera-core</artifactId>

   <packaging>bundle</packaging>

   <name>Abdera Core</name>

-  <version>1.2-SNAPSHOT</version>  

+  <version>1.1.2</version>  

   <description>Atom Specification Implementation Core</description>

   <properties>

     <topDir>${basedir}/..</topDir>

@@ -52,7 +52,7 @@
   	<dependency>

   		<groupId>org.apache.abdera</groupId>

   		<artifactId>abdera-i18n</artifactId>

-  		<version>1.2-SNAPSHOT</version>  

+  		<version>1.1.2</version>  

   	</dependency>

   	<dependency>

   		<groupId>org.apache.geronimo.specs</groupId>

diff --git a/dependencies/i18n/pom.xml b/dependencies/i18n/pom.xml
index 47e1abb..e563d83 100644
--- a/dependencies/i18n/pom.xml
+++ b/dependencies/i18n/pom.xml
@@ -4,13 +4,13 @@
   <artifactId>abdera-i18n</artifactId>

   <packaging>bundle</packaging>

   <name>I18N Libraries</name>

-  <version>1.2-SNAPSHOT</version>  

+  <version>1.1.2</version>  

   <description>RFC 3987 (Internationlaized Resource Identifier) libraries.</description>

   <url>http://abdera.apache.org</url>

   <parent>

     <groupId>org.apache.abdera</groupId>

     <artifactId>abdera</artifactId>

-    <version>1.2-SNAPSHOT</version>  

+    <version>1.1.2</version>  

   </parent>

    <properties>

      <topDir>${basedir}/../..</topDir>

diff --git a/distribution/pom.xml b/distribution/pom.xml
index 2e5aa1a..04dc74d 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -2,13 +2,13 @@
     <parent>
         <groupId>org.apache.abdera</groupId>
         <artifactId>abdera</artifactId>
-        <version>1.2-SNAPSHOT</version>  
+        <version>1.1.2</version>  
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>apache-abdera</artifactId>
     <packaging>pom</packaging>
     <name>Abdera Distribution</name>
-    <version>1.2-SNAPSHOT</version>  
+    <version>1.1.2</version>  
 
     <properties>
         <topDir>${basedir}/..</topDir>
@@ -18,7 +18,7 @@
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-bundle</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
             <!-- Silly hack because only want to include this in some dependency sets -->
             <scope>test</scope>
         </dependency>
@@ -27,41 +27,41 @@
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-client</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-server</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-spring</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-jcr</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-filesystem</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-jdbc</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-security</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
             <exclusions>
               <exclusion>
                 <groupId>bouncycastle</groupId>
@@ -72,57 +72,57 @@
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-extensions-gdata</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-extensions-geo</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-extensions-html</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-extensions-json</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-extensions-main</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-extensions-media</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-extensions-oauth</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-extensions-opensearch</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-extensions-serializer</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-extensions-sharing</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-extensions-wsse</artifactId>
-            <version>1.2-SNAPSHOT</version>  
+            <version>1.1.2</version>  
         </dependency>
         <dependency>
           <groupId>org.mortbay.jetty</groupId>
diff --git a/examples/pom.xml b/examples/pom.xml
index 52f951f..462e8fc 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -2,13 +2,13 @@
   <parent>

     <groupId>org.apache.abdera</groupId>

     <artifactId>abdera</artifactId>

-    <version>1.2-SNAPSHOT</version>  

+    <version>1.1.2</version>  

   </parent>  

   <modelVersion>4.0.0</modelVersion>

   <artifactId>abdera-examples</artifactId>

   <packaging>jar</packaging>

   <name>Abdera Examples</name>

-  <version>1.2-SNAPSHOT</version>  

+  <version>1.1.2</version>  

   <description>Atom Specification Implementation Examples</description>

 

   <properties>

@@ -23,47 +23,47 @@
     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-client</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

     </dependency>

     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-server</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

     </dependency>

     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-extensions-main</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

     </dependency>

     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-extensions-serializer</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

     </dependency>

     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-extensions-gdata</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

     </dependency>

     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-extensions-geo</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

     </dependency>

     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-extensions-sharing</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

     </dependency>

     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-extensions-features</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

     </dependency>

     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-security</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

     </dependency>

     <dependency>

       <groupId>org.mortbay.jetty</groupId>

diff --git a/extensions/features/pom.xml b/extensions/features/pom.xml
index 091d5bb..f12bf58 100644
--- a/extensions/features/pom.xml
+++ b/extensions/features/pom.xml
@@ -2,13 +2,13 @@
   <parent>

     <groupId>org.apache.abdera</groupId>

     <artifactId>abdera</artifactId>

-    <version>1.2-SNAPSHOT</version>  

+    <version>1.1.2</version>  

   </parent>  

   <modelVersion>4.0.0</modelVersion>

   <artifactId>abdera-extensions-features</artifactId>

   <packaging>jar</packaging>

   <name>Abdera Extensions - Features</name>

-  <version>1.2-SNAPSHOT</version>  

+  <version>1.1.2</version>  

   <description>Atom Specification Extensions - Features</description>

   

   <properties>

@@ -19,13 +19,13 @@
     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-core</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

       <scope>compile</scope>

     </dependency>    

     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-client</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

       <scope>compile</scope>

     </dependency>  

     <dependency>

diff --git a/extensions/gdata/pom.xml b/extensions/gdata/pom.xml
index 6d6e67b..debc146 100644
--- a/extensions/gdata/pom.xml
+++ b/extensions/gdata/pom.xml
@@ -2,13 +2,13 @@
   <parent>

     <groupId>org.apache.abdera</groupId>

     <artifactId>abdera</artifactId>

-    <version>1.2-SNAPSHOT</version>  

+    <version>1.1.2</version>  

   </parent>  

   <modelVersion>4.0.0</modelVersion>

   <artifactId>abdera-extensions-gdata</artifactId>

   <packaging>bundle</packaging>

   <name>Abdera Extensions - GData</name>

-  <version>1.2-SNAPSHOT</version>  

+  <version>1.1.2</version>  

   <description>Atom Specification Extensions - GData</description>

   <properties>

     <topDir>${basedir}/../..</topDir>

@@ -17,7 +17,7 @@
     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-client</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

     </dependency>    

     <dependency>

       <groupId>junit</groupId>

diff --git a/extensions/geo/pom.xml b/extensions/geo/pom.xml
index 174b462..ef25ff3 100644
--- a/extensions/geo/pom.xml
+++ b/extensions/geo/pom.xml
@@ -2,13 +2,13 @@
   <parent>

     <groupId>org.apache.abdera</groupId>

     <artifactId>abdera</artifactId>

-    <version>1.2-SNAPSHOT</version>  

+    <version>1.1.2</version>  

   </parent>  

   <modelVersion>4.0.0</modelVersion>

   <artifactId>abdera-extensions-geo</artifactId>

   <packaging>bundle</packaging>

   <name>Abdera Extensions - Geo</name>

-  <version>1.2-SNAPSHOT</version>  

+  <version>1.1.2</version>  

   <description>Atom Specification Extensions - Geo</description>

 

   <properties>

@@ -22,7 +22,7 @@
     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-client</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

     </dependency>    

     <dependency>

       <groupId>junit</groupId>

diff --git a/extensions/html/pom.xml b/extensions/html/pom.xml
index fb6c0ec..682fe20 100644
--- a/extensions/html/pom.xml
+++ b/extensions/html/pom.xml
@@ -2,13 +2,13 @@
   <parent>

     <groupId>org.apache.abdera</groupId>

     <artifactId>abdera</artifactId>

-    <version>1.2-SNAPSHOT</version>  

+    <version>1.1.2</version>  

   </parent>  

   <modelVersion>4.0.0</modelVersion>

   <artifactId>abdera-extensions-html</artifactId>

   <packaging>bundle</packaging>

   <name>Abdera Extensions - HTML</name>

-  <version>1.2-SNAPSHOT</version>  

+  <version>1.1.2</version>  

   <description>Atom Specification Extensions - HTML</description>

 

   <properties>

@@ -22,7 +22,7 @@
     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-client</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

     </dependency> 

     <dependency>

       <groupId>junit</groupId>

diff --git a/extensions/json/pom.xml b/extensions/json/pom.xml
index dcd42ab..3544097 100644
--- a/extensions/json/pom.xml
+++ b/extensions/json/pom.xml
@@ -2,13 +2,13 @@
   <parent>

     <groupId>org.apache.abdera</groupId>

     <artifactId>abdera</artifactId>

-    <version>1.2-SNAPSHOT</version>  

+    <version>1.1.2</version>  

   </parent>  

   <modelVersion>4.0.0</modelVersion>

   <artifactId>abdera-extensions-json</artifactId>

   <packaging>bundle</packaging>

   <name>Abdera Extensions - JSON</name>

-  <version>1.2-SNAPSHOT</version>  

+  <version>1.1.2</version>  

   <description>Atom Specification Extensions - JSON</description>

   

   <properties>

@@ -22,17 +22,17 @@
     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-server</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

     </dependency> 

     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-extensions-main</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

     </dependency> 

     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-extensions-html</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

     </dependency>

     <dependency>

       <groupId>junit</groupId>

diff --git a/extensions/main/pom.xml b/extensions/main/pom.xml
index 52343cc..a3b16d0 100644
--- a/extensions/main/pom.xml
+++ b/extensions/main/pom.xml
@@ -2,13 +2,13 @@
   <parent>

     <groupId>org.apache.abdera</groupId>

     <artifactId>abdera</artifactId>

-    <version>1.2-SNAPSHOT</version>  

+    <version>1.1.2</version>  

   </parent>  

   <modelVersion>4.0.0</modelVersion>

   <artifactId>abdera-extensions-main</artifactId>

   <packaging>bundle</packaging>

   <name>Abdera Extensions - Main</name>

-  <version>1.2-SNAPSHOT</version>  

+  <version>1.1.2</version>  

   <description>Atom Specification Extensions - Main</description>

   

   <properties>

@@ -22,13 +22,13 @@
     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-core</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

       <scope>compile</scope>

     </dependency>    

     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-client</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

       <scope>compile</scope>

     </dependency> 

     <dependency>

diff --git a/extensions/media/pom.xml b/extensions/media/pom.xml
index cbe5f84..5955b82 100644
--- a/extensions/media/pom.xml
+++ b/extensions/media/pom.xml
@@ -2,13 +2,13 @@
   <parent>

     <groupId>org.apache.abdera</groupId>

     <artifactId>abdera</artifactId>

-    <version>1.2-SNAPSHOT</version>  

+    <version>1.1.2</version>  

   </parent>  

   <modelVersion>4.0.0</modelVersion>

   <artifactId>abdera-extensions-media</artifactId>

   <packaging>bundle</packaging>

   <name>Abdera Extensions - Media</name>

-  <version>1.2-SNAPSHOT</version>  

+  <version>1.1.2</version>  

   <description>Atom Specification Extensions - Media</description>

   

   <properties>

@@ -22,13 +22,13 @@
     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-core</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

       <scope>compile</scope>

     </dependency>    

     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-client</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

       <scope>compile</scope>

     </dependency>  

     <dependency>

diff --git a/extensions/oauth/pom.xml b/extensions/oauth/pom.xml
index bc6252b..3b92a5a 100644
--- a/extensions/oauth/pom.xml
+++ b/extensions/oauth/pom.xml
@@ -2,13 +2,13 @@
   <parent>

     <groupId>org.apache.abdera</groupId>

     <artifactId>abdera</artifactId>

-    <version>1.2-SNAPSHOT</version>  

+    <version>1.1.2</version>  

   </parent>  

   <modelVersion>4.0.0</modelVersion>

   <artifactId>abdera-extensions-oauth</artifactId>

   <packaging>bundle</packaging>

   <name>Abdera Extensions - OAuth</name>

-  <version>1.2-SNAPSHOT</version>  

+  <version>1.1.2</version>  

   <description>Atom Specification Extensions - OAuth</description>

   <properties>

     <topDir>${basedir}/../..</topDir>

@@ -20,7 +20,7 @@
     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-client</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

     </dependency> 

     <dependency>

       <groupId>junit</groupId>

diff --git a/extensions/opensearch/pom.xml b/extensions/opensearch/pom.xml
index 02e24a7..ffb5ccf 100644
--- a/extensions/opensearch/pom.xml
+++ b/extensions/opensearch/pom.xml
@@ -18,13 +18,13 @@
     <parent>

         <groupId>org.apache.abdera</groupId>

         <artifactId>abdera</artifactId>

-        <version>1.2-SNAPSHOT</version>  

+        <version>1.1.2</version>  

     </parent>  

     <modelVersion>4.0.0</modelVersion>

     <artifactId>abdera-extensions-opensearch</artifactId>

     <packaging>bundle</packaging>

     <name>Abdera Extensions - OpenSearch</name>

-    <version>1.2-SNAPSHOT</version>  

+    <version>1.1.2</version>  

     <description>Atom Specification Extensions - OpenSearch</description>

     <properties>

       <topDir>${basedir}/../..</topDir>

@@ -36,13 +36,13 @@
         <dependency>

             <groupId>org.apache.abdera</groupId>

             <artifactId>abdera-client</artifactId>

-            <version>1.2-SNAPSHOT</version>  

+            <version>1.1.2</version>  

             <scope>compile</scope>

         </dependency>

         <dependency>

             <groupId>org.apache.abdera</groupId>

             <artifactId>abdera-server</artifactId>

-            <version>1.2-SNAPSHOT</version>  

+            <version>1.1.2</version>  

             <scope>compile</scope>

         </dependency>

         <dependency>

@@ -70,7 +70,7 @@
         <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-extensions-json</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

       <scope>test</scope>

     </dependency> 

     </dependencies>

diff --git a/extensions/pom.xml b/extensions/pom.xml
index 43da18e..0b34a8e 100755
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -18,13 +18,13 @@
 	<parent>

 		<groupId>org.apache.abdera</groupId>

 		<artifactId>abdera</artifactId>

-		<version>1.2-SNAPSHOT</version>  

+		<version>1.1.2</version>  

 	</parent>

 	<modelVersion>4.0.0</modelVersion>

 	<artifactId>abdera-extensions-parent</artifactId>

 	<packaging>pom</packaging>

 	<name>Abdera Extensions</name>

-	<version>1.2-SNAPSHOT</version>  

+	<version>1.1.2</version>  

 	<description>Abdera Extensions</description>

 

   <properties>

diff --git a/extensions/rss/pom.xml b/extensions/rss/pom.xml
index a59931f..4981856 100644
--- a/extensions/rss/pom.xml
+++ b/extensions/rss/pom.xml
@@ -18,13 +18,13 @@
     <parent>

         <groupId>org.apache.abdera</groupId>

         <artifactId>abdera</artifactId>

-        <version>1.2-SNAPSHOT</version>  

+        <version>1.1.2</version>  

     </parent>  

     <modelVersion>4.0.0</modelVersion>

     <artifactId>abdera-extensions-rss</artifactId>

     <packaging>bundle</packaging>

     <name>Abdera Extensions - RSS</name>

-    <version>1.2-SNAPSHOT</version>  

+    <version>1.1.2</version>  

     <description>Abdera Specification Extensions - RSS</description>

     <properties>

         <topDir>${basedir}/../..</topDir>

@@ -36,12 +36,12 @@
         <dependency>

             <groupId>org.apache.abdera</groupId>

             <artifactId>abdera-core</artifactId>

-            <version>1.2-SNAPSHOT</version>  

+            <version>1.1.2</version>  

         </dependency>

         <dependency>

             <groupId>org.apache.abdera</groupId>

             <artifactId>abdera-parser</artifactId>

-            <version>1.2-SNAPSHOT</version>  

+            <version>1.1.2</version>  

         </dependency>

         <dependency>

             <groupId>junit</groupId>

diff --git a/extensions/serializer/pom.xml b/extensions/serializer/pom.xml
index da2077c..c5f76dc 100644
--- a/extensions/serializer/pom.xml
+++ b/extensions/serializer/pom.xml
@@ -2,13 +2,13 @@
   <parent>

     <groupId>org.apache.abdera</groupId>

     <artifactId>abdera</artifactId>

-    <version>1.2-SNAPSHOT</version>  

+    <version>1.1.2</version>  

   </parent>  

   <modelVersion>4.0.0</modelVersion>

   <artifactId>abdera-extensions-serializer</artifactId>

   <packaging>bundle</packaging>

   <name>Abdera Extensions - Serializer</name>

-  <version>1.2-SNAPSHOT</version>  

+  <version>1.1.2</version>  

   <description>Atom Specification Extensions - Serializer</description>

 

   <properties>

@@ -22,7 +22,7 @@
     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-server</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

     </dependency>  

     <dependency>

       <groupId>junit</groupId>

diff --git a/extensions/sharing/pom.xml b/extensions/sharing/pom.xml
index afe7a96..730f268 100644
--- a/extensions/sharing/pom.xml
+++ b/extensions/sharing/pom.xml
@@ -2,13 +2,13 @@
   <parent>

     <groupId>org.apache.abdera</groupId>

     <artifactId>abdera</artifactId>

-    <version>1.2-SNAPSHOT</version>  

+    <version>1.1.2</version>  

   </parent>  

   <modelVersion>4.0.0</modelVersion>

   <artifactId>abdera-extensions-sharing</artifactId>

   <packaging>bundle</packaging>

   <name>Abdera Extensions - Sharing</name>

-  <version>1.2-SNAPSHOT</version>  

+  <version>1.1.2</version>  

   <description>Atom Specification Extensions - Sharing</description>

   

   <properties>

@@ -22,7 +22,7 @@
     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-client</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

       <scope>compile</scope>

     </dependency>  

     <dependency>

diff --git a/extensions/wsse/pom.xml b/extensions/wsse/pom.xml
index 5fbdce1..1a8d663 100644
--- a/extensions/wsse/pom.xml
+++ b/extensions/wsse/pom.xml
@@ -2,13 +2,13 @@
   <parent>

     <groupId>org.apache.abdera</groupId>

     <artifactId>abdera</artifactId>

-    <version>1.2-SNAPSHOT</version>  

+    <version>1.1.2</version>  

   </parent>  

   <modelVersion>4.0.0</modelVersion>

   <artifactId>abdera-extensions-wsse</artifactId>

   <packaging>bundle</packaging>

   <name>Abdera Extensions - WSSE</name>

-  <version>1.2-SNAPSHOT</version>  

+  <version>1.1.2</version>  

   <description>Atom Specification Extensions - WSSE</description>

   

   <properties>

@@ -22,7 +22,7 @@
     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-client</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

       <scope>compile</scope>

     </dependency>

   </dependencies>

diff --git a/parser/pom.xml b/parser/pom.xml
index aede489..a2c8c20 100644
--- a/parser/pom.xml
+++ b/parser/pom.xml
@@ -2,13 +2,13 @@
   <parent>

     <groupId>org.apache.abdera</groupId>

     <artifactId>abdera</artifactId>

-    <version>1.2-SNAPSHOT</version>  

+    <version>1.1.2</version>  

   </parent>

   <modelVersion>4.0.0</modelVersion>

   <artifactId>abdera-parser</artifactId>

   <packaging>bundle</packaging>

   <name>Abdera Parser</name>

-  <version>1.2-SNAPSHOT</version>  

+  <version>1.1.2</version>  

   <description>Atom Specification Implementation Parser</description>

 

   <properties>

@@ -42,7 +42,7 @@
     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-core</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

       <scope>compile</scope>

     </dependency>

     <dependency>

diff --git a/pom.xml b/pom.xml
index 3f64c46..d0c7696 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <artifactId>abdera</artifactId>

   <packaging>pom</packaging>

   <name>Apache Abdera</name>  

-  <version>1.2-SNAPSHOT</version>    

+  <version>1.1.2</version>    

   <description>Atom Specification Implementation</description>

   <inceptionYear>2006</inceptionYear>

   <url>http://abdera.apache.org</url>

diff --git a/security/pom.xml b/security/pom.xml
index 86d876e..301c98e 100644
--- a/security/pom.xml
+++ b/security/pom.xml
@@ -2,13 +2,13 @@
   <parent>

     <groupId>org.apache.abdera</groupId>

     <artifactId>abdera</artifactId>

-    <version>1.2-SNAPSHOT</version>  

+    <version>1.1.2</version>  

   </parent>

   <modelVersion>4.0.0</modelVersion>

   <artifactId>abdera-security</artifactId>

   <packaging>bundle</packaging>  

   <name>Abdera Security</name>  

-  <version>1.2-SNAPSHOT</version>  

+  <version>1.1.2</version>  

   <description>Atom Specification Implementation Security</description>  

 

   <properties>

@@ -32,13 +32,13 @@
     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-client</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

       <scope>compile</scope>

     </dependency>

     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-server</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

       <scope>compile</scope>

     </dependency>

     <dependency>

diff --git a/server/pom.xml b/server/pom.xml
index d2f285b..6edfb5f 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -18,13 +18,13 @@
   <parent>

     <groupId>org.apache.abdera</groupId>

     <artifactId>abdera</artifactId>

-    <version>1.2-SNAPSHOT</version>  

+    <version>1.1.2</version>  

   </parent>  

   <modelVersion>4.0.0</modelVersion>

   <artifactId>abdera-server</artifactId>

   <packaging>bundle</packaging>

   <name>Abdera Server</name>

-  <version>1.2-SNAPSHOT</version>  

+  <version>1.1.2</version>  

   <description>Atom Publishing Protocol Specification Server-Side Implementation</description>

 

   <properties>

@@ -50,13 +50,13 @@
     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-core</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

       <scope>compile</scope>

     </dependency>   

     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-parser</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

       <scope>compile</scope>

     </dependency>   

     <dependency>

@@ -81,7 +81,7 @@
     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-client</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

       <scope>test</scope>

     </dependency>

 

diff --git a/spring/pom.xml b/spring/pom.xml
index 32213ef..7e4a9f2 100644
--- a/spring/pom.xml
+++ b/spring/pom.xml
@@ -2,13 +2,13 @@
   <parent>

     <groupId>org.apache.abdera</groupId>

     <artifactId>abdera</artifactId>

-    <version>1.2-SNAPSHOT</version>  

+    <version>1.1.2</version>  

   </parent>

   <modelVersion>4.0.0</modelVersion>

   <artifactId>abdera-spring</artifactId>

   <packaging>bundle</packaging>

   <name>Abdera Spring Integration</name>  

-  <version>1.2-SNAPSHOT</version>  

+  <version>1.1.2</version>  

   <description>Spring Integration Code for Abdera</description>  

 

   <properties>

@@ -30,7 +30,7 @@
     <dependency>

       <groupId>org.apache.abdera</groupId>

       <artifactId>abdera-server</artifactId>

-      <version>1.2-SNAPSHOT</version>  

+      <version>1.1.2</version>  

     </dependency>

     <dependency>

       <groupId>javax.servlet</groupId>