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/62c1f6ac Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/62c1f6ac Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/62c1f6ac Branch: refs/heads/1.6.x Commit: 62c1f6acdc5cd5bbafeeb8ce6b18d8127dbc7960 Parents: 1e6420f Author: Andrew Phillips <[email protected]> Authored: Sat Feb 8 00:09:06 2014 +0000 Committer: Andrew Phillips <[email protected]> Committed: Tue Feb 11 12:16:24 2014 -0500 ---------------------------------------------------------------------- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/62c1f6ac/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f2d3f6f..e12dd7b 100644 --- a/pom.xml +++ b/pom.xml @@ -27,11 +27,12 @@ limitations under the License. <groupId>org.apache.jclouds</groupId> <artifactId>jclouds-karaf</artifactId> <packaging>pom</packaging> - <name>Apache jclouds :: Karaf</name> <version>1.6.4-SNAPSHOT</version> - - <description>Jclouds Karaf Integration Project</description> + <name>Apache jclouds :: Karaf</name> <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>
