You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by ka...@apache.org on 2013/07/26 16:15:55 UTC

git commit: Upgraded version to 4.0-SNAPSHOT to avoid any version conflicts with the eobjects.org trunk codebase

Updated Branches:
  refs/heads/version-upgrade [created] c5017354e


Upgraded version to 4.0-SNAPSHOT to avoid any version conflicts with the
eobjects.org trunk codebase

Project: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/commit/c5017354
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/tree/c5017354
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/diff/c5017354

Branch: refs/heads/version-upgrade
Commit: c5017354edb5efd322a686a30f39d5e1f84e7a72
Parents: bddd9b0
Author: kaspers <ka...@kaspers-think.humaninference.com>
Authored: Fri Jul 26 16:15:39 2013 +0200
Committer: kaspers <ka...@kaspers-think.humaninference.com>
Committed: Fri Jul 26 16:15:39 2013 +0200

----------------------------------------------------------------------
 access/pom.xml     | 2 +-
 core/pom.xml       | 2 +-
 couchdb/pom.xml    | 2 +-
 csv/pom.xml        | 2 +-
 excel/pom.xml      | 2 +-
 fixedwidth/pom.xml | 2 +-
 full/pom.xml       | 2 +-
 jdbc/pom.xml       | 2 +-
 mongodb/pom.xml    | 2 +-
 openoffice/pom.xml | 2 +-
 pojo/pom.xml       | 2 +-
 pom.xml            | 5 ++---
 salesforce/pom.xml | 2 +-
 sugarcrm/pom.xml   | 2 +-
 xml/pom.xml        | 2 +-
 15 files changed, 16 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/c5017354/access/pom.xml
----------------------------------------------------------------------
diff --git a/access/pom.xml b/access/pom.xml
index 4301e6e..088dc0e 100644
--- a/access/pom.xml
+++ b/access/pom.xml
@@ -2,7 +2,7 @@
 	<parent>
 		<artifactId>MetaModel</artifactId>
 		<groupId>org.apache.metamodel</groupId>
-		<version>3.4.4-SNAPSHOT</version>
+		<version>4.0-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>MetaModel-access</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/c5017354/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index bfd901f..a143638 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -2,7 +2,7 @@
 	<parent>
 		<artifactId>MetaModel</artifactId>
 		<groupId>org.apache.metamodel</groupId>
-		<version>3.4.4-SNAPSHOT</version>
+		<version>4.0-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>MetaModel-core</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/c5017354/couchdb/pom.xml
----------------------------------------------------------------------
diff --git a/couchdb/pom.xml b/couchdb/pom.xml
index 3d7a370..12deed2 100644
--- a/couchdb/pom.xml
+++ b/couchdb/pom.xml
@@ -2,7 +2,7 @@
 	<parent>
 		<artifactId>MetaModel</artifactId>
 		<groupId>org.apache.metamodel</groupId>
-		<version>3.4.4-SNAPSHOT</version>
+		<version>4.0-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>MetaModel-couchdb</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/c5017354/csv/pom.xml
----------------------------------------------------------------------
diff --git a/csv/pom.xml b/csv/pom.xml
index 077c36e..b482779 100644
--- a/csv/pom.xml
+++ b/csv/pom.xml
@@ -2,7 +2,7 @@
 	<parent>
 		<artifactId>MetaModel</artifactId>
 		<groupId>org.apache.metamodel</groupId>
-		<version>3.4.4-SNAPSHOT</version>
+		<version>4.0-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>MetaModel-csv</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/c5017354/excel/pom.xml
----------------------------------------------------------------------
diff --git a/excel/pom.xml b/excel/pom.xml
index 3c9dde1..8a518d4 100644
--- a/excel/pom.xml
+++ b/excel/pom.xml
@@ -2,7 +2,7 @@
 	<parent>
 		<artifactId>MetaModel</artifactId>
 		<groupId>org.apache.metamodel</groupId>
-		<version>3.4.4-SNAPSHOT</version>
+		<version>4.0-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>MetaModel-excel</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/c5017354/fixedwidth/pom.xml
----------------------------------------------------------------------
diff --git a/fixedwidth/pom.xml b/fixedwidth/pom.xml
index d4ea915..98979ec 100644
--- a/fixedwidth/pom.xml
+++ b/fixedwidth/pom.xml
@@ -2,7 +2,7 @@
 	<parent>
 		<artifactId>MetaModel</artifactId>
 		<groupId>org.apache.metamodel</groupId>
-		<version>3.4.4-SNAPSHOT</version>
+		<version>4.0-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>MetaModel-fixedwidth</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/c5017354/full/pom.xml
----------------------------------------------------------------------
diff --git a/full/pom.xml b/full/pom.xml
index 3cd544e..fc7d6c2 100644
--- a/full/pom.xml
+++ b/full/pom.xml
@@ -2,7 +2,7 @@
 	<parent>
 		<artifactId>MetaModel</artifactId>
 		<groupId>org.apache.metamodel</groupId>
-		<version>3.4.4-SNAPSHOT</version>
+		<version>4.0-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>MetaModel-full</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/c5017354/jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index bb14c51..4fcc7c8 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -2,7 +2,7 @@
 	<parent>
 		<artifactId>MetaModel</artifactId>
 		<groupId>org.apache.metamodel</groupId>
-		<version>3.4.4-SNAPSHOT</version>
+		<version>4.0-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>MetaModel-jdbc</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/c5017354/mongodb/pom.xml
----------------------------------------------------------------------
diff --git a/mongodb/pom.xml b/mongodb/pom.xml
index 808b74b..23baa17 100644
--- a/mongodb/pom.xml
+++ b/mongodb/pom.xml
@@ -2,7 +2,7 @@
 	<parent>
 		<artifactId>MetaModel</artifactId>
 		<groupId>org.apache.metamodel</groupId>
-		<version>3.4.4-SNAPSHOT</version>
+		<version>4.0-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>MetaModel-mongodb</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/c5017354/openoffice/pom.xml
----------------------------------------------------------------------
diff --git a/openoffice/pom.xml b/openoffice/pom.xml
index cce53ed..8af07cb 100644
--- a/openoffice/pom.xml
+++ b/openoffice/pom.xml
@@ -2,7 +2,7 @@
 	<parent>
 		<artifactId>MetaModel</artifactId>
 		<groupId>org.apache.metamodel</groupId>
-		<version>3.4.4-SNAPSHOT</version>
+		<version>4.0-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>MetaModel-openoffice</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/c5017354/pojo/pom.xml
----------------------------------------------------------------------
diff --git a/pojo/pom.xml b/pojo/pom.xml
index 3fab61d..402162c 100644
--- a/pojo/pom.xml
+++ b/pojo/pom.xml
@@ -2,7 +2,7 @@
 	<parent>
 		<artifactId>MetaModel</artifactId>
 		<groupId>org.apache.metamodel</groupId>
-		<version>3.4.4-SNAPSHOT</version>
+		<version>4.0-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>MetaModel-pojo</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/c5017354/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e47fa69..2cff794 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -22,7 +21,7 @@
 	</scm>
 	<groupId>org.apache.metamodel</groupId>
 	<artifactId>MetaModel</artifactId>
-	<version>3.4.4-SNAPSHOT</version>
+	<version>4.0-SNAPSHOT</version>
 	<name>MetaModel</name>
 	<description>MetaModel is a library that encapsulates the differences and enhances 
 		the capabilities of different datastores. Rich querying abilities are

http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/c5017354/salesforce/pom.xml
----------------------------------------------------------------------
diff --git a/salesforce/pom.xml b/salesforce/pom.xml
index 1dcd83a..dd55caf 100644
--- a/salesforce/pom.xml
+++ b/salesforce/pom.xml
@@ -2,7 +2,7 @@
 	<parent>
 		<artifactId>MetaModel</artifactId>
 		<groupId>org.apache.metamodel</groupId>
-		<version>3.4.4-SNAPSHOT</version>
+		<version>4.0-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>MetaModel-salesforce</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/c5017354/sugarcrm/pom.xml
----------------------------------------------------------------------
diff --git a/sugarcrm/pom.xml b/sugarcrm/pom.xml
index 2ca5280..4f21e7e 100644
--- a/sugarcrm/pom.xml
+++ b/sugarcrm/pom.xml
@@ -2,7 +2,7 @@
 	<parent>
 		<artifactId>MetaModel</artifactId>
 		<groupId>org.apache.metamodel</groupId>
-		<version>3.4.4-SNAPSHOT</version>
+		<version>4.0-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>MetaModel-sugarcrm</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/c5017354/xml/pom.xml
----------------------------------------------------------------------
diff --git a/xml/pom.xml b/xml/pom.xml
index b84354d..f0f0ea5 100644
--- a/xml/pom.xml
+++ b/xml/pom.xml
@@ -2,7 +2,7 @@
 	<parent>
 		<artifactId>MetaModel</artifactId>
 		<groupId>org.apache.metamodel</groupId>
-		<version>3.4.4-SNAPSHOT</version>
+		<version>4.0-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>MetaModel-xml</artifactId>