You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by sk...@apache.org on 2013/09/25 13:52:26 UTC

[1/3] git commit: Issue OLINGO-25 - make release - parent pom maintenance

Updated Branches:
  refs/heads/master ab94bc266 -> 33c7be9e6


Issue OLINGO-25 - make release
- parent pom maintenance


Project: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/commit/2c09c0e0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/tree/2c09c0e0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/diff/2c09c0e0

Branch: refs/heads/master
Commit: 2c09c0e0db4cf23ca193737f1e70fc5b9e3642ac
Parents: ab94bc2
Author: Stephan Klevenz <sk...@apache.org>
Authored: Wed Sep 25 13:34:49 2013 +0200
Committer: Stephan Klevenz <sk...@apache.org>
Committed: Wed Sep 25 13:43:04 2013 +0200

----------------------------------------------------------------------
 pom.xml | 63 +++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 37 insertions(+), 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/2c09c0e0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d11deb8..3151d16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
         <version>13</version>
     </parent>
 
-    <inceptionYear>2012</inceptionYear>
+    <inceptionYear>2013</inceptionYear>
 
     <licenses>
         <license>
@@ -32,6 +32,17 @@
         </license>
     </licenses>
 
+    <url>http://olingo.incubator.apache.org</url>
+
+    <mailingLists>
+        <mailingList>
+            <name>Apache Olingo Developers Mailinglist</name>
+            <archive>http://mail-archives.apache.org/mod_mbox/incubator-olingo-dev/</archive>
+            <post>mailto:dev@olingo.incubator.apache.org</post>
+            <subscribe>mailto:dev-subscribe@olingo.incubator.apache.org</subscribe>
+        </mailingList>
+    </mailingLists>
+
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <javadoc.phase>package</javadoc.phase>
@@ -64,7 +75,7 @@
         <module>odata2-lib</module>
         <module>odata2-processor-jpa</module>
         <module>odata2-dist</module>
-   </modules>
+    </modules>
 
     <build>
         <finalName>${project.groupId}-${project.artifactId}-${project.version}</finalName>
@@ -232,29 +243,29 @@
                     </execution>
                 </executions>
             </plugin>
-          <plugin>
-            <artifactId>maven-checkstyle-plugin</artifactId>
-            <executions>
-              <execution>
-				<id>checkstyle</id>
+            <plugin>
+                <artifactId>maven-checkstyle-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>checkstyle</id>
                         <phase>verify</phase>
-                <goals>
-                  <goal>check</goal>
-                </goals>
-              </execution>
-            </executions>
-            <configuration>
-              <outputFileFormat>xml</outputFileFormat>
-              <consoleOutput>true</consoleOutput>
-              <enableRSS>false</enableRSS>
-              <linkXRef>false</linkXRef>
-              <configLocation>src/checkstyle/config.xml</configLocation>
-              <sourceDirectory>${basedir}/src</sourceDirectory>
-              <encoding>UTF-8</encoding>
-              <failOnViolation>true</failOnViolation>
-			  <violationSeverity>warning</violationSeverity>
-            </configuration>
-          </plugin>
+                        <goals>
+                            <goal>check</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <outputFileFormat>xml</outputFileFormat>
+                    <consoleOutput>true</consoleOutput>
+                    <enableRSS>false</enableRSS>
+                    <linkXRef>false</linkXRef>
+                    <configLocation>src/checkstyle/config.xml</configLocation>
+                    <sourceDirectory>${basedir}/src</sourceDirectory>
+                    <encoding>UTF-8</encoding>
+                    <failOnViolation>true</failOnViolation>
+                    <violationSeverity>warning</violationSeverity>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 
@@ -294,7 +305,7 @@
                             </webResources>
                         </configuration>
                     </plugin>
-                 </plugins>
+                </plugins>
             </build>
         </profile>
         <profile>
@@ -305,7 +316,7 @@
                         <artifactId>maven-checkstyle-plugin</artifactId>
                         <executions>
                             <execution>
-                              <phase>package</phase>
+                                <phase>package</phase>
                             </execution>
                         </executions>
                         <configuration>


[2/3] git commit: Issue OLINGO-25 - make release - set version 1.0.0-RC01

Posted by sk...@apache.org.
Issue OLINGO-25 - make release
- set version 1.0.0-RC01


Project: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/commit/59503e57
Tree: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/tree/59503e57
Diff: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/diff/59503e57

Branch: refs/heads/master
Commit: 59503e5774ec7ff8ffb866a5c51ed4643f4d4e8c
Parents: 2c09c0e
Author: Stephan Klevenz <sk...@apache.org>
Authored: Wed Sep 25 13:46:22 2013 +0200
Committer: Stephan Klevenz <sk...@apache.org>
Committed: Wed Sep 25 13:46:22 2013 +0200

----------------------------------------------------------------------
 odata2-dist/pom.xml                   | 2 +-
 odata2-lib/odata-annotation/pom.xml   | 2 +-
 odata2-lib/odata-api/pom.xml          | 2 +-
 odata2-lib/odata-core/pom.xml         | 2 +-
 odata2-lib/odata-fit/pom.xml          | 2 +-
 odata2-lib/odata-ref/pom.xml          | 2 +-
 odata2-lib/odata-testutil/pom.xml     | 2 +-
 odata2-lib/odata-web/pom.xml          | 2 +-
 odata2-lib/pom.xml                    | 2 +-
 odata2-processor-jpa/jpa-api/pom.xml  | 2 +-
 odata2-processor-jpa/jpa-core/pom.xml | 2 +-
 odata2-processor-jpa/jpa-ref/pom.xml  | 2 +-
 odata2-processor-jpa/jpa-web/pom.xml  | 2 +-
 odata2-processor-jpa/pom.xml          | 2 +-
 pom.xml                               | 2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-dist/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-dist/pom.xml b/odata2-dist/pom.xml
index a486547..00906bf 100644
--- a/odata2-dist/pom.xml
+++ b/odata2-dist/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo.odata2.parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-RC01</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-lib/odata-annotation/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-annotation/pom.xml b/odata2-lib/odata-annotation/pom.xml
index 26cf77c..176b9e9 100644
--- a/odata2-lib/odata-annotation/pom.xml
+++ b/odata2-lib/odata-annotation/pom.xml
@@ -25,7 +25,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.lib</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-lib/odata-api/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-api/pom.xml b/odata2-lib/odata-api/pom.xml
index 8698e7d..835f5b4 100644
--- a/odata2-lib/odata-api/pom.xml
+++ b/odata2-lib/odata-api/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.lib</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-lib/odata-core/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-core/pom.xml b/odata2-lib/odata-core/pom.xml
index 26cb91c..ed95366 100644
--- a/odata2-lib/odata-core/pom.xml
+++ b/odata2-lib/odata-core/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.lib</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-lib/odata-fit/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-fit/pom.xml b/odata2-lib/odata-fit/pom.xml
index cd28852..00efe92 100644
--- a/odata2-lib/odata-fit/pom.xml
+++ b/odata2-lib/odata-fit/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.lib</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-lib/odata-ref/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-ref/pom.xml b/odata2-lib/odata-ref/pom.xml
index a7b5aab..cb5f38a 100644
--- a/odata2-lib/odata-ref/pom.xml
+++ b/odata2-lib/odata-ref/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.lib</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-lib/odata-testutil/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-testutil/pom.xml b/odata2-lib/odata-testutil/pom.xml
index 7913920..338161b 100644
--- a/odata2-lib/odata-testutil/pom.xml
+++ b/odata2-lib/odata-testutil/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.lib</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-lib/odata-web/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-web/pom.xml b/odata2-lib/odata-web/pom.xml
index 3420e77..5091a39 100644
--- a/odata2-lib/odata-web/pom.xml
+++ b/odata2-lib/odata-web/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.lib</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-lib/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/pom.xml b/odata2-lib/pom.xml
index f7e1422..a24c7b7 100644
--- a/odata2-lib/pom.xml
+++ b/odata2-lib/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo.odata2.parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-RC01</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-processor-jpa/jpa-api/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-api/pom.xml b/odata2-processor-jpa/jpa-api/pom.xml
index 345cd28..9858ecd 100644
--- a/odata2-processor-jpa/jpa-api/pom.xml
+++ b/odata2-processor-jpa/jpa-api/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.processor-jpa</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>../</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-processor-jpa/jpa-core/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-core/pom.xml b/odata2-processor-jpa/jpa-core/pom.xml
index b75725c..e8c8e36 100644
--- a/odata2-processor-jpa/jpa-core/pom.xml
+++ b/odata2-processor-jpa/jpa-core/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.processor-jpa</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>../</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-processor-jpa/jpa-ref/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-ref/pom.xml b/odata2-processor-jpa/jpa-ref/pom.xml
index 94857e2..17621fb 100644
--- a/odata2-processor-jpa/jpa-ref/pom.xml
+++ b/odata2-processor-jpa/jpa-ref/pom.xml
@@ -25,7 +25,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.processor-jpa</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-processor-jpa/jpa-web/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-web/pom.xml b/odata2-processor-jpa/jpa-web/pom.xml
index 5c98057..f1648fd 100644
--- a/odata2-processor-jpa/jpa-web/pom.xml
+++ b/odata2-processor-jpa/jpa-web/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.processor-jpa</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-processor-jpa/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/pom.xml b/odata2-processor-jpa/pom.xml
index fc6a780..4b63385 100644
--- a/odata2-processor-jpa/pom.xml
+++ b/odata2-processor-jpa/pom.xml
@@ -18,7 +18,7 @@
     <parent>
       <groupId>org.apache.olingo</groupId>
       <artifactId>olingo.odata2.parent</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0-RC01</version>
       <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3151d16..9a36818 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 
     <groupId>org.apache.olingo</groupId>
     <artifactId>olingo.odata2.parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-RC01</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 


[3/3] git commit: Issue OLINGO-25 - make release - set version to 1.1.0-SNAPSHOT

Posted by sk...@apache.org.
Issue OLINGO-25 - make release
- set version to 1.1.0-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/commit/33c7be9e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/tree/33c7be9e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/diff/33c7be9e

Branch: refs/heads/master
Commit: 33c7be9e6bde0c40a61619c9849aa73f149155e6
Parents: 59503e5
Author: Stephan Klevenz <sk...@apache.org>
Authored: Wed Sep 25 13:50:29 2013 +0200
Committer: Stephan Klevenz <sk...@apache.org>
Committed: Wed Sep 25 13:50:29 2013 +0200

----------------------------------------------------------------------
 odata2-dist/pom.xml                   | 2 +-
 odata2-lib/odata-annotation/pom.xml   | 2 +-
 odata2-lib/odata-api/pom.xml          | 2 +-
 odata2-lib/odata-core/pom.xml         | 2 +-
 odata2-lib/odata-fit/pom.xml          | 2 +-
 odata2-lib/odata-ref/pom.xml          | 2 +-
 odata2-lib/odata-testutil/pom.xml     | 2 +-
 odata2-lib/odata-web/pom.xml          | 2 +-
 odata2-lib/pom.xml                    | 2 +-
 odata2-processor-jpa/jpa-api/pom.xml  | 2 +-
 odata2-processor-jpa/jpa-core/pom.xml | 2 +-
 odata2-processor-jpa/jpa-ref/pom.xml  | 2 +-
 odata2-processor-jpa/jpa-web/pom.xml  | 2 +-
 odata2-processor-jpa/pom.xml          | 2 +-
 pom.xml                               | 2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/33c7be9e/odata2-dist/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-dist/pom.xml b/odata2-dist/pom.xml
index 00906bf..4c019b5 100644
--- a/odata2-dist/pom.xml
+++ b/odata2-dist/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo.odata2.parent</artifactId>
-        <version>1.0.0-RC01</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/33c7be9e/odata2-lib/odata-annotation/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-annotation/pom.xml b/odata2-lib/odata-annotation/pom.xml
index 176b9e9..d6d70c7 100644
--- a/odata2-lib/odata-annotation/pom.xml
+++ b/odata2-lib/odata-annotation/pom.xml
@@ -25,7 +25,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.lib</artifactId>
-		<version>1.0.0-RC01</version>
+		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/33c7be9e/odata2-lib/odata-api/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-api/pom.xml b/odata2-lib/odata-api/pom.xml
index 835f5b4..574b3a3 100644
--- a/odata2-lib/odata-api/pom.xml
+++ b/odata2-lib/odata-api/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.lib</artifactId>
-    <version>1.0.0-RC01</version>
+    <version>1.1.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/33c7be9e/odata2-lib/odata-core/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-core/pom.xml b/odata2-lib/odata-core/pom.xml
index ed95366..9c99585 100644
--- a/odata2-lib/odata-core/pom.xml
+++ b/odata2-lib/odata-core/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.lib</artifactId>
-		<version>1.0.0-RC01</version>
+		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/33c7be9e/odata2-lib/odata-fit/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-fit/pom.xml b/odata2-lib/odata-fit/pom.xml
index 00efe92..77372ca 100644
--- a/odata2-lib/odata-fit/pom.xml
+++ b/odata2-lib/odata-fit/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.lib</artifactId>
-		<version>1.0.0-RC01</version>
+		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/33c7be9e/odata2-lib/odata-ref/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-ref/pom.xml b/odata2-lib/odata-ref/pom.xml
index cb5f38a..3b23be2 100644
--- a/odata2-lib/odata-ref/pom.xml
+++ b/odata2-lib/odata-ref/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.lib</artifactId>
-		<version>1.0.0-RC01</version>
+		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/33c7be9e/odata2-lib/odata-testutil/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-testutil/pom.xml b/odata2-lib/odata-testutil/pom.xml
index 338161b..aa001a8 100644
--- a/odata2-lib/odata-testutil/pom.xml
+++ b/odata2-lib/odata-testutil/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.lib</artifactId>
-		<version>1.0.0-RC01</version>
+		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/33c7be9e/odata2-lib/odata-web/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-web/pom.xml b/odata2-lib/odata-web/pom.xml
index 5091a39..22a277c 100644
--- a/odata2-lib/odata-web/pom.xml
+++ b/odata2-lib/odata-web/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.lib</artifactId>
-		<version>1.0.0-RC01</version>
+		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/33c7be9e/odata2-lib/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/pom.xml b/odata2-lib/pom.xml
index a24c7b7..9dbac2e 100644
--- a/odata2-lib/pom.xml
+++ b/odata2-lib/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo.odata2.parent</artifactId>
-        <version>1.0.0-RC01</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/33c7be9e/odata2-processor-jpa/jpa-api/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-api/pom.xml b/odata2-processor-jpa/jpa-api/pom.xml
index 9858ecd..121b2b4 100644
--- a/odata2-processor-jpa/jpa-api/pom.xml
+++ b/odata2-processor-jpa/jpa-api/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.processor-jpa</artifactId>
-		<version>1.0.0-RC01</version>
+		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>../</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/33c7be9e/odata2-processor-jpa/jpa-core/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-core/pom.xml b/odata2-processor-jpa/jpa-core/pom.xml
index e8c8e36..8d142bb 100644
--- a/odata2-processor-jpa/jpa-core/pom.xml
+++ b/odata2-processor-jpa/jpa-core/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.processor-jpa</artifactId>
-		<version>1.0.0-RC01</version>
+		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>../</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/33c7be9e/odata2-processor-jpa/jpa-ref/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-ref/pom.xml b/odata2-processor-jpa/jpa-ref/pom.xml
index 17621fb..604e47d 100644
--- a/odata2-processor-jpa/jpa-ref/pom.xml
+++ b/odata2-processor-jpa/jpa-ref/pom.xml
@@ -25,7 +25,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.processor-jpa</artifactId>
-		<version>1.0.0-RC01</version>
+		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/33c7be9e/odata2-processor-jpa/jpa-web/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-web/pom.xml b/odata2-processor-jpa/jpa-web/pom.xml
index f1648fd..d463af9 100644
--- a/odata2-processor-jpa/jpa-web/pom.xml
+++ b/odata2-processor-jpa/jpa-web/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.processor-jpa</artifactId>
-		<version>1.0.0-RC01</version>
+		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/33c7be9e/odata2-processor-jpa/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/pom.xml b/odata2-processor-jpa/pom.xml
index 4b63385..0e5ca7a 100644
--- a/odata2-processor-jpa/pom.xml
+++ b/odata2-processor-jpa/pom.xml
@@ -18,7 +18,7 @@
     <parent>
       <groupId>org.apache.olingo</groupId>
       <artifactId>olingo.odata2.parent</artifactId>
-      <version>1.0.0-RC01</version>
+      <version>1.1.0-SNAPSHOT</version>
       <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/33c7be9e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9a36818..e11638a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 
     <groupId>org.apache.olingo</groupId>
     <artifactId>olingo.odata2.parent</artifactId>
-    <version>1.0.0-RC01</version>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>