Repository: olingo-odata4 Updated Branches: refs/heads/OLINGO-632_OSGi-Support 8aa2d4d7d -> c536ce35f
[OLINGO-632] adjusted to 4.0.0-SNAPSHOT Signed-off-by: mibo <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/c536ce35 Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/c536ce35 Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/c536ce35 Branch: refs/heads/OLINGO-632_OSGi-Support Commit: c536ce35f7030cd7b4ced1ba4118cd53e704f9c2 Parents: 8aa2d4d Author: Aki Yoshida <[email protected]> Authored: Wed May 13 17:34:02 2015 +0200 Committer: mibo <[email protected]> Committed: Thu May 21 23:01:19 2015 +0200 ---------------------------------------------------------------------- lib/commons-core/pom.xml | 1 + pom.xml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c536ce35/lib/commons-core/pom.xml ---------------------------------------------------------------------- diff --git a/lib/commons-core/pom.xml b/lib/commons-core/pom.xml index f290e96..2f0f319 100644 --- a/lib/commons-core/pom.xml +++ b/lib/commons-core/pom.xml @@ -87,6 +87,7 @@ <instructions> <Export-Package> org.apache.olingo.commons.core, + org.apache.olingo.commons.core.edm, org.apache.olingo.commons.core.edm.provider, org.apache.olingo.commons.core.edm.primitivetype, </Export-Package> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c536ce35/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 56dd4be..80a9804 100644 --- a/pom.xml +++ b/pom.xml @@ -83,8 +83,7 @@ <maven.bundle.plugin.version>2.3.4</maven.bundle.plugin.version> <hc.client.version>4.2.6</hc.client.version> <jackson.version>2.4.2</jackson.version> - <!-- stay with aalto-xml-0.9.8 because 0.9.9 is not a bundle --> - <aalto-xml.version>0.9.8</aalto-xml.version> + <aalto-xml.version>0.9.10</aalto-xml.version> <antlr.version>4.1</antlr.version>
