You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ch...@apache.org on 2015/07/09 13:45:20 UTC

olingo-odata4 git commit: [OLINGO-659] Repair eclipse project generation on root pom

Repository: olingo-odata4
Updated Branches:
  refs/heads/master 8960fdb5d -> c33d0b701


[OLINGO-659] Repair eclipse project generation on root pom


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

Branch: refs/heads/master
Commit: c33d0b7019aef3be8e915943e3895d46dfc6c7d3
Parents: 8960fdb
Author: Christian Amend <ch...@sap.com>
Authored: Thu Jul 9 13:39:04 2015 +0200
Committer: Christian Amend <ch...@sap.com>
Committed: Thu Jul 9 13:44:59 2015 +0200

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c33d0b70/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 92d14a2..1be4cff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -496,6 +496,7 @@
         <artifactId>maven-eclipse-plugin</artifactId>
         <version>2.9</version>
         <configuration>
+          <useProjectReferences>false</useProjectReferences>
           <addGroupIdToProjectName>true</addGroupIdToProjectName>
           <addVersionToProjectName>true</addVersionToProjectName>
           <wtpversion>2.0</wtpversion>