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/05/30 09:47:48 UTC

[13/28] git commit: [maven-release-plugin] prepare release isis-security-shiro-1.1.1

[maven-release-plugin] prepare release isis-security-shiro-1.1.1


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

Branch: refs/heads/master
Commit: 7296ea5e3dedb7d3d83fd3a40a1d6cf53df4f0ae
Parents: f35de18
Author: Dan Haywood <da...@apache.org>
Authored: Sun May 26 07:51:52 2013 +0100
Committer: Dan Haywood <da...@apache.org>
Committed: Sun May 26 07:51:52 2013 +0100

----------------------------------------------------------------------
 component/security/shiro/pom.xml |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/7296ea5e/component/security/shiro/pom.xml
----------------------------------------------------------------------
diff --git a/component/security/shiro/pom.xml b/component/security/shiro/pom.xml
index c0ae3a0..8e7ec0a 100644
--- a/component/security/shiro/pom.xml
+++ b/component/security/shiro/pom.xml
@@ -29,7 +29,7 @@
 
 	<groupId>org.apache.isis.security</groupId>
 	<artifactId>isis-security-shiro</artifactId>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.1</version>
 
 	<name>Isis Shiro Security</name>
 
@@ -100,7 +100,7 @@
 			<dependency>
 			    <groupId>org.apache.isis.security</groupId>
 			    <artifactId>isis-security-shiro</artifactId>
-				<version>1.1.1-SNAPSHOT</version>
+				<version>1.1.1</version>
 			</dependency>
     	</dependencies>
     </dependencyManagement>
@@ -154,4 +154,8 @@
 
 
 	</dependencies>
+
+  <scm>
+    <tag>isis-security-shiro-1.1.1</tag>
+  </scm>
 </project>