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:48:02 UTC

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

Branch: refs/heads/master
Commit: fda3ef1ebc3657fe063d1d0b30adb6ffc83dd25f
Parents: 7f2e1e6
Author: Dan Haywood <da...@apache.org>
Authored: Mon May 27 07:36:19 2013 +0100
Committer: Dan Haywood <da...@apache.org>
Committed: Mon May 27 07:36:19 2013 +0100

----------------------------------------------------------------------
 .../quickstart_wicket_restful_jdo/pom.xml          |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/fda3ef1e/example/archetype/quickstart_wicket_restful_jdo/pom.xml
----------------------------------------------------------------------
diff --git a/example/archetype/quickstart_wicket_restful_jdo/pom.xml b/example/archetype/quickstart_wicket_restful_jdo/pom.xml
index 25a3645..a3fe205 100644
--- a/example/archetype/quickstart_wicket_restful_jdo/pom.xml
+++ b/example/archetype/quickstart_wicket_restful_jdo/pom.xml
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.isis.archetype</groupId>
   <artifactId>quickstart_wicket_restful_jdo-archetype</artifactId>
-  <version>1.0.3</version>
+  <version>1.0.4-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
   <name>quickstart_wicket_restful_jdo-archetype</name>
   <build>
@@ -47,8 +47,4 @@
     <version>1.2.0</version>
     <relativePath>../../../core/pom.xm</relativePath>
   </parent>
-
-  <scm>
-    <tag>quickstart_wicket_restful_jdo-archetype-1.0.3</tag>
-  </scm>
 </project>