Repository: olingo-odata4
Updated Branches:
  refs/heads/master d7a2b65d9 -> c0f1b997e


[OLINGO-993] Set SNAPSHOT version again


Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo
Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/c0f1b997
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/c0f1b997
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/c0f1b997

Branch: refs/heads/master
Commit: c0f1b997ef6a21a7a5dbfc5aed27efe0d4d882e4
Parents: d7a2b65
Author: Christian Amend <[email protected]>
Authored: Fri Jul 29 11:16:16 2016 +0200
Committer: Christian Amend <[email protected]>
Committed: Fri Jul 29 11:16:16 2016 +0200

----------------------------------------------------------------------
 dist/android-lib/pom.xml                              | 2 +-
 dist/client-lib/pom.xml                               | 2 +-
 dist/javadoc/pom.xml                                  | 2 +-
 dist/pom.xml                                          | 2 +-
 dist/server-lib-ext/pom.xml                           | 2 +-
 dist/server-lib/pom.xml                               | 2 +-
 ext/client-android/pom.xml                            | 2 +-
 ext/client-proxy/pom.xml                              | 2 +-
 ext/karaf/karaf-features/pom.xml                      | 2 +-
 ext/karaf/karaf-fit/pom.xml                           | 2 +-
 ext/karaf/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-ext/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 +-
 samples/osgi/server/pom.xml                           | 2 +-
 samples/pom.xml                                       | 2 +-
 samples/server/pom.xml                                | 2 +-
 samples/tutorials/p0_all/pom.xml                      | 4 ++--
 samples/tutorials/p10_media/pom.xml                   | 4 ++--
 samples/tutorials/p11_batch/pom.xml                   | 4 ++--
 samples/tutorials/p12_deep_insert/pom.xml             | 4 ++--
 samples/tutorials/p12_deep_insert_preparation/pom.xml | 4 ++--
 samples/tutorials/p1_read/pom.xml                     | 4 ++--
 samples/tutorials/p2_readep/pom.xml                   | 4 ++--
 samples/tutorials/p3_write/pom.xml                    | 4 ++--
 samples/tutorials/p4_navigation/pom.xml               | 4 ++--
 samples/tutorials/p5_queryoptions-tcs/pom.xml         | 4 ++--
 samples/tutorials/p6_queryoptions-es/pom.xml          | 4 ++--
 samples/tutorials/p7_queryoptions-o/pom.xml           | 4 ++--
 samples/tutorials/p8_queryoptions-f/pom.xml           | 4 ++--
 samples/tutorials/p9_action/pom.xml                   | 4 ++--
 samples/tutorials/p9_action_preparation/pom.xml       | 4 ++--
 samples/tutorials/pe_streaming/pom.xml                | 4 ++--
 samples/tutorials/pom.xml                             | 2 +-
 46 files changed, 62 insertions(+), 62 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/dist/android-lib/pom.xml
----------------------------------------------------------------------
diff --git a/dist/android-lib/pom.xml b/dist/android-lib/pom.xml
index 08f42c2..cc84b17 100644
--- a/dist/android-lib/pom.xml
+++ b/dist/android-lib/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-dist</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/dist/client-lib/pom.xml
----------------------------------------------------------------------
diff --git a/dist/client-lib/pom.xml b/dist/client-lib/pom.xml
index a4055eb..ad13258 100644
--- a/dist/client-lib/pom.xml
+++ b/dist/client-lib/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-dist</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/dist/javadoc/pom.xml
----------------------------------------------------------------------
diff --git a/dist/javadoc/pom.xml b/dist/javadoc/pom.xml
index 07884f4..9deba2e 100644
--- a/dist/javadoc/pom.xml
+++ b/dist/javadoc/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-dist</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/dist/pom.xml
----------------------------------------------------------------------
diff --git a/dist/pom.xml b/dist/pom.xml
index 26a4937..abbbab4 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-parent</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/dist/server-lib-ext/pom.xml
----------------------------------------------------------------------
diff --git a/dist/server-lib-ext/pom.xml b/dist/server-lib-ext/pom.xml
index c3f96d6..4a33351 100644
--- a/dist/server-lib-ext/pom.xml
+++ b/dist/server-lib-ext/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-dist</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/dist/server-lib/pom.xml
----------------------------------------------------------------------
diff --git a/dist/server-lib/pom.xml b/dist/server-lib/pom.xml
index 86bda14..099686c 100644
--- a/dist/server-lib/pom.xml
+++ b/dist/server-lib/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-dist</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/ext/client-android/pom.xml
----------------------------------------------------------------------
diff --git a/ext/client-android/pom.xml b/ext/client-android/pom.xml
index d093ef1..74d5bb6 100644
--- a/ext/client-android/pom.xml
+++ b/ext/client-android/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-ext</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/ext/client-proxy/pom.xml
----------------------------------------------------------------------
diff --git a/ext/client-proxy/pom.xml b/ext/client-proxy/pom.xml
index 52570cd..708a407 100644
--- a/ext/client-proxy/pom.xml
+++ b/ext/client-proxy/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-ext</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/ext/karaf/karaf-features/pom.xml
----------------------------------------------------------------------
diff --git a/ext/karaf/karaf-features/pom.xml b/ext/karaf/karaf-features/pom.xml
index aed1e26..e38f0f9 100644
--- a/ext/karaf/karaf-features/pom.xml
+++ b/ext/karaf/karaf-features/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-karaf</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/ext/karaf/karaf-fit/pom.xml
----------------------------------------------------------------------
diff --git a/ext/karaf/karaf-fit/pom.xml b/ext/karaf/karaf-fit/pom.xml
index 8d166c3..883776b 100644
--- a/ext/karaf/karaf-fit/pom.xml
+++ b/ext/karaf/karaf-fit/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-karaf</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/ext/karaf/pom.xml
----------------------------------------------------------------------
diff --git a/ext/karaf/pom.xml b/ext/karaf/pom.xml
index 84ae356..a8693a2 100644
--- a/ext/karaf/pom.xml
+++ b/ext/karaf/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-ext</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/ext/pojogen-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/ext/pojogen-maven-plugin/pom.xml b/ext/pojogen-maven-plugin/pom.xml
index cf21fbf..a65956f 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>odata-ext</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/ext/pom.xml
----------------------------------------------------------------------
diff --git a/ext/pom.xml b/ext/pom.xml
index 3566c83..f713635 100644
--- a/ext/pom.xml
+++ b/ext/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-parent</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/fit/pom.xml
----------------------------------------------------------------------
diff --git a/fit/pom.xml b/fit/pom.xml
index b29d8cd..97c3712 100644
--- a/fit/pom.xml
+++ b/fit/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-parent</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/lib/client-api/pom.xml
----------------------------------------------------------------------
diff --git a/lib/client-api/pom.xml b/lib/client-api/pom.xml
index 12e2105..8561b40 100644
--- a/lib/client-api/pom.xml
+++ b/lib/client-api/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-lib</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/lib/client-core/pom.xml
----------------------------------------------------------------------
diff --git a/lib/client-core/pom.xml b/lib/client-core/pom.xml
index 7fba0d1..7ec36bd 100644
--- a/lib/client-core/pom.xml
+++ b/lib/client-core/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-lib</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/lib/commons-api/pom.xml
----------------------------------------------------------------------
diff --git a/lib/commons-api/pom.xml b/lib/commons-api/pom.xml
index 760d368..2d7b8d5 100644
--- a/lib/commons-api/pom.xml
+++ b/lib/commons-api/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-lib</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/lib/commons-core/pom.xml
----------------------------------------------------------------------
diff --git a/lib/commons-core/pom.xml b/lib/commons-core/pom.xml
index cb7ba09..274598a 100644
--- a/lib/commons-core/pom.xml
+++ b/lib/commons-core/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-lib</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/lib/pom.xml
----------------------------------------------------------------------
diff --git a/lib/pom.xml b/lib/pom.xml
index eee8db3..1f25a52 100644
--- a/lib/pom.xml
+++ b/lib/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-parent</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/lib/server-api/pom.xml
----------------------------------------------------------------------
diff --git a/lib/server-api/pom.xml b/lib/server-api/pom.xml
index 535276b..e82925b 100644
--- a/lib/server-api/pom.xml
+++ b/lib/server-api/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-lib</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/lib/server-core-ext/pom.xml
----------------------------------------------------------------------
diff --git a/lib/server-core-ext/pom.xml b/lib/server-core-ext/pom.xml
index 304ea26..db6f6fc 100644
--- a/lib/server-core-ext/pom.xml
+++ b/lib/server-core-ext/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-lib</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/lib/server-core/pom.xml
----------------------------------------------------------------------
diff --git a/lib/server-core/pom.xml b/lib/server-core/pom.xml
index d750be6..a35ab16 100644
--- a/lib/server-core/pom.xml
+++ b/lib/server-core/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-lib</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/lib/server-tecsvc/pom.xml
----------------------------------------------------------------------
diff --git a/lib/server-tecsvc/pom.xml b/lib/server-tecsvc/pom.xml
index 3524c9c..7670458 100644
--- a/lib/server-tecsvc/pom.xml
+++ b/lib/server-tecsvc/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-lib</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/lib/server-test/pom.xml
----------------------------------------------------------------------
diff --git a/lib/server-test/pom.xml b/lib/server-test/pom.xml
index d740e74..cd9cd73 100644
--- a/lib/server-test/pom.xml
+++ b/lib/server-test/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-lib</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8001b98..cb57180 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.olingo</groupId>
   <artifactId>odata-parent</artifactId>
-  <version>4.3.0-beta</version>
+  <version>4.3.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Olingo-OData</name>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/samples/client/pom.xml
----------------------------------------------------------------------
diff --git a/samples/client/pom.xml b/samples/client/pom.xml
index 03d102b..3cad0cc 100644
--- a/samples/client/pom.xml
+++ b/samples/client/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-samples</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/samples/osgi/server/pom.xml
----------------------------------------------------------------------
diff --git a/samples/osgi/server/pom.xml b/samples/osgi/server/pom.xml
index aa34cd9..052e399 100644
--- a/samples/osgi/server/pom.xml
+++ b/samples/osgi/server/pom.xml
@@ -30,7 +30,7 @@ under the License.
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-samples</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/samples/pom.xml
----------------------------------------------------------------------
diff --git a/samples/pom.xml b/samples/pom.xml
index a907625..2e7dd14 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-parent</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/samples/server/pom.xml
----------------------------------------------------------------------
diff --git a/samples/server/pom.xml b/samples/server/pom.xml
index 27985c7..550ab3d 100644
--- a/samples/server/pom.xml
+++ b/samples/server/pom.xml
@@ -30,7 +30,7 @@
        <parent>
                <groupId>org.apache.olingo</groupId>
                <artifactId>odata-samples</artifactId>
-               <version>4.3.0-beta</version>
+               <version>4.3.0-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/samples/tutorials/p0_all/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p0_all/pom.xml b/samples/tutorials/p0_all/pom.xml
index 94346e0..373ba58 100644
--- a/samples/tutorials/p0_all/pom.xml
+++ b/samples/tutorials/p0_all/pom.xml
@@ -25,7 +25,7 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService</artifactId>
        <packaging>war</packaging>
-       <version>4.3.0-beta</version>
+       <version>4.3.0-SNAPSHOT</version>
 
        <name>${project.artifactId} Webapp</name>
 
@@ -35,7 +35,7 @@
 
     <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.3.0-beta</odata.version>
+               <odata.version>4.3.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/samples/tutorials/p10_media/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p10_media/pom.xml 
b/samples/tutorials/p10_media/pom.xml
index bd23065..f832568 100644
--- a/samples/tutorials/p10_media/pom.xml
+++ b/samples/tutorials/p10_media/pom.xml
@@ -25,7 +25,7 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService-Media</artifactId>
        <packaging>war</packaging>
-       <version>4.3.0-beta</version>
+       <version>4.3.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.3.0-beta</odata.version>
+               <odata.version>4.3.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/samples/tutorials/p11_batch/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p11_batch/pom.xml 
b/samples/tutorials/p11_batch/pom.xml
index 3d417a8..1f9f501 100644
--- a/samples/tutorials/p11_batch/pom.xml
+++ b/samples/tutorials/p11_batch/pom.xml
@@ -25,7 +25,7 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService-Batch</artifactId>
        <packaging>war</packaging>
-       <version>4.3.0-beta</version>
+       <version>4.3.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.3.0-beta</odata.version>
+               <odata.version>4.3.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/samples/tutorials/p12_deep_insert/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p12_deep_insert/pom.xml 
b/samples/tutorials/p12_deep_insert/pom.xml
index 9431737..f4fd08d 100644
--- a/samples/tutorials/p12_deep_insert/pom.xml
+++ b/samples/tutorials/p12_deep_insert/pom.xml
@@ -25,7 +25,7 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService-DeepInsert</artifactId>
        <packaging>war</packaging>
-       <version>4.3.0-beta</version>
+       <version>4.3.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.3.0-beta</odata.version>
+               <odata.version>4.3.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/samples/tutorials/p12_deep_insert_preparation/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p12_deep_insert_preparation/pom.xml 
b/samples/tutorials/p12_deep_insert_preparation/pom.xml
index f4d21e7..5a56b2e 100644
--- a/samples/tutorials/p12_deep_insert_preparation/pom.xml
+++ b/samples/tutorials/p12_deep_insert_preparation/pom.xml
@@ -25,7 +25,7 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService-DeepInsertPreparation</artifactId>
        <packaging>war</packaging>
-       <version>4.3.0-beta</version>
+       <version>4.3.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.3.0-beta</odata.version>
+               <odata.version>4.3.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/samples/tutorials/p1_read/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p1_read/pom.xml 
b/samples/tutorials/p1_read/pom.xml
index 0e7230e..3b65d3e 100755
--- a/samples/tutorials/p1_read/pom.xml
+++ b/samples/tutorials/p1_read/pom.xml
@@ -25,7 +25,7 @@
   <groupId>my.group.id</groupId>
        <artifactId>DemoService-Read</artifactId>
        <packaging>war</packaging>
-       <version>4.3.0-beta</version>
+       <version>4.3.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.3.0-beta</odata.version>
+               <odata.version>4.3.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/samples/tutorials/p2_readep/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p2_readep/pom.xml 
b/samples/tutorials/p2_readep/pom.xml
index b97f7e2..0831a65 100755
--- a/samples/tutorials/p2_readep/pom.xml
+++ b/samples/tutorials/p2_readep/pom.xml
@@ -9,7 +9,7 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService-ReadEp</artifactId>
        <packaging>war</packaging>
-       <version>4.3.0-beta</version>
+       <version>4.3.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -19,7 +19,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.3.0-beta</odata.version>
+               <odata.version>4.3.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/samples/tutorials/p3_write/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p3_write/pom.xml 
b/samples/tutorials/p3_write/pom.xml
index ee9b0fe..45d695a 100755
--- a/samples/tutorials/p3_write/pom.xml
+++ b/samples/tutorials/p3_write/pom.xml
@@ -25,7 +25,7 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService-Write</artifactId>
        <packaging>war</packaging>
-       <version>4.3.0-beta</version>
+       <version>4.3.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.3.0-beta</odata.version>
+               <odata.version>4.3.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/samples/tutorials/p4_navigation/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p4_navigation/pom.xml 
b/samples/tutorials/p4_navigation/pom.xml
index 6d32516..0136dce 100755
--- a/samples/tutorials/p4_navigation/pom.xml
+++ b/samples/tutorials/p4_navigation/pom.xml
@@ -25,7 +25,7 @@
   <groupId>my.group.id</groupId>
   <artifactId>DemoService-Navigation</artifactId>
   <packaging>war</packaging>
-  <version>4.3.0-beta</version>
+  <version>4.3.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.3.0-beta</odata.version>
+               <odata.version>4.3.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/samples/tutorials/p5_queryoptions-tcs/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p5_queryoptions-tcs/pom.xml 
b/samples/tutorials/p5_queryoptions-tcs/pom.xml
index 097ba67..a77642d 100755
--- a/samples/tutorials/p5_queryoptions-tcs/pom.xml
+++ b/samples/tutorials/p5_queryoptions-tcs/pom.xml
@@ -25,7 +25,7 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService-QueryOptions-TCS</artifactId>
        <packaging>war</packaging>
-       <version>4.3.0-beta</version>
+       <version>4.3.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.3.0-beta</odata.version>
+               <odata.version>4.3.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/samples/tutorials/p6_queryoptions-es/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p6_queryoptions-es/pom.xml 
b/samples/tutorials/p6_queryoptions-es/pom.xml
index 723ce54..83a8ece 100755
--- a/samples/tutorials/p6_queryoptions-es/pom.xml
+++ b/samples/tutorials/p6_queryoptions-es/pom.xml
@@ -25,7 +25,7 @@
   <groupId>my.group.id</groupId>
   <artifactId>DemoService-QueryOptions-ES</artifactId>
   <packaging>war</packaging>
-  <version>4.3.0-beta</version>
+  <version>4.3.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.3.0-beta</odata.version>
+               <odata.version>4.3.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/samples/tutorials/p7_queryoptions-o/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p7_queryoptions-o/pom.xml 
b/samples/tutorials/p7_queryoptions-o/pom.xml
index 7a9a6e6..ccc0320 100644
--- a/samples/tutorials/p7_queryoptions-o/pom.xml
+++ b/samples/tutorials/p7_queryoptions-o/pom.xml
@@ -25,7 +25,7 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService-QueryOptions-O</artifactId>
        <packaging>war</packaging>
-       <version>4.3.0-beta</version>
+       <version>4.3.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.3.0-beta</odata.version>
+               <odata.version>4.3.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/samples/tutorials/p8_queryoptions-f/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p8_queryoptions-f/pom.xml 
b/samples/tutorials/p8_queryoptions-f/pom.xml
index e0e4713..817dc67 100644
--- a/samples/tutorials/p8_queryoptions-f/pom.xml
+++ b/samples/tutorials/p8_queryoptions-f/pom.xml
@@ -25,7 +25,7 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService-QueryOptions-F</artifactId>
        <packaging>war</packaging>
-       <version>4.3.0-beta</version>
+       <version>4.3.0-SNAPSHOT</version>
 
        <name>${project.artifactId} Webapp</name>
 
@@ -35,7 +35,7 @@
 
     <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.3.0-beta</odata.version>
+               <odata.version>4.3.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/samples/tutorials/p9_action/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p9_action/pom.xml 
b/samples/tutorials/p9_action/pom.xml
index 849ca07..d9bdcd8 100644
--- a/samples/tutorials/p9_action/pom.xml
+++ b/samples/tutorials/p9_action/pom.xml
@@ -25,7 +25,7 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService-Action</artifactId>
        <packaging>war</packaging>
-       <version>4.3.0-beta</version>
+       <version>4.3.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.3.0-beta</odata.version>
+               <odata.version>4.3.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/samples/tutorials/p9_action_preparation/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p9_action_preparation/pom.xml 
b/samples/tutorials/p9_action_preparation/pom.xml
index 67b8f89..1ce5d4b 100644
--- a/samples/tutorials/p9_action_preparation/pom.xml
+++ b/samples/tutorials/p9_action_preparation/pom.xml
@@ -25,7 +25,7 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService-ActionPreparation</artifactId>
        <packaging>war</packaging>
-       <version>4.3.0-beta</version>
+       <version>4.3.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.3.0-beta</odata.version>
+               <odata.version>4.3.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/samples/tutorials/pe_streaming/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/pe_streaming/pom.xml 
b/samples/tutorials/pe_streaming/pom.xml
index 8453390..8013e01 100755
--- a/samples/tutorials/pe_streaming/pom.xml
+++ b/samples/tutorials/pe_streaming/pom.xml
@@ -9,7 +9,7 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService-Streaming</artifactId>
        <packaging>war</packaging>
-       <version>4.3.0-beta</version>
+       <version>4.3.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -19,7 +19,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.3.0-beta</odata.version>
+               <odata.version>4.3.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c0f1b997/samples/tutorials/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/pom.xml b/samples/tutorials/pom.xml
index b8b6061..c6b6527 100644
--- a/samples/tutorials/pom.xml
+++ b/samples/tutorials/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-samples</artifactId>
-    <version>4.3.0-beta</version>
+    <version>4.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

Reply via email to