Repository: olingo-odata4 Updated Branches: refs/heads/master 5f4d0507e -> bc1d13929
[OLINGO-342] Changed version to 4.0.0-beta-01-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/bc1d1392 Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/bc1d1392 Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/bc1d1392 Branch: refs/heads/master Commit: bc1d13929ab0a96f07bca4afd3ed9eb0c1610627 Parents: 5f4d050 Author: Michael Bolz <michael.b...@sap.com> Authored: Mon Aug 11 09:54:22 2014 +0200 Committer: Michael Bolz <michael.b...@sap.com> Committed: Mon Aug 11 10:07:44 2014 +0200 ---------------------------------------------------------------------- dist/android-lib/pom.xml | 2 +- dist/client-lib/pom.xml | 4 ++-- dist/javadoc/pom.xml | 4 ++-- dist/pom.xml | 4 ++-- dist/server-lib/pom.xml | 4 ++-- ext/client-android/pom.xml | 2 +- ext/client-proxy/pom.xml | 2 +- ext/pojogen-maven-plugin/pom.xml | 2 +- ext/pom.xml | 2 +- fit/pom.xml | 2 +- lib/client-api/pom.xml | 2 +- lib/client-core/pom.xml | 2 +- lib/commons-api/pom.xml | 2 +- lib/commons-core/pom.xml | 2 +- lib/pom.xml | 2 +- lib/server-api/pom.xml | 2 +- lib/server-core/pom.xml | 2 +- lib/server-tecsvc/pom.xml | 2 +- lib/server-test/pom.xml | 2 +- pom.xml | 2 +- samples/client/pom.xml | 2 +- 21 files changed, 25 insertions(+), 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/bc1d1392/dist/android-lib/pom.xml ---------------------------------------------------------------------- diff --git a/dist/android-lib/pom.xml b/dist/android-lib/pom.xml index 9b64933..8ac3492 100644 --- a/dist/android-lib/pom.xml +++ b/dist/android-lib/pom.xml @@ -32,7 +32,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>olingo-dist</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>4.0.0-beta-01-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/bc1d1392/dist/client-lib/pom.xml ---------------------------------------------------------------------- diff --git a/dist/client-lib/pom.xml b/dist/client-lib/pom.xml index 0e8f6af..db854c1 100644 --- a/dist/client-lib/pom.xml +++ b/dist/client-lib/pom.xml @@ -32,7 +32,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>olingo-dist</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>4.0.0-beta-01-SNAPSHOT</version> <relativePath>..</relativePath> </parent> @@ -120,4 +120,4 @@ </dependency> </dependencies> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/bc1d1392/dist/javadoc/pom.xml ---------------------------------------------------------------------- diff --git a/dist/javadoc/pom.xml b/dist/javadoc/pom.xml index a4f4956..4120963 100644 --- a/dist/javadoc/pom.xml +++ b/dist/javadoc/pom.xml @@ -32,7 +32,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>olingo-dist</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>4.0.0-beta-01-SNAPSHOT</version> <relativePath>..</relativePath> </parent> @@ -93,4 +93,4 @@ </profile> </profiles> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/bc1d1392/dist/pom.xml ---------------------------------------------------------------------- diff --git a/dist/pom.xml b/dist/pom.xml index e2cef9b..cb43a29 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -32,7 +32,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>olingo-parent</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>4.0.0-beta-01-SNAPSHOT</version> <relativePath>..</relativePath> </parent> @@ -55,4 +55,4 @@ </plugins> </build> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/bc1d1392/dist/server-lib/pom.xml ---------------------------------------------------------------------- diff --git a/dist/server-lib/pom.xml b/dist/server-lib/pom.xml index 69639fe..0ea4293 100644 --- a/dist/server-lib/pom.xml +++ b/dist/server-lib/pom.xml @@ -32,7 +32,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>olingo-dist</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>4.0.0-beta-01-SNAPSHOT</version> <relativePath>..</relativePath> </parent> @@ -112,4 +112,4 @@ <scope>compile</scope> </dependency> </dependencies> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/bc1d1392/ext/client-android/pom.xml ---------------------------------------------------------------------- diff --git a/ext/client-android/pom.xml b/ext/client-android/pom.xml index 4e0d272..51572fd 100644 --- a/ext/client-android/pom.xml +++ b/ext/client-android/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>olingo-ext</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>4.0.0-beta-01-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/bc1d1392/ext/client-proxy/pom.xml ---------------------------------------------------------------------- diff --git a/ext/client-proxy/pom.xml b/ext/client-proxy/pom.xml index 2a449fa..187493d 100644 --- a/ext/client-proxy/pom.xml +++ b/ext/client-proxy/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>olingo-ext</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>4.0.0-beta-01-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/bc1d1392/ext/pojogen-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/ext/pojogen-maven-plugin/pom.xml b/ext/pojogen-maven-plugin/pom.xml index b84944f..0446155 100644 --- a/ext/pojogen-maven-plugin/pom.xml +++ b/ext/pojogen-maven-plugin/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>olingo-ext</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>4.0.0-beta-01-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/bc1d1392/ext/pom.xml ---------------------------------------------------------------------- diff --git a/ext/pom.xml b/ext/pom.xml index b03fb95..6286b02 100644 --- a/ext/pom.xml +++ b/ext/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>olingo-parent</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>4.0.0-beta-01-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/bc1d1392/fit/pom.xml ---------------------------------------------------------------------- diff --git a/fit/pom.xml b/fit/pom.xml index 403a203..1944f02 100644 --- a/fit/pom.xml +++ b/fit/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>olingo-parent</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>4.0.0-beta-01-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/bc1d1392/lib/client-api/pom.xml ---------------------------------------------------------------------- diff --git a/lib/client-api/pom.xml b/lib/client-api/pom.xml index 7281ff3..0f7faa3 100644 --- a/lib/client-api/pom.xml +++ b/lib/client-api/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>olingo-lib</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>4.0.0-beta-01-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/bc1d1392/lib/client-core/pom.xml ---------------------------------------------------------------------- diff --git a/lib/client-core/pom.xml b/lib/client-core/pom.xml index f4206d1..fa202ae 100644 --- a/lib/client-core/pom.xml +++ b/lib/client-core/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>olingo-lib</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>4.0.0-beta-01-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/bc1d1392/lib/commons-api/pom.xml ---------------------------------------------------------------------- diff --git a/lib/commons-api/pom.xml b/lib/commons-api/pom.xml index 6f9768f..56b0a87 100644 --- a/lib/commons-api/pom.xml +++ b/lib/commons-api/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>olingo-lib</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>4.0.0-beta-01-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/bc1d1392/lib/commons-core/pom.xml ---------------------------------------------------------------------- diff --git a/lib/commons-core/pom.xml b/lib/commons-core/pom.xml index f2b7e0a..2d3127b 100644 --- a/lib/commons-core/pom.xml +++ b/lib/commons-core/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>olingo-lib</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>4.0.0-beta-01-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/bc1d1392/lib/pom.xml ---------------------------------------------------------------------- diff --git a/lib/pom.xml b/lib/pom.xml index 3afb6f6..dc0397d 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>olingo-parent</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>4.0.0-beta-01-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/bc1d1392/lib/server-api/pom.xml ---------------------------------------------------------------------- diff --git a/lib/server-api/pom.xml b/lib/server-api/pom.xml index 38797ce..acabe5a 100644 --- a/lib/server-api/pom.xml +++ b/lib/server-api/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>olingo-lib</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>4.0.0-beta-01-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/bc1d1392/lib/server-core/pom.xml ---------------------------------------------------------------------- diff --git a/lib/server-core/pom.xml b/lib/server-core/pom.xml index 51c24f0..70cf3a2 100644 --- a/lib/server-core/pom.xml +++ b/lib/server-core/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>olingo-lib</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>4.0.0-beta-01-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/bc1d1392/lib/server-tecsvc/pom.xml ---------------------------------------------------------------------- diff --git a/lib/server-tecsvc/pom.xml b/lib/server-tecsvc/pom.xml index d5b3469..8cfbfe2 100644 --- a/lib/server-tecsvc/pom.xml +++ b/lib/server-tecsvc/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>olingo-lib</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>4.0.0-beta-01-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/bc1d1392/lib/server-test/pom.xml ---------------------------------------------------------------------- diff --git a/lib/server-test/pom.xml b/lib/server-test/pom.xml index abc8433..367e5b1 100644 --- a/lib/server-test/pom.xml +++ b/lib/server-test/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>olingo-lib</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>4.0.0-beta-01-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/bc1d1392/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4967edb..168acfc 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <groupId>org.apache.olingo</groupId> <artifactId>olingo-parent</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>4.0.0-beta-01-SNAPSHOT</version> <packaging>pom</packaging> <name>${project.artifactId}</name> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/bc1d1392/samples/client/pom.xml ---------------------------------------------------------------------- diff --git a/samples/client/pom.xml b/samples/client/pom.xml index 87d64fe..be1a642 100644 --- a/samples/client/pom.xml +++ b/samples/client/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>olingo-parent</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>4.0.0-beta-01-SNAPSHOT</version> <relativePath>../..</relativePath> </parent>