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/07/29 14:34:20 UTC

[1/2] git commit: use Apache parent pom

Updated Branches:
  refs/heads/master 9f3fa4eeb -> e9bd183f7


use Apache parent pom


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/5ae1c495
Tree: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/tree/5ae1c495
Diff: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/diff/5ae1c495

Branch: refs/heads/master
Commit: 5ae1c495279fa2b750c332b80f10c4428b6f3864
Parents: 9f3fa4e
Author: Stephan Klevenz <st...@sap.com>
Authored: Mon Jul 29 14:08:33 2013 +0200
Committer: Stephan Klevenz <st...@sap.com>
Committed: Mon Jul 29 14:08:33 2013 +0200

----------------------------------------------------------------------
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/5ae1c495/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dd133cd..e7cdd40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,9 +9,9 @@
 	<packaging>pom</packaging>
 
 	<parent>
-		<groupId>org.sonatype.oss</groupId>
-		<artifactId>oss-parent</artifactId>
-		<version>7</version>
+		<groupId>org.apache</groupId>
+		<artifactId>apache</artifactId>
+		<version>13</version>
 	</parent>
 
 	<inceptionYear>2012</inceptionYear>
@@ -302,5 +302,5 @@
 			<scope>test</scope>
 		</dependency>
 	</dependencies>
-	
+
 </project>


[2/2] git commit: set version 1.0.0-SNAPSHOT

Posted by sk...@apache.org.
set version 1.0.0-SNAPSHOT


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/e9bd183f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/tree/e9bd183f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/diff/e9bd183f

Branch: refs/heads/master
Commit: e9bd183f73c0f0cc6c9d8727c977cc9470a5faec
Parents: 5ae1c49
Author: Stephan Klevenz <st...@sap.com>
Authored: Mon Jul 29 14:34:07 2013 +0200
Committer: Stephan Klevenz <st...@sap.com>
Committed: Mon Jul 29 14:34:07 2013 +0200

----------------------------------------------------------------------
 jpa-annotation/pom.xml | 2 +-
 jpa-api/pom.xml        | 2 +-
 jpa-core/pom.xml       | 2 +-
 odata-api/pom.xml      | 2 +-
 odata-core/pom.xml     | 2 +-
 odata-fit/pom.xml      | 2 +-
 odata-ref/pom.xml      | 2 +-
 odata-testutil/pom.xml | 2 +-
 odata-web/pom.xml      | 2 +-
 pom.xml                | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/e9bd183f/jpa-annotation/pom.xml
----------------------------------------------------------------------
diff --git a/jpa-annotation/pom.xml b/jpa-annotation/pom.xml
index b8899af..0c59c58 100644
--- a/jpa-annotation/pom.xml
+++ b/jpa-annotation/pom.xml
@@ -25,7 +25,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>org.apache.olingo.odata2.parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>1.0.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/e9bd183f/jpa-api/pom.xml
----------------------------------------------------------------------
diff --git a/jpa-api/pom.xml b/jpa-api/pom.xml
index 1d98843..c943101 100644
--- a/jpa-api/pom.xml
+++ b/jpa-api/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>org.apache.olingo.odata2.parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>1.0.0-SNAPSHOT</version>
 		<relativePath>../</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/e9bd183f/jpa-core/pom.xml
----------------------------------------------------------------------
diff --git a/jpa-core/pom.xml b/jpa-core/pom.xml
index 41243a0..fc2c39e 100644
--- a/jpa-core/pom.xml
+++ b/jpa-core/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>org.apache.olingo.odata2.parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>1.0.0-SNAPSHOT</version>
 		<relativePath>../</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/e9bd183f/odata-api/pom.xml
----------------------------------------------------------------------
diff --git a/odata-api/pom.xml b/odata-api/pom.xml
index 54dad6a..54d5213 100644
--- a/odata-api/pom.xml
+++ b/odata-api/pom.xml
@@ -27,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>org.apache.olingo.odata2.parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>1.0.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/e9bd183f/odata-core/pom.xml
----------------------------------------------------------------------
diff --git a/odata-core/pom.xml b/odata-core/pom.xml
index a0a9d57..79092ce 100644
--- a/odata-core/pom.xml
+++ b/odata-core/pom.xml
@@ -27,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>org.apache.olingo.odata2.parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>1.0.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/e9bd183f/odata-fit/pom.xml
----------------------------------------------------------------------
diff --git a/odata-fit/pom.xml b/odata-fit/pom.xml
index 8163e30..ced146d 100644
--- a/odata-fit/pom.xml
+++ b/odata-fit/pom.xml
@@ -27,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>org.apache.olingo.odata2.parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>1.0.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/e9bd183f/odata-ref/pom.xml
----------------------------------------------------------------------
diff --git a/odata-ref/pom.xml b/odata-ref/pom.xml
index dcdf842..79c5ef1 100644
--- a/odata-ref/pom.xml
+++ b/odata-ref/pom.xml
@@ -27,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>org.apache.olingo.odata2.parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>1.0.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/e9bd183f/odata-testutil/pom.xml
----------------------------------------------------------------------
diff --git a/odata-testutil/pom.xml b/odata-testutil/pom.xml
index a504006..8187890 100644
--- a/odata-testutil/pom.xml
+++ b/odata-testutil/pom.xml
@@ -27,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>org.apache.olingo.odata2.parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>1.0.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/e9bd183f/odata-web/pom.xml
----------------------------------------------------------------------
diff --git a/odata-web/pom.xml b/odata-web/pom.xml
index 7914610..feb3ef5 100644
--- a/odata-web/pom.xml
+++ b/odata-web/pom.xml
@@ -27,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>org.apache.olingo.odata2.parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>1.0.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/e9bd183f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e7cdd40..a6fd381 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 
 	<groupId>org.apache.olingo</groupId>
 	<artifactId>org.apache.olingo.odata2.parent</artifactId>
-	<version>0.7.0-SNAPSHOT</version>
+	<version>1.0.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 
 	<parent>