Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4259A200C05 for ; Mon, 23 Jan 2017 16:40:35 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 40F6E160B49; Mon, 23 Jan 2017 15:40:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E461B160B3E for ; Mon, 23 Jan 2017 16:40:33 +0100 (CET) Received: (qmail 21109 invoked by uid 500); 23 Jan 2017 15:40:33 -0000 Mailing-List: contact commits-help@olingo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@olingo.apache.org Delivered-To: mailing list commits@olingo.apache.org Received: (qmail 21100 invoked by uid 99); 23 Jan 2017 15:40:33 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2017 15:40:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0AA08DFBE6; Mon, 23 Jan 2017 15:40:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chrisam@apache.org To: commits@olingo.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: olingo-odata2 git commit: [OLINGO-1069] Set 2.0.9-SNAPSHOT version Date: Mon, 23 Jan 2017 15:40:33 +0000 (UTC) archived-at: Mon, 23 Jan 2017 15:40:35 -0000 Repository: olingo-odata2 Updated Branches: refs/heads/master 515797afb -> adda9d5d6 [OLINGO-1069] Set 2.0.9-SNAPSHOT version Project: http://git-wip-us.apache.org/repos/asf/olingo-odata2/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata2/commit/adda9d5d Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata2/tree/adda9d5d Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata2/diff/adda9d5d Branch: refs/heads/master Commit: adda9d5d611c46f305709503fd6e0212481806f5 Parents: 515797a Author: Christian Amend Authored: Mon Jan 23 16:40:08 2017 +0100 Committer: Christian Amend Committed: Mon Jan 23 16:40:08 2017 +0100 ---------------------------------------------------------------------- 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-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 +- .../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 +- 33 files changed, 35 insertions(+), 35 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/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 e7baee6..85d4841 100644 --- a/odata2-annotation-processor/annotation-processor-api/pom.xml +++ b/odata2-annotation-processor/annotation-processor-api/pom.xml @@ -25,7 +25,7 @@ org.apache.olingo olingo-odata2-annotation-processor - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/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 13647f2..a0b394d 100644 --- a/odata2-annotation-processor/annotation-processor-core/pom.xml +++ b/odata2-annotation-processor/annotation-processor-core/pom.xml @@ -20,7 +20,7 @@ org.apache.olingo olingo-odata2-annotation-processor - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/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 fc648cd..60b5a99 100644 --- a/odata2-annotation-processor/annotation-processor-ref/pom.xml +++ b/odata2-annotation-processor/annotation-processor-ref/pom.xml @@ -20,7 +20,7 @@ org.apache.olingo olingo-odata2-annotation-processor - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/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 3ffb900..27714c2 100644 --- a/odata2-annotation-processor/annotation-processor-web/pom.xml +++ b/odata2-annotation-processor/annotation-processor-web/pom.xml @@ -20,7 +20,7 @@ org.apache.olingo olingo-odata2-annotation-processor - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/odata2-annotation-processor/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-annotation-processor/pom.xml b/odata2-annotation-processor/pom.xml index cf6d66b..aa3b50f 100644 --- a/odata2-annotation-processor/pom.xml +++ b/odata2-annotation-processor/pom.xml @@ -18,7 +18,7 @@ org.apache.olingo olingo-odata2-parent - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/odata2-dist/janos/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-dist/janos/pom.xml b/odata2-dist/janos/pom.xml index 14aa7e5..207fd96 100644 --- a/odata2-dist/janos/pom.xml +++ b/odata2-dist/janos/pom.xml @@ -17,7 +17,7 @@ org.apache.olingo olingo-odata2-dist - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/odata2-dist/javadoc/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-dist/javadoc/pom.xml b/odata2-dist/javadoc/pom.xml index 743afd3..805108d 100644 --- a/odata2-dist/javadoc/pom.xml +++ b/odata2-dist/javadoc/pom.xml @@ -17,7 +17,7 @@ org.apache.olingo olingo-odata2-dist - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/odata2-dist/jpa/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-dist/jpa/pom.xml b/odata2-dist/jpa/pom.xml index e0264fa..a630caa 100644 --- a/odata2-dist/jpa/pom.xml +++ b/odata2-dist/jpa/pom.xml @@ -17,7 +17,7 @@ org.apache.olingo olingo-odata2-dist - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/odata2-dist/lib/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-dist/lib/pom.xml b/odata2-dist/lib/pom.xml index 6f746af..c75a6aa 100644 --- a/odata2-dist/lib/pom.xml +++ b/odata2-dist/lib/pom.xml @@ -17,7 +17,7 @@ org.apache.olingo olingo-odata2-dist - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/odata2-dist/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-dist/pom.xml b/odata2-dist/pom.xml index 0bad9b5..08d0f9e 100644 --- a/odata2-dist/pom.xml +++ b/odata2-dist/pom.xml @@ -17,7 +17,7 @@ org.apache.olingo olingo-odata2-parent - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/odata2-dist/ref/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-dist/ref/pom.xml b/odata2-dist/ref/pom.xml index 5f7c8b0..ae23e93 100644 --- a/odata2-dist/ref/pom.xml +++ b/odata2-dist/ref/pom.xml @@ -17,7 +17,7 @@ org.apache.olingo olingo-odata2-dist - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/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 4329c1c..6c0a834 100644 --- a/odata2-jpa-processor/jpa-api/pom.xml +++ b/odata2-jpa-processor/jpa-api/pom.xml @@ -24,7 +24,7 @@ org.apache.olingo olingo-odata2-jpa-processor - 2.0.8 + 2.0.9-SNAPSHOT ../ http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/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 f0de8d7..e133e63 100644 --- a/odata2-jpa-processor/jpa-core/pom.xml +++ b/odata2-jpa-processor/jpa-core/pom.xml @@ -24,7 +24,7 @@ org.apache.olingo olingo-odata2-jpa-processor - 2.0.8 + 2.0.9-SNAPSHOT ../ http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/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 0456c7f..0d4d7d5 100644 --- a/odata2-jpa-processor/jpa-ref/pom.xml +++ b/odata2-jpa-processor/jpa-ref/pom.xml @@ -17,7 +17,7 @@ org.apache.olingo olingo-odata2-jpa-processor - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/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 ea20601..48a063b 100644 --- a/odata2-jpa-processor/jpa-web/pom.xml +++ b/odata2-jpa-processor/jpa-web/pom.xml @@ -21,7 +21,7 @@ org.apache.olingo olingo-odata2-jpa-processor - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/odata2-jpa-processor/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-jpa-processor/pom.xml b/odata2-jpa-processor/pom.xml index da402fe..248d88b 100644 --- a/odata2-jpa-processor/pom.xml +++ b/odata2-jpa-processor/pom.xml @@ -18,7 +18,7 @@ org.apache.olingo olingo-odata2-parent - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/odata2-lib/odata-annotation/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-lib/odata-annotation/pom.xml b/odata2-lib/odata-annotation/pom.xml index 66b7b95..7dc689d 100644 --- a/odata2-lib/odata-annotation/pom.xml +++ b/odata2-lib/odata-annotation/pom.xml @@ -17,7 +17,7 @@ org.apache.olingo olingo-odata2-lib - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/odata2-lib/odata-api/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-lib/odata-api/pom.xml b/odata2-lib/odata-api/pom.xml index 362808c..8d9d945 100644 --- a/odata2-lib/odata-api/pom.xml +++ b/odata2-lib/odata-api/pom.xml @@ -28,7 +28,7 @@ org.apache.olingo olingo-odata2-lib - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/odata2-lib/odata-core/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-lib/odata-core/pom.xml b/odata2-lib/odata-core/pom.xml index 9d695b8..0f37cf7 100644 --- a/odata2-lib/odata-core/pom.xml +++ b/odata2-lib/odata-core/pom.xml @@ -28,7 +28,7 @@ org.apache.olingo olingo-odata2-lib - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/odata2-lib/odata-fit/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-lib/odata-fit/pom.xml b/odata2-lib/odata-fit/pom.xml index 9d49e2f..e2cf468 100644 --- a/odata2-lib/odata-fit/pom.xml +++ b/odata2-lib/odata-fit/pom.xml @@ -28,7 +28,7 @@ org.apache.olingo olingo-odata2-lib - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/odata2-lib/odata-ref/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-lib/odata-ref/pom.xml b/odata2-lib/odata-ref/pom.xml index 3d1c76d..02deb7b 100644 --- a/odata2-lib/odata-ref/pom.xml +++ b/odata2-lib/odata-ref/pom.xml @@ -28,7 +28,7 @@ org.apache.olingo olingo-odata2-lib - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/odata2-lib/odata-testutil/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-lib/odata-testutil/pom.xml b/odata2-lib/odata-testutil/pom.xml index c8ee067..6586ac3 100644 --- a/odata2-lib/odata-testutil/pom.xml +++ b/odata2-lib/odata-testutil/pom.xml @@ -20,7 +20,7 @@ org.apache.olingo olingo-odata2-lib - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/odata2-lib/odata-web/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-lib/odata-web/pom.xml b/odata2-lib/odata-web/pom.xml index 0506007..934935b 100644 --- a/odata2-lib/odata-web/pom.xml +++ b/odata2-lib/odata-web/pom.xml @@ -17,7 +17,7 @@ org.apache.olingo olingo-odata2-lib - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/odata2-lib/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-lib/pom.xml b/odata2-lib/pom.xml index 5547e79..06b52f7 100644 --- a/odata2-lib/pom.xml +++ b/odata2-lib/pom.xml @@ -18,7 +18,7 @@ org.apache.olingo olingo-odata2-parent - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/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 4e17424..d884fd7 100644 --- a/odata2-sample/cars-annotation-archetype/pom.xml +++ b/odata2-sample/cars-annotation-archetype/pom.xml @@ -16,13 +16,13 @@ org.apache.olingo olingo-odata2-sample-cars-annotation-archetype ${project.artifactId} - 2.0.8 + 2.0.9-SNAPSHOT maven-archetype org.apache.olingo olingo-odata2-sample - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/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 fb1b1b5..63a1102 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 @@ 2.5 2.0-m10 1.7.1 - 2.0.8 + 2.0.9-SNAPSHOT http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/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 fcd5c4a..7b94ad0 100644 --- a/odata2-sample/cars-jpa-archetype/pom.xml +++ b/odata2-sample/cars-jpa-archetype/pom.xml @@ -23,7 +23,7 @@ org.apache.olingo olingo-odata2-sample - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/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 cf77d6f..0781973 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 @@ 2.5.1 2.0.5 2.3.2 - 2.0.8 + 2.0.9-SNAPSHOT http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/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 d2eb218..3da2aa5 100644 --- a/odata2-sample/cars-service-archetype/pom.xml +++ b/odata2-sample/cars-service-archetype/pom.xml @@ -24,14 +24,14 @@ org.apache.olingo olingo-odata2-sample-cars-service-archetype ${project.artifactId} - 2.0.8 + 2.0.9-SNAPSHOT maven-archetype org.apache.olingo olingo-odata2-sample - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/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 78a0482..f887999 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 @@ UTF-8 2.7.6 1.7.1 - 2.0.8 + 2.0.9-SNAPSHOT http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/odata2-sample/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-sample/pom.xml b/odata2-sample/pom.xml index 748dea8..e461d6b 100644 --- a/odata2-sample/pom.xml +++ b/odata2-sample/pom.xml @@ -15,7 +15,7 @@ org.apache.olingo olingo-odata2-parent - 2.0.8 + 2.0.9-SNAPSHOT .. http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/odata2-spring/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-spring/pom.xml b/odata2-spring/pom.xml index d510f1d..4c40d5d 100755 --- a/odata2-spring/pom.xml +++ b/odata2-spring/pom.xml @@ -18,7 +18,7 @@ org.apache.olingo olingo-odata2-parent - 2.0.8 + 2.0.9-SNAPSHOT http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/adda9d5d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3965098..2a1dec1 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.apache.olingo olingo-odata2-parent - 2.0.8 + 2.0.9-SNAPSHOT pom ${project.artifactId}