SAMOA-38: 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/ad499bb6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-samoa/tree/ad499bb6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-samoa/diff/ad499bb6 Branch: refs/heads/releases/0.3.0-incubating Commit: ad499bb6be4e09454c0936c3c19d18613f833371 Parents: 6586425 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/ad499bb6/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>
