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/10/22 00:52:50 UTC

[6/7] git commit: [maven-release-plugin] prepare release quickstart_wicket_restful_jdo-archetype-1.3.0

[maven-release-plugin] prepare release quickstart_wicket_restful_jdo-archetype-1.3.0


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/422dd0c4
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/422dd0c4
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/422dd0c4

Branch: refs/heads/prepare/isis-1.3.0-RC1
Commit: 422dd0c429b0e2274745d5930ea6f1c384c28fd2
Parents: c742898
Author: Dan Haywood <da...@apache.org>
Authored: Mon Oct 21 23:46:24 2013 +0100
Committer: Dan Haywood <da...@apache.org>
Committed: Mon Oct 21 23:46:24 2013 +0100

----------------------------------------------------------------------
 example/archetype/quickstart_wicket_restful_jdo/pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/422dd0c4/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 d449259..3189aa4 100644
--- a/example/archetype/quickstart_wicket_restful_jdo/pom.xml
+++ b/example/archetype/quickstart_wicket_restful_jdo/pom.xml
@@ -17,11 +17,11 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.isis.archetype</groupId>
   <artifactId>quickstart_wicket_restful_jdo-archetype</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.3.0</version>
   <packaging>maven-archetype</packaging>
   <name>quickstart_wicket_restful_jdo-archetype</name>
   <build>
@@ -47,4 +47,8 @@
     <version>1.3.0</version>
     <relativePath>../../../core/pom.xm</relativePath>
   </parent>
+
+  <scm>
+    <tag>quickstart_wicket_restful_jdo-archetype-1.3.0</tag>
+  </scm>
 </project>