You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/01/10 20:09:37 UTC

[1/8] git commit: ISIS-290: updating supplemental-models.xml

ISIS-290: updating supplemental-models.xml

- for missing license metadata


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/1afdd4f3
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/1afdd4f3
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/1afdd4f3

Branch: refs/heads/master
Commit: 1afdd4f30b4081a926c9e82de62ac3f5b2aafd46
Parents: ed3aceb
Author: Dan Haywood <da...@apache.org>
Authored: Mon Jan 7 07:51:43 2013 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Mon Jan 7 07:51:43 2013 +0000

----------------------------------------------------------------------
 component/security/shiro/pom.xml                   |    2 +-
 .../appended-resources/supplemental-models.xml     |   15 ++++++++++++++-
 2 files changed, 15 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/1afdd4f3/component/security/shiro/pom.xml
----------------------------------------------------------------------
diff --git a/component/security/shiro/pom.xml b/component/security/shiro/pom.xml
index 5e54936..e53cce7 100644
--- a/component/security/shiro/pom.xml
+++ b/component/security/shiro/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.isis.core</groupId>
 		<artifactId>isis</artifactId>
-		<version>1.0.1-SNAPSHOT</version>
+		<version>1.0.0</version>
 		<relativePath>../../../core/pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/isis/blob/1afdd4f3/component/security/shiro/src/main/appended-resources/supplemental-models.xml
----------------------------------------------------------------------
diff --git a/component/security/shiro/src/main/appended-resources/supplemental-models.xml b/component/security/shiro/src/main/appended-resources/supplemental-models.xml
index da304ec..9ecb462 100644
--- a/component/security/shiro/src/main/appended-resources/supplemental-models.xml
+++ b/component/security/shiro/src/main/appended-resources/supplemental-models.xml
@@ -12,5 +12,18 @@
 <supplementalDataModels xmlns="http://maven.apache.org/supplemental-model/1.0.0"
                         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xsi:schemaLocation="http://maven.apache.org/supplemental-model/1.0.0 http://maven.apache.org/xsd/supplemental-model-1.0.0.xsd">
- 
+
+  <supplement>
+    <project>
+      <groupId>aopalliance</groupId>
+      <artifactId>aopalliance</artifactId>
+      <version>1.0</version>
+      <licenses>
+          <license>
+              <name>Public Domain</name>
+          </license>
+      </licenses>
+    </project>
+  </supplement>
+
 </supplementalDataModels>