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/27 08:51:28 UTC

[26/27] git commit: [maven-release-plugin] prepare release quickstart_wicket_restful_jdo-archetype-1.0.3

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


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

Branch: refs/heads/prepare/isis-1.2.0
Commit: 7f2e1e60fa412a9d020ae8bdd9e8ef34519c135f
Parents: 4a86f07
Author: Dan Haywood <da...@apache.org>
Authored: Mon May 27 07:36:13 2013 +0100
Committer: Dan Haywood <da...@apache.org>
Committed: Mon May 27 07:36:13 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/isis/blob/7f2e1e60/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 d4866ef..25a3645 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.0.3-SNAPSHOT</version>
+  <version>1.0.3</version>
   <packaging>maven-archetype</packaging>
   <name>quickstart_wicket_restful_jdo-archetype</name>
   <build>
@@ -47,4 +47,8 @@
     <version>1.2.0</version>
     <relativePath>../../../core/pom.xm</relativePath>
   </parent>
+
+  <scm>
+    <tag>quickstart_wicket_restful_jdo-archetype-1.0.3</tag>
+  </scm>
 </project>