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:25 UTC

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

Branch: refs/heads/prepare/isis-1.2.0-RC1
Commit: 6e1da2b67121886e058c36689d3e206e37934cc3
Parents: 2d7fa32
Author: Dan Haywood <da...@apache.org>
Authored: Thu May 23 08:42:32 2013 +0100
Committer: Dan Haywood <da...@apache.org>
Committed: Thu May 23 08:42:32 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/isis/blob/6e1da2b6/component/security/file/pom.xml
----------------------------------------------------------------------
diff --git a/component/security/file/pom.xml b/component/security/file/pom.xml
index f80eff1..156f1be 100644
--- a/component/security/file/pom.xml
+++ b/component/security/file/pom.xml
@@ -29,7 +29,7 @@
 
 	<groupId>org.apache.isis.security</groupId>
 	<artifactId>isis-security-file</artifactId>
-    <version>1.0.1</version>
+    <version>1.0.2-SNAPSHOT</version>
 
 	<name>Isis File Security</name>
 
@@ -99,7 +99,7 @@
 			<dependency>
 			    <groupId>org.apache.isis.security</groupId>
 			    <artifactId>isis-security-file</artifactId>
-				<version>1.0.1</version>
+				<version>1.0.2-SNAPSHOT</version>
 			</dependency>
     	</dependencies>
     </dependencyManagement>
@@ -116,8 +116,4 @@
 		    <scope>test</scope>
 		</dependency>
 	</dependencies>
-
-  <scm>
-    <tag>isis-security-file-1.0.1</tag>
-  </scm>
 </project>