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
commit 79f28a05f80aadac8e4c474e1a4b518742c80536 Author: mibo <[email protected]> AuthorDate: Sat Mar 1 14:45:30 2025 +0100 [OLINGO-1635] Set version to 3.0.0-RC01 --- 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 +- .../main/java/org/apache/olingo/odata2/api/ODataDebugCallback.java | 3 +-- 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 +- 33 files changed, 35 insertions(+), 36 deletions(-) diff --git a/odata2-annotation-processor/annotation-processor-api/pom.xml b/odata2-annotation-processor/annotation-processor-api/pom.xml index d5cf999f..26060caf 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-SNAPSHOT</version> + <version>3.0.0-RC01</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 85d46807..f07ca101 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-SNAPSHOT</version> + <version>3.0.0-RC01</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 143638eb..4b886a25 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-SNAPSHOT</version> + <version>3.0.0-RC01</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 5f00dff2..25c44415 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>..</relativePath> </parent> diff --git a/odata2-annotation-processor/pom.xml b/odata2-annotation-processor/pom.xml index 3f3f19c7..2b96a0a6 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>..</relativePath> </parent> diff --git a/odata2-dist/janos/pom.xml b/odata2-dist/janos/pom.xml index 37704a27..3363ef64 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>..</relativePath> </parent> diff --git a/odata2-dist/javadoc/pom.xml b/odata2-dist/javadoc/pom.xml index 59b4cd35..4dcecb78 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>..</relativePath> </parent> diff --git a/odata2-dist/jpa/pom.xml b/odata2-dist/jpa/pom.xml index 32cae72c..4c59eaef 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>..</relativePath> </parent> diff --git a/odata2-dist/lib/pom.xml b/odata2-dist/lib/pom.xml index e8e23da8..f498a76c 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>..</relativePath> </parent> diff --git a/odata2-dist/pom.xml b/odata2-dist/pom.xml index d0ab591b..c7b77157 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>..</relativePath> </parent> diff --git a/odata2-dist/ref/pom.xml b/odata2-dist/ref/pom.xml index 5e2c5473..27237665 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>..</relativePath> </parent> diff --git a/odata2-jpa-processor/jpa-api/pom.xml b/odata2-jpa-processor/jpa-api/pom.xml index 5db331ae..b000f13f 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>../</relativePath> </parent> diff --git a/odata2-jpa-processor/jpa-core/pom.xml b/odata2-jpa-processor/jpa-core/pom.xml index 2c09c1fa..f5a777fc 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>../</relativePath> </parent> diff --git a/odata2-jpa-processor/jpa-ref/pom.xml b/odata2-jpa-processor/jpa-ref/pom.xml index d2f1b6b1..bf871dc0 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>..</relativePath> </parent> diff --git a/odata2-jpa-processor/jpa-web/pom.xml b/odata2-jpa-processor/jpa-web/pom.xml index 5aa1bf49..9335b1fd 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>..</relativePath> </parent> diff --git a/odata2-jpa-processor/pom.xml b/odata2-jpa-processor/pom.xml index f3866665..baf9c9c6 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>..</relativePath> </parent> diff --git a/odata2-lib/odata-annotation/pom.xml b/odata2-lib/odata-annotation/pom.xml index ba3161ca..eacc6e5c 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>..</relativePath> </parent> diff --git a/odata2-lib/odata-api/pom.xml b/odata2-lib/odata-api/pom.xml index 5f2f21e9..96e0382e 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>..</relativePath> </parent> diff --git a/odata2-lib/odata-api/src/main/java/org/apache/olingo/odata2/api/ODataDebugCallback.java b/odata2-lib/odata-api/src/main/java/org/apache/olingo/odata2/api/ODataDebugCallback.java index f3dbffa9..b022ba3b 100644 --- a/odata2-lib/odata-api/src/main/java/org/apache/olingo/odata2/api/ODataDebugCallback.java +++ b/odata2-lib/odata-api/src/main/java/org/apache/olingo/odata2/api/ODataDebugCallback.java @@ -19,8 +19,7 @@ package org.apache.olingo.odata2.api; /** - * - * + * Debug callback interface. */ public interface ODataDebugCallback extends ODataCallback { diff --git a/odata2-lib/odata-client-api/pom.xml b/odata2-lib/odata-client-api/pom.xml index 2154bc91..8e04637e 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-SNAPSHOT</version> + <version>3.0.0-RC01</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 52acc26f..179e7206 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>..</relativePath> </parent> diff --git a/odata2-lib/odata-core/pom.xml b/odata2-lib/odata-core/pom.xml index 77177805..d636c6eb 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>..</relativePath> </parent> diff --git a/odata2-lib/odata-fit/pom.xml b/odata2-lib/odata-fit/pom.xml index d8d95016..59345c08 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>..</relativePath> </parent> diff --git a/odata2-lib/odata-ref/pom.xml b/odata2-lib/odata-ref/pom.xml index dbadd40b..ae4c4577 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>..</relativePath> </parent> diff --git a/odata2-lib/odata-testutil/pom.xml b/odata2-lib/odata-testutil/pom.xml index e3e72c7b..8789e613 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>..</relativePath> </parent> diff --git a/odata2-lib/odata-web/pom.xml b/odata2-lib/odata-web/pom.xml index c67fcbf0..ea808281 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>..</relativePath> </parent> diff --git a/odata2-lib/pom.xml b/odata2-lib/pom.xml index 3136e195..0b594df8 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>..</relativePath> </parent> diff --git a/odata2-sample/cars-annotation-archetype/pom.xml b/odata2-sample/cars-annotation-archetype/pom.xml index 58764a0c..07959557 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <packaging>maven-archetype</packaging> <parent> <groupId>org.apache.olingo</groupId> <artifactId>olingo-odata2-sample</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>..</relativePath> </parent> diff --git a/odata2-sample/cars-jpa-archetype/pom.xml b/odata2-sample/cars-jpa-archetype/pom.xml index 448f597d..1ba2334a 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>..</relativePath> </parent> diff --git a/odata2-sample/cars-service-archetype/pom.xml b/odata2-sample/cars-service-archetype/pom.xml index 9b5cfb56..ea1731a6 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <packaging>maven-archetype</packaging> <parent> <groupId>org.apache.olingo</groupId> <artifactId>olingo-odata2-sample</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>..</relativePath> </parent> diff --git a/odata2-sample/pom.xml b/odata2-sample/pom.xml index a3effb08..627e4f62 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <relativePath>..</relativePath> </parent> diff --git a/odata2-spring/pom.xml b/odata2-spring/pom.xml index 98724c4f..deffa466 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> </parent> <dependencies> diff --git a/pom.xml b/pom.xml index ef6d025a..724fef63 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-SNAPSHOT</version> + <version>3.0.0-RC01</version> <packaging>pom</packaging> <name>${project.artifactId}</name>
