Repository: olingo-odata2 Updated Branches: refs/heads/master b33cdc411 -> 49aa4c20a
[OLINGO-1141] Set version to 2.0.9-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/49aa4c20 Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata2/tree/49aa4c20 Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata2/diff/49aa4c20 Branch: refs/heads/master Commit: 49aa4c20aaa9904fd9e555257a21a0ae27894d48 Parents: b33cdc4 Author: mibo <[email protected]> Authored: Fri Jun 16 07:22:01 2017 +0200 Committer: mibo <[email protected]> Committed: Fri Jun 16 07:22:16 2017 +0200 ---------------------------------------------------------------------- README | 64 -------------------- README.md | 60 ++++++++++++++++++ .../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 | 4 +- .../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 | 8 ++- 35 files changed, 101 insertions(+), 99 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/README ---------------------------------------------------------------------- diff --git a/README b/README deleted file mode 100644 index 222df8b..0000000 --- a/README +++ /dev/null @@ -1,64 +0,0 @@ -========================== -Apache Olingo -========================== - -Apache Olingo is a Java library and extensions around -the OData specification. - -Apache Olingo supports the specification versions - - OData 2.0 <http://www.odata.org/documentation/odata-v2-documentation/> - -Building Apache Olingo -====================== - -You can build Apache Olingo like this: - - mvn clean install - -You need Maven 3 with Java 6 (or higher) for the build. -Set the environment variable MAVEN_OPTS to -'-Xmx1024m -XX:MaxPermSize=256m' to give Maven more memory. - -Documentation -============= - -The project documentation is available here: - -http://olingo.incubator.apache.org/documentation.html - -License (see also package specific LICENSE files) -================================================= - -Collective work: Copyright 2013 The Apache Software Foundation. - -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. - -Dependencies with "Weak Copyleft" or dual licenses -================================================== - -Apache Olingo uses some libraries with open source licenses that require reciprocal -licensing when modified. These libraries are included in unmodified binary -form and can be redistributed under terms that are compatible with the -Apache License. - -Some libraries used by Apache Olingo are dual-licensed under different open source -licenses. These libraries are redistributed under the license whose terms -are compatible with the Apache License. - -See LICENSE file included in all Apache Olingo packages for -full licensing details. - - http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md new file mode 100644 index 0000000..4d9cc7a --- /dev/null +++ b/README.md @@ -0,0 +1,60 @@ +Apache Olingo +============= + +Apache Olingo is a Java library and extensions around +the OData specification. + +Apache Olingo supports the specification versions + - OData 2.0 <http://www.odata.org/documentation/odata-v2-documentation/> + +Building Apache Olingo +====================== + +You can build Apache Olingo like this: + + mvn clean install + +You need Maven 3 with Java 6 (or higher) for the build. +Set the environment variable MAVEN_OPTS to `-Xmx1024m -XX:MaxPermSize=256m` to give Maven more memory. + +Documentation +============= + +The project documentation is available here: + +http://olingo.incubator.apache.org/documentation.html + +License (see also package specific LICENSE files) +================================================= + +Collective work: Copyright 2013 The Apache Software Foundation. + +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. + +Dependencies with "Weak Copyleft" or dual licenses +================================================== + +Apache Olingo uses some libraries with open source licenses that require reciprocal +licensing when modified. These libraries are included in unmodified binary +form and can be redistributed under terms that are compatible with the +Apache License. + +Some libraries used by Apache Olingo are dual-licensed under different open source +licenses. These libraries are redistributed under the license whose terms +are compatible with the Apache License. + +See LICENSE file included in all Apache Olingo packages for +full licensing details. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/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 85d4841..eb0b9e4 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/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 a0b394d..5192ba8 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/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 60b5a99..5fb1de8 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/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 27714c2..871a64d 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/odata2-annotation-processor/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-annotation-processor/pom.xml b/odata2-annotation-processor/pom.xml index aa3b50f..64fadb4 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/odata2-dist/janos/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-dist/janos/pom.xml b/odata2-dist/janos/pom.xml index 207fd96..594ddf8 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/odata2-dist/javadoc/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-dist/javadoc/pom.xml b/odata2-dist/javadoc/pom.xml index 805108d..c40a98b 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/odata2-dist/jpa/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-dist/jpa/pom.xml b/odata2-dist/jpa/pom.xml index a630caa..c54f4f1 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/odata2-dist/lib/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-dist/lib/pom.xml b/odata2-dist/lib/pom.xml index c75a6aa..608060a 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/odata2-dist/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-dist/pom.xml b/odata2-dist/pom.xml index 08d0f9e..5f2a809 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/odata2-dist/ref/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-dist/ref/pom.xml b/odata2-dist/ref/pom.xml index ae23e93..ca2aaad 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/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 6c0a834..1d296df 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/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 e133e63..e934fed 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/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 0d4d7d5..fd32d39 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/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 48a063b..95e05aa 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/odata2-jpa-processor/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-jpa-processor/pom.xml b/odata2-jpa-processor/pom.xml index 248d88b..432ef0f 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/odata2-lib/odata-annotation/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-lib/odata-annotation/pom.xml b/odata2-lib/odata-annotation/pom.xml index 7dc689d..2d118d0 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/odata2-lib/odata-api/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-lib/odata-api/pom.xml b/odata2-lib/odata-api/pom.xml index 8d9d945..0980417 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/odata2-lib/odata-core/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-lib/odata-core/pom.xml b/odata2-lib/odata-core/pom.xml index 0f37cf7..4481987 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/odata2-lib/odata-fit/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-lib/odata-fit/pom.xml b/odata2-lib/odata-fit/pom.xml index e2cf468..c25b3ac 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/odata2-lib/odata-ref/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-lib/odata-ref/pom.xml b/odata2-lib/odata-ref/pom.xml index 02deb7b..8884d15 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/odata2-lib/odata-testutil/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-lib/odata-testutil/pom.xml b/odata2-lib/odata-testutil/pom.xml index 6586ac3..543bd76 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/odata2-lib/odata-web/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-lib/odata-web/pom.xml b/odata2-lib/odata-web/pom.xml index 934935b..336ff0d 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/odata2-lib/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-lib/pom.xml b/odata2-lib/pom.xml index 06b52f7..b8979f2 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/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 d884fd7..fe30cf0 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <packaging>maven-archetype</packaging> <parent> <groupId>org.apache.olingo</groupId> <artifactId>olingo-odata2-sample</artifactId> - <version>2.0.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/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 63a1102..fa5098a 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.9-SNAPSHOT</version.olingo> + <version.olingo>2.0.9-RC01</version.olingo> </properties> <build> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/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 7b94ad0..59d1004 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/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 0781973..71e89e5 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.9-SNAPSHOT</version.olingo> + <version.olingo>2.0.9-RC01</version.olingo> </properties> <dependencies> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/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 3da2aa5..958ce5f 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <packaging>maven-archetype</packaging> <parent> <groupId>org.apache.olingo</groupId> <artifactId>olingo-odata2-sample</artifactId> - <version>2.0.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/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 f887999..d50c83b 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.9-SNAPSHOT</version.olingo> + <version.olingo>2.0.9-RC01</version.olingo> </properties> <build> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/odata2-sample/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-sample/pom.xml b/odata2-sample/pom.xml index e461d6b..f370955 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/odata2-spring/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-spring/pom.xml b/odata2-spring/pom.xml index 4c40d5d..9aa50e0 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.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/49aa4c20/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2a1dec1..2eae592 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ <groupId>org.apache.olingo</groupId> <artifactId>olingo-odata2-parent</artifactId> - <version>2.0.9-SNAPSHOT</version> + <version>2.0.9-RC01</version> <packaging>pom</packaging> <name>${project.artifactId}</name> @@ -302,6 +302,12 @@ </build> <profiles> + <profile> + <id>spring</id> + <modules> + <module>odata2-spring</module> + </modules> + </profile> <profile> <id>build.fast</id> <properties>
