Repository: olingo-odata2
Updated Branches:
  refs/heads/master 5bb61bf2c -> c151800f9


[OLINGO-543] Set version to 2.0.2-RC01


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

Branch: refs/heads/master
Commit: c151800f91105c0c5612bd63d07f648750a36a81
Parents: 5bb61bf
Author: Michael Bolz <[email protected]>
Authored: Tue Jan 27 08:05:50 2015 +0100
Committer: Michael Bolz <[email protected]>
Committed: Tue Jan 27 08:05:50 2015 +0100

----------------------------------------------------------------------
 .../annotation-processor-api/pom.xml            |  2 +-
 .../annotation-processor-core/pom.xml           |  2 +-
 .../annotation-processor-ref/pom.xml            |  2 +-
 .../annotation-processor-web/pom.xml            |  2 +-
 odata2-annotation-processor/pom.xml             |  2 +-
 odata2-dist/janos/pom.xml                       |  2 +-
 odata2-dist/javadoc/pom.xml                     |  2 +-
 odata2-dist/jpa/pom.xml                         |  2 +-
 odata2-dist/lib/pom.xml                         |  2 +-
 odata2-dist/pom.xml                             |  2 +-
 odata2-dist/ref/pom.xml                         |  2 +-
 odata2-jpa-processor/jpa-api/pom.xml            |  2 +-
 odata2-jpa-processor/jpa-core/pom.xml           |  2 +-
 odata2-jpa-processor/jpa-ref/pom.xml            |  2 +-
 odata2-jpa-processor/jpa-web/pom.xml            |  2 +-
 odata2-jpa-processor/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-sample/cars-annotation-archetype/pom.xml | 22 ++++++++++----------
 .../main/resources/archetype-resources/pom.xml  |  2 +-
 odata2-sample/cars-jpa-archetype/pom.xml        |  2 +-
 .../main/resources/archetype-resources/pom.xml  |  2 +-
 odata2-sample/cars-service-archetype/pom.xml    |  4 ++--
 .../main/resources/archetype-resources/pom.xml  |  2 +-
 odata2-sample/pom.xml                           |  2 +-
 odata2-spring/pom.xml                           |  2 +-
 pom.xml                                         |  2 +-
 33 files changed, 44 insertions(+), 44 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-annotation-processor/annotation-processor-api/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-annotation-processor/annotation-processor-api/pom.xml 
b/odata2-annotation-processor/annotation-processor-api/pom.xml
index ee93947..5a18e0d 100644
--- a/odata2-annotation-processor/annotation-processor-api/pom.xml
+++ b/odata2-annotation-processor/annotation-processor-api/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>olingo-odata2-annotation-processor</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-annotation-processor/annotation-processor-core/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-annotation-processor/annotation-processor-core/pom.xml 
b/odata2-annotation-processor/annotation-processor-core/pom.xml
index 4804851..f350518 100644
--- a/odata2-annotation-processor/annotation-processor-core/pom.xml
+++ b/odata2-annotation-processor/annotation-processor-core/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>olingo-odata2-annotation-processor</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-annotation-processor/annotation-processor-ref/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-annotation-processor/annotation-processor-ref/pom.xml 
b/odata2-annotation-processor/annotation-processor-ref/pom.xml
index 7e04d76..8a0bc93 100644
--- a/odata2-annotation-processor/annotation-processor-ref/pom.xml
+++ b/odata2-annotation-processor/annotation-processor-ref/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>olingo-odata2-annotation-processor</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-annotation-processor/annotation-processor-web/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-annotation-processor/annotation-processor-web/pom.xml 
b/odata2-annotation-processor/annotation-processor-web/pom.xml
index 0db6a75..e7afa75 100644
--- a/odata2-annotation-processor/annotation-processor-web/pom.xml
+++ b/odata2-annotation-processor/annotation-processor-web/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>olingo-odata2-annotation-processor</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-annotation-processor/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-annotation-processor/pom.xml 
b/odata2-annotation-processor/pom.xml
index 416d66d..a7ddcdc 100644
--- a/odata2-annotation-processor/pom.xml
+++ b/odata2-annotation-processor/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2-RC01</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-dist/janos/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-dist/janos/pom.xml b/odata2-dist/janos/pom.xml
index c86a420..757d1b6 100644
--- a/odata2-dist/janos/pom.xml
+++ b/odata2-dist/janos/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-dist</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2-RC01</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-dist/javadoc/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-dist/javadoc/pom.xml b/odata2-dist/javadoc/pom.xml
index 0c77abb..82e2ccf 100644
--- a/odata2-dist/javadoc/pom.xml
+++ b/odata2-dist/javadoc/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-dist</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2-RC01</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-dist/jpa/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-dist/jpa/pom.xml b/odata2-dist/jpa/pom.xml
index 63b60ae..032d555 100644
--- a/odata2-dist/jpa/pom.xml
+++ b/odata2-dist/jpa/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-dist</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2-RC01</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-dist/lib/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-dist/lib/pom.xml b/odata2-dist/lib/pom.xml
index 7f96573..39e3651 100644
--- a/odata2-dist/lib/pom.xml
+++ b/odata2-dist/lib/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-dist</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2-RC01</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-dist/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-dist/pom.xml b/odata2-dist/pom.xml
index 01bfbd9..edbd731 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>2.0.2-SNAPSHOT</version>
+        <version>2.0.2-RC01</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-dist/ref/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-dist/ref/pom.xml b/odata2-dist/ref/pom.xml
index 67e0f8e..709aa39 100644
--- a/odata2-dist/ref/pom.xml
+++ b/odata2-dist/ref/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-dist</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2-RC01</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-jpa-processor/jpa-api/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-jpa-processor/jpa-api/pom.xml 
b/odata2-jpa-processor/jpa-api/pom.xml
index a156614..890648b 100644
--- a/odata2-jpa-processor/jpa-api/pom.xml
+++ b/odata2-jpa-processor/jpa-api/pom.xml
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.apache.olingo</groupId>
                <artifactId>olingo-odata2-jpa-processor</artifactId>
-               <version>2.0.2-SNAPSHOT</version>
+               <version>2.0.2-RC01</version>
                <relativePath>../</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-jpa-processor/jpa-core/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-jpa-processor/jpa-core/pom.xml 
b/odata2-jpa-processor/jpa-core/pom.xml
index 1763b0e..3c5500a 100644
--- a/odata2-jpa-processor/jpa-core/pom.xml
+++ b/odata2-jpa-processor/jpa-core/pom.xml
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.apache.olingo</groupId>
                <artifactId>olingo-odata2-jpa-processor</artifactId>
-               <version>2.0.2-SNAPSHOT</version>
+               <version>2.0.2-RC01</version>
                <relativePath>../</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-jpa-processor/jpa-ref/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-jpa-processor/jpa-ref/pom.xml 
b/odata2-jpa-processor/jpa-ref/pom.xml
index 3e67ebd..ec24b3a 100644
--- a/odata2-jpa-processor/jpa-ref/pom.xml
+++ b/odata2-jpa-processor/jpa-ref/pom.xml
@@ -17,7 +17,7 @@
        <parent>
                <groupId>org.apache.olingo</groupId>
                <artifactId>olingo-odata2-jpa-processor</artifactId>
-               <version>2.0.2-SNAPSHOT</version>
+               <version>2.0.2-RC01</version>
                <relativePath>..</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-jpa-processor/jpa-web/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-jpa-processor/jpa-web/pom.xml 
b/odata2-jpa-processor/jpa-web/pom.xml
index e2cbab8..bc0b655 100644
--- a/odata2-jpa-processor/jpa-web/pom.xml
+++ b/odata2-jpa-processor/jpa-web/pom.xml
@@ -21,7 +21,7 @@
        <parent>
                <groupId>org.apache.olingo</groupId>
                <artifactId>olingo-odata2-jpa-processor</artifactId>
-               <version>2.0.2-SNAPSHOT</version>
+               <version>2.0.2-RC01</version>
                <relativePath>..</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-jpa-processor/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-jpa-processor/pom.xml b/odata2-jpa-processor/pom.xml
index efd7393..09859ab 100644
--- a/odata2-jpa-processor/pom.xml
+++ b/odata2-jpa-processor/pom.xml
@@ -18,7 +18,7 @@
     <parent>
       <groupId>org.apache.olingo</groupId>
       <artifactId>olingo-odata2-parent</artifactId>
-      <version>2.0.2-SNAPSHOT</version>
+      <version>2.0.2-RC01</version>
       <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-lib/odata-annotation/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-annotation/pom.xml 
b/odata2-lib/odata-annotation/pom.xml
index c7f5c79..be07323 100644
--- a/odata2-lib/odata-annotation/pom.xml
+++ b/odata2-lib/odata-annotation/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>olingo-odata2-lib</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-lib/odata-api/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-api/pom.xml b/odata2-lib/odata-api/pom.xml
index 237a8ed..c356bc5 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>2.0.2-SNAPSHOT</version>
+    <version>2.0.2-RC01</version>
                <relativePath>..</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-lib/odata-core/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-core/pom.xml b/odata2-lib/odata-core/pom.xml
index 77ba2c4..e19a442 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>2.0.2-SNAPSHOT</version>
+               <version>2.0.2-RC01</version>
                <relativePath>..</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-lib/odata-fit/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-fit/pom.xml b/odata2-lib/odata-fit/pom.xml
index 1305308..19675f7 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>2.0.2-SNAPSHOT</version>
+               <version>2.0.2-RC01</version>
                <relativePath>..</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-lib/odata-ref/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-ref/pom.xml b/odata2-lib/odata-ref/pom.xml
index bd1a98d..6196c6e 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>2.0.2-SNAPSHOT</version>
+               <version>2.0.2-RC01</version>
                <relativePath>..</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-lib/odata-testutil/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-testutil/pom.xml 
b/odata2-lib/odata-testutil/pom.xml
index 91c631c..760ef77 100644
--- a/odata2-lib/odata-testutil/pom.xml
+++ b/odata2-lib/odata-testutil/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>olingo-odata2-lib</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-lib/odata-web/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-web/pom.xml b/odata2-lib/odata-web/pom.xml
index 232c91d..1fa7912 100644
--- a/odata2-lib/odata-web/pom.xml
+++ b/odata2-lib/odata-web/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-lib</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2-RC01</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-lib/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/pom.xml b/odata2-lib/pom.xml
index c646f3f..7ade464 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>2.0.2-SNAPSHOT</version>
+        <version>2.0.2-RC01</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-sample/cars-annotation-archetype/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-sample/cars-annotation-archetype/pom.xml 
b/odata2-sample/cars-annotation-archetype/pom.xml
index 6cd9901..2f8ecc4 100644
--- a/odata2-sample/cars-annotation-archetype/pom.xml
+++ b/odata2-sample/cars-annotation-archetype/pom.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more 
contributor 
-  license agreements. See the NOTICE file distributed with this work for 
additional 
-  information regarding copyright ownership. The ASF licenses this file to 
-  you under the Apache License, Version 2.0 (the "License"); you may not use 
-  this file except in compliance with the License. You may obtain a copy of 
-  the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
-  by applicable law or agreed to in writing, software distributed under the 
-  License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
-  OF ANY KIND, either express or implied. See the License for the specific 
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more 
contributor
+  license agreements. See the NOTICE file distributed with this work for 
additional
+  information regarding copyright ownership. The ASF licenses this file to
+  you under the Apache License, Version 2.0 (the "License"); you may not use
+  this file except in compliance with the License. You may obtain a copy of
+  the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
+  by applicable law or agreed to in writing, software distributed under the
+  License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
+  OF ANY KIND, either express or implied. See the License for the specific
   language governing permissions and limitations under the License. -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
@@ -16,13 +16,13 @@
   <groupId>org.apache.olingo</groupId>
   <artifactId>olingo-odata2-sample-cars-annotation-archetype</artifactId>
   <name>${project.artifactId}</name>
-  <version>2.0.2-SNAPSHOT</version>
+  <version>2.0.2-RC01</version>
   <packaging>maven-archetype</packaging>
 
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>olingo-odata2-sample</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-sample/cars-annotation-archetype/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git 
a/odata2-sample/cars-annotation-archetype/src/main/resources/archetype-resources/pom.xml
 
b/odata2-sample/cars-annotation-archetype/src/main/resources/archetype-resources/pom.xml
index 3091a37..bdf1997 100644
--- 
a/odata2-sample/cars-annotation-archetype/src/main/resources/archetype-resources/pom.xml
+++ 
b/odata2-sample/cars-annotation-archetype/src/main/resources/archetype-resources/pom.xml
@@ -32,7 +32,7 @@
     <version.servlet-api>2.5</version.servlet-api>
     <version.jaxrs-api>2.0-m10</version.jaxrs-api>
     <version.slf4j>1.7.1</version.slf4j>
-    <version.olingo>2.0.2-SNAPSHOT</version.olingo>
+    <version.olingo>2.0.2-RC01</version.olingo>
   </properties>
 
   <build>

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-sample/cars-jpa-archetype/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-sample/cars-jpa-archetype/pom.xml 
b/odata2-sample/cars-jpa-archetype/pom.xml
index e239ec0..43f1898 100644
--- a/odata2-sample/cars-jpa-archetype/pom.xml
+++ b/odata2-sample/cars-jpa-archetype/pom.xml
@@ -23,7 +23,7 @@
        <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-sample</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2-RC01</version>
         <relativePath>..</relativePath>
     </parent>
        

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-sample/cars-jpa-archetype/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git 
a/odata2-sample/cars-jpa-archetype/src/main/resources/archetype-resources/pom.xml
 
b/odata2-sample/cars-jpa-archetype/src/main/resources/archetype-resources/pom.xml
index ef80348..4de7b5d 100644
--- 
a/odata2-sample/cars-jpa-archetype/src/main/resources/archetype-resources/pom.xml
+++ 
b/odata2-sample/cars-jpa-archetype/src/main/resources/archetype-resources/pom.xml
@@ -22,7 +22,7 @@
                <version.cxf>2.7.6</version.cxf>
                <version.eclipselink>2.5.1</version.eclipselink>
                <version.javax.persistence>2.0.5</version.javax.persistence>
-               <version.olingo>2.0.2-SNAPSHOT</version.olingo>
+               <version.olingo>2.0.2-RC01</version.olingo>
        </properties>
 
        <dependencies>

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-sample/cars-service-archetype/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-sample/cars-service-archetype/pom.xml 
b/odata2-sample/cars-service-archetype/pom.xml
index 545c666..8b76d35 100644
--- a/odata2-sample/cars-service-archetype/pom.xml
+++ b/odata2-sample/cars-service-archetype/pom.xml
@@ -24,14 +24,14 @@
     <groupId>org.apache.olingo</groupId>
     <artifactId>olingo-odata2-sample-cars-service-archetype</artifactId>
     <name>${project.artifactId}</name>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2-RC01</version>
 
     <packaging>maven-archetype</packaging>
 
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-sample</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.2-RC01</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-sample/cars-service-archetype/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git 
a/odata2-sample/cars-service-archetype/src/main/resources/archetype-resources/pom.xml
 
b/odata2-sample/cars-service-archetype/src/main/resources/archetype-resources/pom.xml
index 76c44d0..5d3a191 100644
--- 
a/odata2-sample/cars-service-archetype/src/main/resources/archetype-resources/pom.xml
+++ 
b/odata2-sample/cars-service-archetype/src/main/resources/archetype-resources/pom.xml
@@ -20,7 +20,7 @@
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <version.cxf>2.7.6</version.cxf>
                <version.slf4j>1.7.1</version.slf4j>
-               <version.olingo>2.0.2-SNAPSHOT</version.olingo>
+               <version.olingo>2.0.2-RC01</version.olingo>
        </properties>
 
        <build>

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-sample/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-sample/pom.xml b/odata2-sample/pom.xml
index 78cc465..4ab3eb6 100644
--- a/odata2-sample/pom.xml
+++ b/odata2-sample/pom.xml
@@ -15,7 +15,7 @@
     <parent>
       <groupId>org.apache.olingo</groupId>
       <artifactId>olingo-odata2-parent</artifactId>
-      <version>2.0.2-SNAPSHOT</version>
+      <version>2.0.2-RC01</version>
       <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/odata2-spring/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-spring/pom.xml b/odata2-spring/pom.xml
index 1a10bb9..1815b97 100755
--- a/odata2-spring/pom.xml
+++ b/odata2-spring/pom.xml
@@ -18,7 +18,7 @@
        <parent>
                <groupId>org.apache.olingo</groupId>
                <artifactId>olingo-odata2-parent</artifactId>
-               <version>2.0.2-SNAPSHOT</version>
+               <version>2.0.2-RC01</version>
        </parent>
 
        <dependencies>

http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/c151800f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9ffc517..b9add11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 
        <groupId>org.apache.olingo</groupId>
        <artifactId>olingo-odata2-parent</artifactId>
-       <version>2.0.2-SNAPSHOT</version>
+       <version>2.0.2-RC01</version>
        <packaging>pom</packaging>
 
        <name>${project.artifactId}</name>

Reply via email to