This is an automated email from the ASF dual-hosted git repository.
mibo pushed a commit to branch OLINGO-1635-release_3.0.0
in repository https://gitbox.apache.org/repos/asf/olingo-odata2.git
The following commit(s) were added to refs/heads/OLINGO-1635-release_3.0.0 by
this push:
new 17707fdc [OLINGO-1635] Set version to 3.0.0
17707fdc is described below
commit 17707fdc0c16aefd80698464b3efe8895a38d833
Author: mibo <[email protected]>
AuthorDate: Sun Apr 27 20:20:07 2025 +0200
[OLINGO-1635] Set version to 3.0.0
---
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 ++--
odata2-sample/cars-jpa-archetype/pom.xml | 2 +-
odata2-sample/cars-service-archetype/pom.xml | 4 ++--
odata2-sample/pom.xml | 2 +-
odata2-spring/pom.xml | 2 +-
pom.xml | 2 +-
32 files changed, 34 insertions(+), 34 deletions(-)
diff --git a/odata2-annotation-processor/annotation-processor-api/pom.xml
b/odata2-annotation-processor/annotation-processor-api/pom.xml
index 26060caf..905dd34c 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>3.0.0-RC01</version>
+ <version>3.0.0</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 f07ca101..0ee1e785 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>3.0.0-RC01</version>
+ <version>3.0.0</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 4b886a25..c37c1f68 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>3.0.0-RC01</version>
+ <version>3.0.0</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 25c44415..de7c6cff 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>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/odata2-annotation-processor/pom.xml
b/odata2-annotation-processor/pom.xml
index 2b96a0a6..1d2334e1 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>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/odata2-dist/janos/pom.xml b/odata2-dist/janos/pom.xml
index 3363ef64..0ea54a37 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>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/odata2-dist/javadoc/pom.xml b/odata2-dist/javadoc/pom.xml
index 4dcecb78..dd0a86a1 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>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/odata2-dist/jpa/pom.xml b/odata2-dist/jpa/pom.xml
index 4c59eaef..ea0006dc 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>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/odata2-dist/lib/pom.xml b/odata2-dist/lib/pom.xml
index f498a76c..fb09d4f0 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>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/odata2-dist/pom.xml b/odata2-dist/pom.xml
index c7b77157..c18bbe0a 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>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/odata2-dist/ref/pom.xml b/odata2-dist/ref/pom.xml
index 27237665..a2c8b045 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>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/odata2-jpa-processor/jpa-api/pom.xml
b/odata2-jpa-processor/jpa-api/pom.xml
index b000f13f..86b62dae 100644
--- a/odata2-jpa-processor/jpa-api/pom.xml
+++ b/odata2-jpa-processor/jpa-api/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-jpa-processor</artifactId>
- <version>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>../</relativePath>
</parent>
diff --git a/odata2-jpa-processor/jpa-core/pom.xml
b/odata2-jpa-processor/jpa-core/pom.xml
index f5a777fc..75fd7cc3 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>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>../</relativePath>
</parent>
diff --git a/odata2-jpa-processor/jpa-ref/pom.xml
b/odata2-jpa-processor/jpa-ref/pom.xml
index bf871dc0..ecae86e1 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>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/odata2-jpa-processor/jpa-web/pom.xml
b/odata2-jpa-processor/jpa-web/pom.xml
index 9335b1fd..76157a6c 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>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/odata2-jpa-processor/pom.xml b/odata2-jpa-processor/pom.xml
index baf9c9c6..49d33a12 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>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/odata2-lib/odata-annotation/pom.xml
b/odata2-lib/odata-annotation/pom.xml
index eacc6e5c..02d88fa9 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>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/odata2-lib/odata-api/pom.xml b/odata2-lib/odata-api/pom.xml
index 96e0382e..096fa03c 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>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/odata2-lib/odata-client-api/pom.xml
b/odata2-lib/odata-client-api/pom.xml
index 8e04637e..2c603d13 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>3.0.0-RC01</version>
+ <version>3.0.0</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 179e7206..b7cd7ded 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>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/odata2-lib/odata-core/pom.xml b/odata2-lib/odata-core/pom.xml
index d636c6eb..7d81b746 100644
--- a/odata2-lib/odata-core/pom.xml
+++ b/odata2-lib/odata-core/pom.xml
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-lib</artifactId>
- <version>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/odata2-lib/odata-fit/pom.xml b/odata2-lib/odata-fit/pom.xml
index 59345c08..bab88419 100644
--- a/odata2-lib/odata-fit/pom.xml
+++ b/odata2-lib/odata-fit/pom.xml
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-lib</artifactId>
- <version>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/odata2-lib/odata-ref/pom.xml b/odata2-lib/odata-ref/pom.xml
index ae4c4577..6af1d503 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>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/odata2-lib/odata-testutil/pom.xml
b/odata2-lib/odata-testutil/pom.xml
index 8789e613..2dce10bb 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>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/odata2-lib/odata-web/pom.xml b/odata2-lib/odata-web/pom.xml
index ea808281..66f970cd 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>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/odata2-lib/pom.xml b/odata2-lib/pom.xml
index 0b594df8..62f8eb3f 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>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/odata2-sample/cars-annotation-archetype/pom.xml
b/odata2-sample/cars-annotation-archetype/pom.xml
index 07959557..3facbe4c 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>3.0.0-RC01</version>
+ <version>3.0.0</version>
<packaging>maven-archetype</packaging>
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-sample</artifactId>
- <version>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/odata2-sample/cars-jpa-archetype/pom.xml
b/odata2-sample/cars-jpa-archetype/pom.xml
index 1ba2334a..366f0b1f 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>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/odata2-sample/cars-service-archetype/pom.xml
b/odata2-sample/cars-service-archetype/pom.xml
index ea1731a6..995a7292 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>3.0.0-RC01</version>
+ <version>3.0.0</version>
<packaging>maven-archetype</packaging>
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-sample</artifactId>
- <version>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/odata2-sample/pom.xml b/odata2-sample/pom.xml
index 627e4f62..2645b803 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>3.0.0-RC01</version>
+ <version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/odata2-spring/pom.xml b/odata2-spring/pom.xml
index deffa466..bee8eff0 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>3.0.0-RC01</version>
+ <version>3.0.0</version>
</parent>
<dependencies>
diff --git a/pom.xml b/pom.xml
index 1dd4d942..4fb30688 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@ governing permissions and limitations under
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-parent</artifactId>
- <version>3.0.0-RC01</version>
+ <version>3.0.0</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>