Repository: knox Updated Branches: refs/heads/master c32cd10f2 -> fb2e31348
KNOX-939 - Missing Licenses Element in POM files Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/fb2e3134 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/fb2e3134 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/fb2e3134 Branch: refs/heads/master Commit: fb2e31348a25619e244ff6cf1e634c01001e2f18 Parents: c32cd10 Author: Larry McCay <[email protected]> Authored: Fri May 12 11:28:27 2017 -0400 Committer: Larry McCay <[email protected]> Committed: Fri May 12 11:28:27 2017 -0400 ---------------------------------------------------------------------- gateway-service-knoxssout/pom.xml | 7 +++++++ gateway-service-knoxtoken/pom.xml | 7 +++++++ 2 files changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/fb2e3134/gateway-service-knoxssout/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-knoxssout/pom.xml b/gateway-service-knoxssout/pom.xml index ee40262..ec3149b 100644 --- a/gateway-service-knoxssout/pom.xml +++ b/gateway-service-knoxssout/pom.xml @@ -28,6 +28,13 @@ <artifactId>gateway-service-knoxssout</artifactId> <version>0.13.0-SNAPSHOT</version> <name>gateway-service-knoxssout</name> + <licenses> + <license> + <name>The Apache Software License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + <distribution>repo</distribution> + </license> + </licenses> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> http://git-wip-us.apache.org/repos/asf/knox/blob/fb2e3134/gateway-service-knoxtoken/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-knoxtoken/pom.xml b/gateway-service-knoxtoken/pom.xml index 5f2a9f9..ed1ebe9 100644 --- a/gateway-service-knoxtoken/pom.xml +++ b/gateway-service-knoxtoken/pom.xml @@ -28,6 +28,13 @@ <artifactId>gateway-service-knoxtoken</artifactId> <version>0.13.0-SNAPSHOT</version> <name>gateway-service-knoxtoken</name> + <licenses> + <license> + <name>The Apache Software License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + <distribution>repo</distribution> + </license> + </licenses> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
