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

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


The following commit(s) were added to refs/heads/OLINGO-1604-release by this 
push:
     new 0bf7392b [OLINGO-1559] Set version to 2.0.13
0bf7392b is described below

commit 0bf7392b10556e5262cbe0f043caf4facf571805
Author: mibo <[email protected]>
AuthorDate: Sun Oct 22 14:20:27 2023 +0200

    [OLINGO-1559] Set version to 2.0.13
---
 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 189689ab..120163da 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.13-RC01</version>
+    <version>2.0.13</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 3909270e..b57a282f 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.13-RC01</version>
+    <version>2.0.13</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 f027388a..3f62b39a 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.13-RC01</version>
+    <version>2.0.13</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 996c0dba..797d8dac 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.13-RC01</version>
+    <version>2.0.13</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/odata2-annotation-processor/pom.xml 
b/odata2-annotation-processor/pom.xml
index 0d3c838f..d830a1c5 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.13-RC01</version>
+        <version>2.0.13</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/janos/pom.xml b/odata2-dist/janos/pom.xml
index fd81d90c..f4b3926e 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.13-RC01</version>
+        <version>2.0.13</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/javadoc/pom.xml b/odata2-dist/javadoc/pom.xml
index b59c469c..841a18b8 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.13-RC01</version>
+        <version>2.0.13</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/jpa/pom.xml b/odata2-dist/jpa/pom.xml
index 2e909cc8..6264163f 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.13-RC01</version>
+        <version>2.0.13</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/lib/pom.xml b/odata2-dist/lib/pom.xml
index 8f207df8..012687cd 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.13-RC01</version>
+        <version>2.0.13</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/pom.xml b/odata2-dist/pom.xml
index a1929f23..3aa08424 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.13-RC01</version>
+        <version>2.0.13</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/ref/pom.xml b/odata2-dist/ref/pom.xml
index 8c6a669e..199f6e89 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.13-RC01</version>
+        <version>2.0.13</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-jpa-processor/jpa-api/pom.xml 
b/odata2-jpa-processor/jpa-api/pom.xml
index e2ecad2d..872f2ae9 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.13-RC01</version>
+               <version>2.0.13</version>
                <relativePath>../</relativePath>
        </parent>
 
diff --git a/odata2-jpa-processor/jpa-core/pom.xml 
b/odata2-jpa-processor/jpa-core/pom.xml
index 22161089..c8eb662a 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.13-RC01</version>
+               <version>2.0.13</version>
                <relativePath>../</relativePath>
        </parent>
 
diff --git a/odata2-jpa-processor/jpa-ref/pom.xml 
b/odata2-jpa-processor/jpa-ref/pom.xml
index 9102c954..4d81e3b8 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.13-RC01</version>
+               <version>2.0.13</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-jpa-processor/jpa-web/pom.xml 
b/odata2-jpa-processor/jpa-web/pom.xml
index 1fa59455..7ba3b284 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.13-RC01</version>
+               <version>2.0.13</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-jpa-processor/pom.xml b/odata2-jpa-processor/pom.xml
index 394be410..ea9877b0 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.13-RC01</version>
+      <version>2.0.13</version>
       <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-lib/odata-annotation/pom.xml 
b/odata2-lib/odata-annotation/pom.xml
index d594736e..de7fe349 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.13-RC01</version>
+    <version>2.0.13</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/odata2-lib/odata-api/pom.xml b/odata2-lib/odata-api/pom.xml
index d52c8303..f33c2133 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.13-RC01</version>
+       <version>2.0.13</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-lib/odata-client-api/pom.xml 
b/odata2-lib/odata-client-api/pom.xml
index 119d9c4b..502cd3e7 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.13-RC01</version>
+               <version>2.0.13</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 a5dfc516..03ef9ca6 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.13-RC01</version>
+               <version>2.0.13</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-lib/odata-core/pom.xml b/odata2-lib/odata-core/pom.xml
index 9886b923..5b50f5b7 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.13-RC01</version>
+               <version>2.0.13</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-lib/odata-fit/pom.xml b/odata2-lib/odata-fit/pom.xml
index e0e0905b..1a45c362 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.13-RC01</version>
+               <version>2.0.13</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-lib/odata-ref/pom.xml b/odata2-lib/odata-ref/pom.xml
index f4095a0d..2d90b8f1 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.13-RC01</version>
+               <version>2.0.13</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-lib/odata-testutil/pom.xml 
b/odata2-lib/odata-testutil/pom.xml
index d7c3342f..101c8769 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.13-RC01</version>
+    <version>2.0.13</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/odata2-lib/odata-web/pom.xml b/odata2-lib/odata-web/pom.xml
index fb7b051b..073d3aac 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.13-RC01</version>
+        <version>2.0.13</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-lib/pom.xml b/odata2-lib/pom.xml
index f55187e7..558471fd 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.13-RC01</version>
+        <version>2.0.13</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-sample/cars-annotation-archetype/pom.xml 
b/odata2-sample/cars-annotation-archetype/pom.xml
index 897465fe..423c19ef 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.13-RC01</version>
+  <version>2.0.13</version>
   <packaging>maven-archetype</packaging>
 
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>olingo-odata2-sample</artifactId>
-    <version>2.0.13-RC01</version>
+    <version>2.0.13</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 bacbea16..64a848d2 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.13-RC01</version.olingo>
+    <version.olingo>2.0.13</version.olingo>
   </properties>
 
   <build>
diff --git a/odata2-sample/cars-jpa-archetype/pom.xml 
b/odata2-sample/cars-jpa-archetype/pom.xml
index 7e14ea4a..1639db67 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.13-RC01</version>
+        <version>2.0.13</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 9dd43a22..c94635ba 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.13-RC01</version.olingo>
+               <version.olingo>2.0.13</version.olingo>
        </properties>
 
        <dependencies>
diff --git a/odata2-sample/cars-service-archetype/pom.xml 
b/odata2-sample/cars-service-archetype/pom.xml
index e105ff63..580b3fcf 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.13-RC01</version>
+    <version>2.0.13</version>
 
     <packaging>maven-archetype</packaging>
 
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-sample</artifactId>
-        <version>2.0.13-RC01</version>
+        <version>2.0.13</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 8913d44d..034d6951 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.13-RC01</version.olingo>
+               <version.olingo>2.0.13</version.olingo>
        </properties>
 
        <build>
diff --git a/odata2-sample/pom.xml b/odata2-sample/pom.xml
index 0466f5a4..a7b5fe78 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.13-RC01</version>
+      <version>2.0.13</version>
       <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-spring/pom.xml b/odata2-spring/pom.xml
index 0bc81403..bfb0ef86 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.13-RC01</version>
+               <version>2.0.13</version>
        </parent>
 
        <dependencies>
diff --git a/pom.xml b/pom.xml
index 60c89dba..b7c2baaf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 
        <groupId>org.apache.olingo</groupId>
        <artifactId>olingo-odata2-parent</artifactId>
-       <version>2.0.13-RC01</version>
+       <version>2.0.13</version>
        <packaging>pom</packaging>
 
        <name>${project.artifactId}</name>

Reply via email to