This is an automated email from the ASF dual-hosted git repository.

mibo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/olingo-odata2.git


The following commit(s) were added to refs/heads/master by this push:
     new ba1b1a4  [OLINGO-1335] Set version to 2.0.11
ba1b1a4 is described below

commit ba1b1a4e3063fd9461e211939c30f72f92c5741f
Author: mibo <[email protected]>
AuthorDate: Sat Feb 16 13:41:05 2019 +0100

    [OLINGO-1335] Set version to 2.0.11
---
 odata2-annotation-processor/annotation-processor-api/pom.xml          | 2 +-
 odata2-annotation-processor/annotation-processor-core/pom.xml         | 2 +-
 odata2-annotation-processor/annotation-processor-ref/pom.xml          | 2 +-
 odata2-annotation-processor/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-client-api/pom.xml                                   | 2 +-
 odata2-lib/odata-client-core/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                       | 4 ++--
 .../src/main/resources/archetype-resources/pom.xml                    | 2 +-
 odata2-sample/cars-jpa-archetype/pom.xml                              | 2 +-
 .../cars-jpa-archetype/src/main/resources/archetype-resources/pom.xml | 2 +-
 odata2-sample/cars-service-archetype/pom.xml                          | 4 ++--
 .../src/main/resources/archetype-resources/pom.xml                    | 2 +-
 odata2-sample/pom.xml                                                 | 2 +-
 odata2-spring/pom.xml                                                 | 2 +-
 pom.xml                                                               | 2 +-
 35 files changed, 37 insertions(+), 37 deletions(-)

diff --git a/odata2-annotation-processor/annotation-processor-api/pom.xml 
b/odata2-annotation-processor/annotation-processor-api/pom.xml
index 06ba850..ce3c659 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.11-RC01</version>
+    <version>2.0.11</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/odata2-annotation-processor/annotation-processor-core/pom.xml 
b/odata2-annotation-processor/annotation-processor-core/pom.xml
index ea30865..53c909c 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.11-RC01</version>
+    <version>2.0.11</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/odata2-annotation-processor/annotation-processor-ref/pom.xml 
b/odata2-annotation-processor/annotation-processor-ref/pom.xml
index c543b78..8ca7c3e 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.11-RC01</version>
+    <version>2.0.11</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/odata2-annotation-processor/annotation-processor-web/pom.xml 
b/odata2-annotation-processor/annotation-processor-web/pom.xml
index 0cb3844..ec266e7 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.11-RC01</version>
+    <version>2.0.11</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/odata2-annotation-processor/pom.xml 
b/odata2-annotation-processor/pom.xml
index b6de776..b4048b6 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.11-RC01</version>
+        <version>2.0.11</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/janos/pom.xml b/odata2-dist/janos/pom.xml
index 23221e5..01fa1e1 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.11-RC01</version>
+        <version>2.0.11</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/javadoc/pom.xml b/odata2-dist/javadoc/pom.xml
index 66c147e..ba64438 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.11-RC01</version>
+        <version>2.0.11</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/jpa/pom.xml b/odata2-dist/jpa/pom.xml
index 29fa10b..f911f5c 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.11-RC01</version>
+        <version>2.0.11</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/lib/pom.xml b/odata2-dist/lib/pom.xml
index 5f55756..42d0c66 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.11-RC01</version>
+        <version>2.0.11</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/pom.xml b/odata2-dist/pom.xml
index 8198719..7ea4637 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.11-RC01</version>
+        <version>2.0.11</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/ref/pom.xml b/odata2-dist/ref/pom.xml
index b35ae45..3418a2a 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.11-RC01</version>
+        <version>2.0.11</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-jpa-processor/jpa-api/pom.xml 
b/odata2-jpa-processor/jpa-api/pom.xml
index a64c7f1..b5ef827 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.11-RC01</version>
+               <version>2.0.11</version>
                <relativePath>../</relativePath>
        </parent>
 
diff --git a/odata2-jpa-processor/jpa-core/pom.xml 
b/odata2-jpa-processor/jpa-core/pom.xml
index dadd97f..92d574c 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.11-RC01</version>
+               <version>2.0.11</version>
                <relativePath>../</relativePath>
        </parent>
 
diff --git a/odata2-jpa-processor/jpa-ref/pom.xml 
b/odata2-jpa-processor/jpa-ref/pom.xml
index e2e4eea..bcb486a 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.11-RC01</version>
+               <version>2.0.11</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-jpa-processor/jpa-web/pom.xml 
b/odata2-jpa-processor/jpa-web/pom.xml
index f7184f1..1d371cc 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.11-RC01</version>
+               <version>2.0.11</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-jpa-processor/pom.xml b/odata2-jpa-processor/pom.xml
index c8303b5..5791d5c 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.11-RC01</version>
+      <version>2.0.11</version>
       <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-lib/odata-annotation/pom.xml 
b/odata2-lib/odata-annotation/pom.xml
index daf2eea..d31ca09 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.11-RC01</version>
+    <version>2.0.11</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/odata2-lib/odata-api/pom.xml b/odata2-lib/odata-api/pom.xml
index 7891891..974cc99 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.11-RC01</version>
+       <version>2.0.11</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-lib/odata-client-api/pom.xml 
b/odata2-lib/odata-client-api/pom.xml
index 7216946..6100fba 100644
--- a/odata2-lib/odata-client-api/pom.xml
+++ b/odata2-lib/odata-client-api/pom.xml
@@ -13,7 +13,7 @@
        <parent>
                <groupId>org.apache.olingo</groupId>
                <artifactId>olingo-odata2-lib</artifactId>
-               <version>2.0.11-RC01</version>
+               <version>2.0.11</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>olingo-odata2-client-api</artifactId>
diff --git a/odata2-lib/odata-client-core/pom.xml 
b/odata2-lib/odata-client-core/pom.xml
index c9839e0..6816926 100644
--- a/odata2-lib/odata-client-core/pom.xml
+++ b/odata2-lib/odata-client-core/pom.xml
@@ -13,7 +13,7 @@
        <parent>
                <groupId>org.apache.olingo</groupId>
                <artifactId>olingo-odata2-lib</artifactId>
-               <version>2.0.11-RC01</version>
+               <version>2.0.11</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-lib/odata-core/pom.xml b/odata2-lib/odata-core/pom.xml
index 7794743..6210c5b 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.11-RC01</version>
+               <version>2.0.11</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-lib/odata-fit/pom.xml b/odata2-lib/odata-fit/pom.xml
index 8608427..74c17fb 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.11-RC01</version>
+               <version>2.0.11</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-lib/odata-ref/pom.xml b/odata2-lib/odata-ref/pom.xml
index 88e98f4..5fe3508 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.11-RC01</version>
+               <version>2.0.11</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-lib/odata-testutil/pom.xml 
b/odata2-lib/odata-testutil/pom.xml
index 6f52fe6..68a7255 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.11-RC01</version>
+    <version>2.0.11</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/odata2-lib/odata-web/pom.xml b/odata2-lib/odata-web/pom.xml
index 794cdcb..8c633a5 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.11-RC01</version>
+        <version>2.0.11</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-lib/pom.xml b/odata2-lib/pom.xml
index 598125e..d59729e 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.11-RC01</version>
+        <version>2.0.11</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-sample/cars-annotation-archetype/pom.xml 
b/odata2-sample/cars-annotation-archetype/pom.xml
index 1e47e1b..b76280f 100644
--- a/odata2-sample/cars-annotation-archetype/pom.xml
+++ b/odata2-sample/cars-annotation-archetype/pom.xml
@@ -16,13 +16,13 @@
   <groupId>org.apache.olingo</groupId>
   <artifactId>olingo-odata2-sample-cars-annotation-archetype</artifactId>
   <name>${project.artifactId}</name>
-  <version>2.0.11-RC01</version>
+  <version>2.0.11</version>
   <packaging>maven-archetype</packaging>
 
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>olingo-odata2-sample</artifactId>
-    <version>2.0.11-RC01</version>
+    <version>2.0.11</version>
     <relativePath>..</relativePath>
   </parent>
 
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 bf45513..1a2786d 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.11-RC01</version.olingo>
+    <version.olingo>2.0.11</version.olingo>
   </properties>
 
   <build>
diff --git a/odata2-sample/cars-jpa-archetype/pom.xml 
b/odata2-sample/cars-jpa-archetype/pom.xml
index 2173645..2674920 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.11-RC01</version>
+        <version>2.0.11</version>
         <relativePath>..</relativePath>
     </parent>
        
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 6b60ade..4b42194 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
@@ -23,7 +23,7 @@
                <version.eclipselink>2.5.1</version.eclipselink>
                <version.javax.persistence>2.0.5</version.javax.persistence>
                <version.hsqldb>2.3.2</version.hsqldb>
-               <version.olingo>2.0.11-RC01</version.olingo>
+               <version.olingo>2.0.11</version.olingo>
        </properties>
 
        <dependencies>
diff --git a/odata2-sample/cars-service-archetype/pom.xml 
b/odata2-sample/cars-service-archetype/pom.xml
index b1015ac..43e5d6a 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.11-RC01</version>
+    <version>2.0.11</version>
 
     <packaging>maven-archetype</packaging>
 
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-sample</artifactId>
-        <version>2.0.11-RC01</version>
+        <version>2.0.11</version>
         <relativePath>..</relativePath>
     </parent>
 
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 382813d..ce3dcbc 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.11-RC01</version.olingo>
+               <version.olingo>2.0.11</version.olingo>
        </properties>
 
        <build>
diff --git a/odata2-sample/pom.xml b/odata2-sample/pom.xml
index 6955f16..19ed515 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.11-RC01</version>
+      <version>2.0.11</version>
       <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-spring/pom.xml b/odata2-spring/pom.xml
index 8911eea..8c0fddc 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.11-RC01</version>
+               <version>2.0.11</version>
        </parent>
 
        <dependencies>
diff --git a/pom.xml b/pom.xml
index 5eaee54..8744385 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 
        <groupId>org.apache.olingo</groupId>
        <artifactId>olingo-odata2-parent</artifactId>
-       <version>2.0.11-RC01</version>
+       <version>2.0.11</version>
        <packaging>pom</packaging>
 
        <name>${project.artifactId}</name>

Reply via email to