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/2920a332 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/2920a332 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/2920a332 Branch: refs/heads/add-incp-year-1.7.x Commit: 2920a332fd5b85f755af30aabc4121986bd80eb1 Parents: a0431e6 Author: Andrew Phillips <[email protected]> Authored: Fri Feb 7 12:36:33 2014 +0000 Committer: Andrew Phillips <[email protected]> Committed: Tue Feb 11 11:47:39 2014 -0500 ---------------------------------------------------------------------- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/2920a332/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>
