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/23 10:07:22 UTC

[16/19] 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/ebf7023f
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/ebf7023f
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/ebf7023f

Branch: refs/heads/prepare/isis-1.2.0-RC1
Commit: ebf7023f818f07ef1d42a7031e52f32adc7c4837
Parents: df5f9a3
Author: Dan Haywood <da...@apache.org>
Authored: Thu May 23 08:26:45 2013 +0100
Committer: Dan Haywood <da...@apache.org>
Committed: Thu May 23 08:26:45 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/ebf7023f/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>