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:49 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/b0e0a256
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/b0e0a256
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/b0e0a256

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

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


http://git-wip-us.apache.org/repos/asf/isis/blob/b0e0a256/component/security/shiro/pom.xml
----------------------------------------------------------------------
diff --git a/component/security/shiro/pom.xml b/component/security/shiro/pom.xml
index 8e7ec0a..29935f3 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</version>
+    <version>1.1.2-SNAPSHOT</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</version>
+				<version>1.1.2-SNAPSHOT</version>
 			</dependency>
     	</dependencies>
     </dependencyManagement>
@@ -154,8 +154,4 @@
 
 
 	</dependencies>
-
-  <scm>
-    <tag>isis-security-shiro-1.1.1</tag>
-  </scm>
 </project>