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/11/04 08:04:45 UTC

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

Branch: refs/heads/prepare/isis-viewer-wicket-1.3.1-RC1
Commit: ed36888e7d23772b19bce1168eb4e4e76b1d55f2
Parents: b9af035
Author: Dan Haywood <da...@apache.org>
Authored: Mon Nov 4 06:56:25 2013 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Mon Nov 4 06:56:25 2013 +0000

----------------------------------------------------------------------
 example/archetype/simple_wicket_restful_jdo/pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/ed36888e/example/archetype/simple_wicket_restful_jdo/pom.xml
----------------------------------------------------------------------
diff --git a/example/archetype/simple_wicket_restful_jdo/pom.xml b/example/archetype/simple_wicket_restful_jdo/pom.xml
index d93b501..93a72b1 100644
--- a/example/archetype/simple_wicket_restful_jdo/pom.xml
+++ b/example/archetype/simple_wicket_restful_jdo/pom.xml
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.isis.archetype</groupId>
   <artifactId>simple_wicket_restful_jdo-archetype</artifactId>
-  <version>1.3.1</version>
+  <version>1.4.0-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
   <name>simple_wicket_restful_jdo-archetype</name>
   <build>
@@ -47,8 +47,4 @@
     <version>1.3.0</version>
     <relativePath>../../../core/pom.xml</relativePath>
   </parent>
-
-  <scm>
-    <tag>simple_wicket_restful_jdo-archetype-1.3.1</tag>
-  </scm>
 </project>