Fixed issues with plugin versions and repositories in the POM. added MIT license info to the NOTICE
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/eb7760db Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/eb7760db Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/eb7760db Branch: refs/heads/add-contract-tests Commit: eb7760dbf541ffb4d605cd069a2b9df91d6f3165 Parents: d2da6f7 Author: Claude Warren <[email protected]> Authored: Sat May 9 10:41:56 2015 +0100 Committer: Claude Warren <[email protected]> Committed: Sat May 9 10:41:56 2015 +0100 ---------------------------------------------------------------------- jena-permissions/NOTICE | 6 +++++- jena-permissions/pom.xml | 15 --------------- 2 files changed, 5 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/eb7760db/jena-permissions/NOTICE ---------------------------------------------------------------------- diff --git a/jena-permissions/NOTICE b/jena-permissions/NOTICE index d4e11ad..c3cdfae 100644 --- a/jena-permissions/NOTICE +++ b/jena-permissions/NOTICE @@ -1,5 +1,9 @@ -Apache Jena - Security module +Apache Jena - Permissions module Copyright 2011, 2012, 2013, 2014, 2015 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). + +Built with Build Helper Maven Plugin licensed under MIT license. + + http://git-wip-us.apache.org/repos/asf/jena/blob/eb7760db/jena-permissions/pom.xml ---------------------------------------------------------------------- diff --git a/jena-permissions/pom.xml b/jena-permissions/pom.xml index 95fa648..48d9026 100644 --- a/jena-permissions/pom.xml +++ b/jena-permissions/pom.xml @@ -45,20 +45,6 @@ <url>http://issues.apache.org/jira/browse/JENA</url> <system>JIRA</system> </issueManagement> - <repositories> - <repository> - <id>apache-snapshots-repo</id> - <url>https://repository.apache.org/content/repositories/snapshots/</url> - </repository> - <repository> - <id>apache-staging-repo</id> - <url>https://repository.apache.org/content/repositories/staging/</url> - </repository> - <repository> - <id>apache-releases-repo</id> - <url>https://repository.apache.org/content/repositories/releases/</url> - </repository> - </repositories> <build> <plugins> <plugin> @@ -98,7 +84,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <!-- <version>2.9</version> --> <configuration> <excludePackageNames>org.apache.jena.security.example:org.apache.jena.security.example.*</excludePackageNames> <tags>
