You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2015/09/08 18:40:09 UTC

[52/55] [abbrv] olingo-odata4 git commit: [OLINGO-659] Added Implementation title for server core manifest/jar

[OLINGO-659] Added Implementation title for server core manifest/jar


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

Branch: refs/heads/OLINGO-562_SpringExtension
Commit: 4ff196cbe719deb0de4d04ef113586950ebdbdc8
Parents: 83a098f
Author: Michael Bolz <mi...@sap.com>
Authored: Thu Sep 3 08:59:54 2015 +0200
Committer: Michael Bolz <mi...@sap.com>
Committed: Thu Sep 3 08:59:54 2015 +0200

----------------------------------------------------------------------
 lib/server-core/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4ff196cb/lib/server-core/pom.xml
----------------------------------------------------------------------
diff --git a/lib/server-core/pom.xml b/lib/server-core/pom.xml
index 9e5e494..6d9c70f 100644
--- a/lib/server-core/pom.xml
+++ b/lib/server-core/pom.xml
@@ -121,6 +121,7 @@
         <configuration>
           <instructions>
             <Implementation-Version>${project.version}</Implementation-Version>
+            <Implementation-Title>${project.name}</Implementation-Title>
             <Export-Package>
               org.apache.olingo.server.core
             </Export-Package>