You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by sk...@apache.org on 2013/09/25 13:52:27 UTC

[2/3] git commit: Issue OLINGO-25 - make release - set version 1.0.0-RC01

Issue OLINGO-25 - make release
- set version 1.0.0-RC01


Project: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/commit/59503e57
Tree: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/tree/59503e57
Diff: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/diff/59503e57

Branch: refs/heads/master
Commit: 59503e5774ec7ff8ffb866a5c51ed4643f4d4e8c
Parents: 2c09c0e
Author: Stephan Klevenz <sk...@apache.org>
Authored: Wed Sep 25 13:46:22 2013 +0200
Committer: Stephan Klevenz <sk...@apache.org>
Committed: Wed Sep 25 13:46:22 2013 +0200

----------------------------------------------------------------------
 odata2-dist/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-processor-jpa/jpa-api/pom.xml  | 2 +-
 odata2-processor-jpa/jpa-core/pom.xml | 2 +-
 odata2-processor-jpa/jpa-ref/pom.xml  | 2 +-
 odata2-processor-jpa/jpa-web/pom.xml  | 2 +-
 odata2-processor-jpa/pom.xml          | 2 +-
 pom.xml                               | 2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-dist/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-dist/pom.xml b/odata2-dist/pom.xml
index a486547..00906bf 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>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-RC01</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-lib/odata-annotation/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-annotation/pom.xml b/odata2-lib/odata-annotation/pom.xml
index 26cf77c..176b9e9 100644
--- a/odata2-lib/odata-annotation/pom.xml
+++ b/odata2-lib/odata-annotation/pom.xml
@@ -25,7 +25,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.lib</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-lib/odata-api/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-api/pom.xml b/odata2-lib/odata-api/pom.xml
index 8698e7d..835f5b4 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>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-lib/odata-core/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-core/pom.xml b/odata2-lib/odata-core/pom.xml
index 26cb91c..ed95366 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>1.0.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-lib/odata-fit/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-fit/pom.xml b/odata2-lib/odata-fit/pom.xml
index cd28852..00efe92 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>1.0.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-lib/odata-ref/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-ref/pom.xml b/odata2-lib/odata-ref/pom.xml
index a7b5aab..cb5f38a 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>1.0.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-lib/odata-testutil/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-testutil/pom.xml b/odata2-lib/odata-testutil/pom.xml
index 7913920..338161b 100644
--- a/odata2-lib/odata-testutil/pom.xml
+++ b/odata2-lib/odata-testutil/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.lib</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-lib/odata-web/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-web/pom.xml b/odata2-lib/odata-web/pom.xml
index 3420e77..5091a39 100644
--- a/odata2-lib/odata-web/pom.xml
+++ b/odata2-lib/odata-web/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.lib</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-lib/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/pom.xml b/odata2-lib/pom.xml
index f7e1422..a24c7b7 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>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-RC01</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-processor-jpa/jpa-api/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-api/pom.xml b/odata2-processor-jpa/jpa-api/pom.xml
index 345cd28..9858ecd 100644
--- a/odata2-processor-jpa/jpa-api/pom.xml
+++ b/odata2-processor-jpa/jpa-api/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.processor-jpa</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>../</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-processor-jpa/jpa-core/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-core/pom.xml b/odata2-processor-jpa/jpa-core/pom.xml
index b75725c..e8c8e36 100644
--- a/odata2-processor-jpa/jpa-core/pom.xml
+++ b/odata2-processor-jpa/jpa-core/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.processor-jpa</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>../</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-processor-jpa/jpa-ref/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-ref/pom.xml b/odata2-processor-jpa/jpa-ref/pom.xml
index 94857e2..17621fb 100644
--- a/odata2-processor-jpa/jpa-ref/pom.xml
+++ b/odata2-processor-jpa/jpa-ref/pom.xml
@@ -25,7 +25,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.processor-jpa</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-processor-jpa/jpa-web/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-web/pom.xml b/odata2-processor-jpa/jpa-web/pom.xml
index 5c98057..f1648fd 100644
--- a/odata2-processor-jpa/jpa-web/pom.xml
+++ b/odata2-processor-jpa/jpa-web/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo.odata2.processor-jpa</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/odata2-processor-jpa/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/pom.xml b/odata2-processor-jpa/pom.xml
index fc6a780..4b63385 100644
--- a/odata2-processor-jpa/pom.xml
+++ b/odata2-processor-jpa/pom.xml
@@ -18,7 +18,7 @@
     <parent>
       <groupId>org.apache.olingo</groupId>
       <artifactId>olingo.odata2.parent</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0-RC01</version>
       <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/59503e57/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3151d16..9a36818 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 
     <groupId>org.apache.olingo</groupId>
     <artifactId>olingo.odata2.parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-RC01</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>