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

[1/2] git commit: [maven-release-plugin] prepare release quickstart_wicket_restful_jdo-archetype-1.0.1

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


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

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

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


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