ISIS-928: updating supplemental-models with missing license info from new Maven dependencies
Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/eb9d741c Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/eb9d741c Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/eb9d741c Branch: refs/heads/master Commit: eb9d741c5a3fa942606075bfa5f8dd28f0bd18a7 Parents: 2f0aeb4 Author: Dan Haywood <[email protected]> Authored: Fri Feb 20 16:03:55 2015 +0000 Committer: Dan Haywood <[email protected]> Committed: Fri Feb 20 16:03:55 2015 +0000 ---------------------------------------------------------------------- .../appended-resources/supplemental-models.xml | 38 ++++++++++++++++++++ 1 file changed, 38 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/eb9d741c/core/src/main/appended-resources/supplemental-models.xml ---------------------------------------------------------------------- diff --git a/core/src/main/appended-resources/supplemental-models.xml b/core/src/main/appended-resources/supplemental-models.xml index 388d4d2..6c87e92 100644 --- a/core/src/main/appended-resources/supplemental-models.xml +++ b/core/src/main/appended-resources/supplemental-models.xml @@ -113,4 +113,42 @@ </project> </supplement> + <supplement> + <project> + <groupId>org.sonatype.spice</groupId> + <artifactId>model-builder</artifactId> + <version>1.3</version> + <name>Maven Shared Model</name> + <organization> + <name>Sonatype, Inc</name> + <url>http://www.sonatype.org/</url> + </organization> + <licenses> + <license> + <name>The Apache Software License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + </license> + </licenses> + </project> + </supplement> + + <supplement> + <project> + <groupId>de.agilecoders.maven</groupId> + <artifactId>maven-parent-config</artifactId> + <version>0.3.5</version> + <name>Maven Parent Config</name> + <organization> + <name>AgileCoders</name> + <url>https://github.com/agile-coders</url> + </organization> + <licenses> + <license> + <name>The Apache Software License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + </license> + </licenses> + </project> + </supplement> + </supplementalDataModels>
