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 2012/12/24 14:43:58 UTC

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

Branch: refs/heads/master
Commit: cfa379289ee5f910a407d9f95909468e9f77f048
Parents: e491508
Author: Dan Haywood <da...@apache.org>
Authored: Thu Dec 20 16:05:47 2012 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Thu Dec 20 16:05:47 2012 +0000

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


http://git-wip-us.apache.org/repos/asf/isis/blob/cfa37928/component/security/file/pom.xml
----------------------------------------------------------------------
diff --git a/component/security/file/pom.xml b/component/security/file/pom.xml
index e1f4753..001b0a4 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.0</version>
+    <version>1.0.1-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.0</version>
+				<version>1.0.1-SNAPSHOT</version>
 			</dependency>
     	</dependencies>
     </dependencyManagement>
@@ -116,8 +116,4 @@
 		    <scope>test</scope>
 		</dependency>
 	</dependencies>
-
-  <scm>
-    <tag>isis-security-file-1.0.0</tag>
-  </scm>
 </project>