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/01/04 10:02:29 UTC

[2/2] git commit: [maven-release-plugin] prepare for next development iteration

Updated Branches:
  refs/heads/prepare/quickstart_wrj-archetype-1.0.1-RC1 [created] d73e006ec


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

Branch: refs/heads/prepare/quickstart_wrj-archetype-1.0.1-RC1
Commit: d73e006ec55ce911f2e998c9130f5350e4ce0b4a
Parents: 9405709
Author: Dan Haywood <da...@apache.org>
Authored: Fri Jan 4 08:35:45 2013 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Fri Jan 4 08:35:45 2013 +0000

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


http://git-wip-us.apache.org/repos/asf/isis/blob/d73e006e/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 dc5a8dd..55832f2 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.1</version>
+  <version>1.0.2-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
   <name>quickstart_wicket_restful_jdo-archetype</name>
   <build>
@@ -46,8 +46,4 @@
     <artifactId>isis</artifactId>
     <version>1.0.0</version>
   </parent>
-
-  <scm>
-    <tag>quickstart_wicket_restful_jdo-archetype-1.0.1</tag>
-  </scm>
 </project>