From b8357d55f34af8da25e63314fd824b19154e1df7 Mon Sep 17 00:00:00 2001 From: Ramesh Reddy Date: Tue, 24 Sep 2019 17:56:40 -0500 Subject: [PATCH] moving the development to 0.10.0-SNAPSHOT --- common/pom.xml | 2 +- odata-core/pom.xml | 2 +- pom.xml | 2 +- test-integration/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 3f72c68..4da838b 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -11,7 +11,7 @@ org.jboss.oreva parent - 0.9.0-SNAPSHOT + 0.10.0-SNAPSHOT .. diff --git a/odata-core/pom.xml b/odata-core/pom.xml index 3b7df5b..6d1b9b4 100644 --- a/odata-core/pom.xml +++ b/odata-core/pom.xml @@ -8,7 +8,7 @@ org.jboss.oreva parent - 0.9.0-SNAPSHOT + 0.10.0-SNAPSHOT .. diff --git a/pom.xml b/pom.xml index f028a8d..0609f18 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jboss.oreva parent - 0.9.0-SNAPSHOT + 0.10.0-SNAPSHOT pom diff --git a/test-integration/pom.xml b/test-integration/pom.xml index d872d79..7852c03 100644 --- a/test-integration/pom.xml +++ b/test-integration/pom.xml @@ -8,7 +8,7 @@ org.jboss.oreva parent - 0.9.0-SNAPSHOT + 0.10.0-SNAPSHOT ..