Updated Branches: refs/heads/1.6.x d73f1885d -> 8d72db329 refs/heads/1.7.x a0431e619 -> ba729f17b refs/heads/master 53fe72533 -> 6abf499b0
JCLOUDS-464: Adding <inceptionYear> 2009 to the top-level POM Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/6abf499b Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/6abf499b Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/6abf499b Branch: refs/heads/master Commit: 6abf499b0090dc934ccd4678aba97dcb744e64ad Parents: 53fe725 Author: Andrew Phillips <[email protected]> Authored: Fri Feb 7 12:36:33 2014 +0000 Committer: Andrew Phillips <[email protected]> Committed: Tue Feb 11 12:10:07 2014 -0500 ---------------------------------------------------------------------- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/6abf499b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9759116..4588594 100644 --- a/pom.xml +++ b/pom.xml @@ -29,9 +29,10 @@ limitations under the License. <packaging>pom</packaging> <version>1.8.0-SNAPSHOT</version> <name>Apache jclouds :: Karaf</name> - - <description>jclouds Karaf Integration Project</description> <url>http://jclouds.apache.org</url> + <description>jclouds Karaf Integration Project</description> + <inceptionYear>2009</inceptionYear> + <licenses> <license> <name>The Apache Software License, Version 2.0</name>
