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/25 13:45:29 UTC

[14/28] git commit: [maven-release-plugin] prepare for next development iteration

[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: 4b83263739701b5f28d9df4df882f2c2002544f6
Parents: a773eef
Author: Dan Haywood <da...@apache.org>
Authored: Mon Oct 21 22:51:22 2013 +0100
Committer: Dan Haywood <da...@apache.org>
Committed: Mon Oct 21 22:51:22 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/isis/blob/4b832637/component/security/shiro/pom.xml
----------------------------------------------------------------------
diff --git a/component/security/shiro/pom.xml b/component/security/shiro/pom.xml
index 5137717..8b38f8d 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</version>
+    <version>1.4.0-SNAPSHOT</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</version>
+				<version>1.4.0-SNAPSHOT</version>
 			</dependency>
     	</dependencies>
     </dependencyManagement>
@@ -160,8 +160,4 @@
 
 
 	</dependencies>
-
-  <scm>
-    <tag>isis-security-shiro-1.3.0</tag>
-  </scm>
 </project>