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/10/22 00:02:46 UTC

[2/3] git commit: [maven-release-plugin] prepare release isis-security-shiro-1.3.0

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


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

Branch: refs/heads/prepare/isis-1.3.0-RC1
Commit: a773eef138c77689bbac264dc56bb3c07412b86a
Parents: 92a6071
Author: Dan Haywood <da...@apache.org>
Authored: Mon Oct 21 22:51:11 2013 +0100
Committer: Dan Haywood <da...@apache.org>
Committed: Mon Oct 21 22:51:11 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/isis/blob/a773eef1/component/security/shiro/pom.xml
----------------------------------------------------------------------
diff --git a/component/security/shiro/pom.xml b/component/security/shiro/pom.xml
index eb48dc3..5137717 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.3.0-SNAPSHOT</version>
+    <version>1.3.0</version>
 
 	<name>Isis Shiro Security</name>
 
@@ -104,7 +104,7 @@
 			<dependency>
 			    <groupId>org.apache.isis.security</groupId>
 			    <artifactId>isis-security-shiro</artifactId>
-				<version>1.3.0-SNAPSHOT</version>
+				<version>1.3.0</version>
 			</dependency>
     	</dependencies>
     </dependencyManagement>
@@ -160,4 +160,8 @@
 
 
 	</dependencies>
+
+  <scm>
+    <tag>isis-security-shiro-1.3.0</tag>
+  </scm>
 </project>