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/1c6801c4 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/1c6801c4 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/1c6801c4 Branch: refs/heads/1.7.x Commit: 1c6801c47fbde3d4d08a36b563e890225a05e8b2 Parents: ea76c98 Author: Andrew Phillips <[email protected]> Authored: Fri Feb 7 12:36:33 2014 +0000 Committer: Andrew Phillips <[email protected]> Committed: Tue Feb 11 12:15:06 2014 -0500 ---------------------------------------------------------------------- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/1c6801c4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2009ffd..dd4ec9f 100644 --- a/pom.xml +++ b/pom.xml @@ -29,9 +29,10 @@ limitations under the License. <packaging>pom</packaging> <version>1.7.2-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>
