ACCUMULO-3990 Fix project name and dates in NOTICE * Fix copyright dates to reflect ASF copyright ownership * Fix POMs, so the auto-generated NOTICE files show proper name and organization
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/f0424608 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/f0424608 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/f0424608 Branch: refs/heads/1.6 Commit: f04246087795876705aa7ab4c250ce5eb065212e Parents: c6aae57 Author: Christopher Tubbs <ctubb...@apache.org> Authored: Thu Sep 10 18:10:06 2015 -0400 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Thu Sep 10 18:56:17 2015 -0400 ---------------------------------------------------------------------- NOTICE | 2 +- assemble/pom.xml | 2 +- core/pom.xml | 2 +- examples/pom.xml | 2 +- examples/simple/pom.xml | 2 +- fate/pom.xml | 2 +- minicluster/pom.xml | 2 +- pom.xml | 6 ++++-- proxy/pom.xml | 2 +- server/pom.xml | 2 +- start/pom.xml | 2 +- test/pom.xml | 2 +- trace/pom.xml | 2 +- 13 files changed, 16 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/f0424608/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index af212c2..0aabb38 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache Accumulo -Copyright 2001-2014 The Apache Software Foundation +Copyright 2011-2015 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/accumulo/blob/f0424608/assemble/pom.xml ---------------------------------------------------------------------- diff --git a/assemble/pom.xml b/assemble/pom.xml index b94fe0b..cce6b2a 100644 --- a/assemble/pom.xml +++ b/assemble/pom.xml @@ -24,7 +24,7 @@ </parent> <artifactId>accumulo</artifactId> <packaging>pom</packaging> - <name>Assemblies</name> + <name>Apache Accumulo</name> <properties> <accumulo-top>..</accumulo-top> </properties> http://git-wip-us.apache.org/repos/asf/accumulo/blob/f0424608/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 271fc92..7304e4f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -23,7 +23,7 @@ <version>1.5.4-SNAPSHOT</version> </parent> <artifactId>accumulo-core</artifactId> - <name>Core</name> + <name>Apache Accumulo Core</name> <dependencies> <dependency> <groupId>com.beust</groupId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/f0424608/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 737d42f..a64b4a2 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -24,7 +24,7 @@ </parent> <artifactId>accumulo-examples</artifactId> <packaging>pom</packaging> - <name>Examples</name> + <name>Apache Accumulo Examples Parent</name> <modules> <module>simple</module> </modules> http://git-wip-us.apache.org/repos/asf/accumulo/blob/f0424608/examples/simple/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple/pom.xml b/examples/simple/pom.xml index 38694e5..d083b0a 100644 --- a/examples/simple/pom.xml +++ b/examples/simple/pom.xml @@ -23,7 +23,7 @@ <version>1.5.4-SNAPSHOT</version> </parent> <artifactId>accumulo-examples-simple</artifactId> - <name>Simple Examples</name> + <name>Apache Accumulo Simple Examples</name> <dependencies> <dependency> <groupId>com.beust</groupId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/f0424608/fate/pom.xml ---------------------------------------------------------------------- diff --git a/fate/pom.xml b/fate/pom.xml index 4327730..898a819 100644 --- a/fate/pom.xml +++ b/fate/pom.xml @@ -23,7 +23,7 @@ <version>1.5.4-SNAPSHOT</version> </parent> <artifactId>accumulo-fate</artifactId> - <name>Fate</name> + <name>Apache Accumulo Fate</name> <dependencies> <dependency> <groupId>com.google.guava</groupId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/f0424608/minicluster/pom.xml ---------------------------------------------------------------------- diff --git a/minicluster/pom.xml b/minicluster/pom.xml index 4565e14..ecbdec6 100644 --- a/minicluster/pom.xml +++ b/minicluster/pom.xml @@ -23,7 +23,7 @@ <version>1.5.4-SNAPSHOT</version> </parent> <artifactId>accumulo-minicluster</artifactId> - <name>MiniCluster</name> + <name>Apache Accumulo MiniCluster</name> <dependencies> <dependency> <groupId>com.beust</groupId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/f0424608/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5e1dcf0..be775fd 100644 --- a/pom.xml +++ b/pom.xml @@ -30,9 +30,11 @@ <description>Apache Accumulo is a sorted, distributed key/value store based on Google's BigTable design. It is built on top of Apache Hadoop, Zookeeper, and Thrift. It features a few novel improvements on the BigTable design in the form of cell-level access labels and a server-side programming mechanism that can modify key/value pairs at various points in the data management process.</description> <!-- this URL is where the site derived via the maven-site-plugin ends up, not the generic site --> <url>http://accumulo.apache.org/maven-site/</url> + <!-- this is the year of inception at ASF --> + <inceptionYear>2011</inceptionYear> <organization> - <name>Apache Accumulo Project</name> - <url>http://accumulo.apache.org/</url> + <name>The Apache Software Foundation</name> + <url>http://www.apache.org/</url> </organization> <licenses> <license> http://git-wip-us.apache.org/repos/asf/accumulo/blob/f0424608/proxy/pom.xml ---------------------------------------------------------------------- diff --git a/proxy/pom.xml b/proxy/pom.xml index 142b7ec..bed5f74 100644 --- a/proxy/pom.xml +++ b/proxy/pom.xml @@ -23,7 +23,7 @@ <version>1.5.4-SNAPSHOT</version> </parent> <artifactId>accumulo-proxy</artifactId> - <name>Proxy</name> + <name>Apache Accumulo Proxy</name> <dependencies> <dependency> <groupId>com.beust</groupId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/f0424608/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index a43da5d..e3b40f6 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -23,7 +23,7 @@ <version>1.5.4-SNAPSHOT</version> </parent> <artifactId>accumulo-server</artifactId> - <name>Server</name> + <name>Apache Accumulo Server</name> <dependencies> <dependency> <groupId>com.beust</groupId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/f0424608/start/pom.xml ---------------------------------------------------------------------- diff --git a/start/pom.xml b/start/pom.xml index bb79374..416bd51 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -23,7 +23,7 @@ <version>1.5.4-SNAPSHOT</version> </parent> <artifactId>accumulo-start</artifactId> - <name>Start</name> + <name>Apache Accumulo Start</name> <dependencies> <dependency> <groupId>org.apache.commons</groupId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/f0424608/test/pom.xml ---------------------------------------------------------------------- diff --git a/test/pom.xml b/test/pom.xml index 9aadd8f..63f165c 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -23,7 +23,7 @@ <version>1.5.4-SNAPSHOT</version> </parent> <artifactId>accumulo-test</artifactId> - <name>Testing</name> + <name>Apache Accumulo Testing</name> <dependencies> <dependency> <groupId>com.beust</groupId> http://git-wip-us.apache.org/repos/asf/accumulo/blob/f0424608/trace/pom.xml ---------------------------------------------------------------------- diff --git a/trace/pom.xml b/trace/pom.xml index 71341cd..a07a973 100644 --- a/trace/pom.xml +++ b/trace/pom.xml @@ -23,7 +23,7 @@ <version>1.5.4-SNAPSHOT</version> </parent> <artifactId>accumulo-trace</artifactId> - <name>Trace</name> + <name>Apache Accumulo Trace</name> <dependencies> <dependency> <groupId>org.apache.thrift</groupId>