Updated Branches: refs/heads/1.6.x 8d72db329 -> 62c1f6acd
Revert "Adding <inceptionYear> 2009 to the top-level POM" Missing the JIRA issue number. This reverts commit 8d72db329d53ddb74b3367a080887ae2695015ea. Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/1e6420f8 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/1e6420f8 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/1e6420f8 Branch: refs/heads/1.6.x Commit: 1e6420f824540153d7c47158fb972d4216e9ac2e Parents: 8d72db3 Author: Andrew Phillips <[email protected]> Authored: Tue Feb 11 12:16:07 2014 -0500 Committer: Andrew Phillips <[email protected]> Committed: Tue Feb 11 12:16:07 2014 -0500 ---------------------------------------------------------------------- pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/1e6420f8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e12dd7b..f2d3f6f 100644 --- a/pom.xml +++ b/pom.xml @@ -27,12 +27,11 @@ limitations under the License. <groupId>org.apache.jclouds</groupId> <artifactId>jclouds-karaf</artifactId> <packaging>pom</packaging> - <version>1.6.4-SNAPSHOT</version> <name>Apache jclouds :: Karaf</name> - <url>http://jclouds.apache.org</url> - <description>Jclouds Karaf Integration Project</description> - <inceptionYear>2009</inceptionYear> + <version>1.6.4-SNAPSHOT</version> + <description>Jclouds Karaf Integration Project</description> + <url>http://jclouds.apache.org</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name>
