Bump maven license plugin and correct copyright holder
Project: http://git-wip-us.apache.org/repos/asf/incubator-samoa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samoa/commit/64437778 Tree: http://git-wip-us.apache.org/repos/asf/incubator-samoa/tree/64437778 Diff: http://git-wip-us.apache.org/repos/asf/incubator-samoa/diff/64437778 Branch: refs/heads/releases/0.3.0-incubating Commit: 6443777824031d55239600c8b942d01b6d8d3840 Parents: 449fd1d Author: Gianmarco De Francisci Morales <[email protected]> Authored: Mon Jul 6 10:49:41 2015 +0300 Committer: Gianmarco De Francisci Morales <[email protected]> Committed: Mon Jul 6 11:33:40 2015 +0300 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/64437778/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cce355d..b1c21d5 100644 --- a/pom.xml +++ b/pom.xml @@ -207,11 +207,11 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>license-maven-plugin</artifactId> - <version>1.5</version> + <version>1.8</version> <configuration> <licenseName>apache_v2</licenseName> <inceptionYear>2014</inceptionYear> - <organizationName>Apache Software Foundation</organizationName> + <organizationName>The Apache Software Foundation</organizationName> <projectName>SAMOA</projectName> <roots> <root>samoa-api</root>
