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/14 10:30:08 UTC

[01/12] git commit: ISIS-581: downgrading wicket viewer poms to 1.3.1-SNAPSHOT

Updated Branches:
  refs/heads/master e78ec61e0 -> 2bda80b88


ISIS-581: downgrading wicket viewer poms to 1.3.1-SNAPSHOT


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

Branch: refs/heads/master
Commit: f31d69144774310f6df7ea40ddcacf8bfe673022
Parents: cfcb546
Author: Dan Haywood <da...@apache.org>
Authored: Mon Nov 4 05:33:13 2013 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Mon Nov 4 05:33:13 2013 +0000

----------------------------------------------------------------------
 component/viewer/wicket/impl/pom.xml  |  2 +-
 component/viewer/wicket/model/pom.xml |  2 +-
 component/viewer/wicket/pom.xml       | 16 ++++++++--------
 component/viewer/wicket/tck/pom.xml   |  6 +++---
 component/viewer/wicket/ui/pom.xml    |  2 +-
 5 files changed, 14 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/f31d6914/component/viewer/wicket/impl/pom.xml
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/impl/pom.xml b/component/viewer/wicket/impl/pom.xml
index fd6c1f6..94d4aa3 100644
--- a/component/viewer/wicket/impl/pom.xml
+++ b/component/viewer/wicket/impl/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.isis.viewer</groupId>
 		<artifactId>isis-viewer-wicket</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</version>
 	</parent>
 
 	<name>Isis Wicket Viewer Implementation</name>

http://git-wip-us.apache.org/repos/asf/isis/blob/f31d6914/component/viewer/wicket/model/pom.xml
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/model/pom.xml b/component/viewer/wicket/model/pom.xml
index a003bb9..1ea4d47 100644
--- a/component/viewer/wicket/model/pom.xml
+++ b/component/viewer/wicket/model/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.isis.viewer</groupId>
 		<artifactId>isis-viewer-wicket</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>isis-viewer-wicket-model</artifactId>

http://git-wip-us.apache.org/repos/asf/isis/blob/f31d6914/component/viewer/wicket/pom.xml
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/pom.xml b/component/viewer/wicket/pom.xml
index c869232..8fdc721 100644
--- a/component/viewer/wicket/pom.xml
+++ b/component/viewer/wicket/pom.xml
@@ -24,13 +24,13 @@
 	<parent>
 		<groupId>org.apache.isis.core</groupId>
 		<artifactId>isis</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.3.0</version>
 		<relativePath>../../../core/pom.xml</relativePath>
 	</parent>
 
 	<groupId>org.apache.isis.viewer</groupId>
 	<artifactId>isis-viewer-wicket</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.3.1-SNAPSHOT</version>
 
 	<name>Isis Wicket Viewer</name>
 
@@ -105,36 +105,36 @@
 			<dependency>
 				<groupId>org.apache.isis.viewer</groupId>
 				<artifactId>isis-viewer-wicket-model</artifactId>
-				<version>1.4.0-SNAPSHOT</version>
+				<version>1.3.1-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.viewer</groupId>
 				<artifactId>isis-viewer-wicket-model</artifactId>
-                <version>1.4.0-SNAPSHOT</version>
+                <version>1.3.1-SNAPSHOT</version>
 				<scope>test</scope>
 				<type>test-jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.viewer</groupId>
 				<artifactId>isis-viewer-wicket-ui</artifactId>
-                <version>1.4.0-SNAPSHOT</version>
+                <version>1.3.1-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.viewer</groupId>
 				<artifactId>isis-viewer-wicket-ui</artifactId>
-                <version>1.4.0-SNAPSHOT</version>
+                <version>1.3.1-SNAPSHOT</version>
 				<scope>test</scope>
 				<type>test-jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.viewer</groupId>
 				<artifactId>isis-viewer-wicket-impl</artifactId>
-                <version>1.4.0-SNAPSHOT</version>
+                <version>1.3.1-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.viewer</groupId>
 				<artifactId>isis-viewer-wicket-impl</artifactId>
-                <version>1.4.0-SNAPSHOT</version>
+                <version>1.3.1-SNAPSHOT</version>
 				<scope>test</scope>
 				<type>test-jar</type>
 			</dependency>

http://git-wip-us.apache.org/repos/asf/isis/blob/f31d6914/component/viewer/wicket/tck/pom.xml
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/tck/pom.xml b/component/viewer/wicket/tck/pom.xml
index 6a6e132..f53af9b 100644
--- a/component/viewer/wicket/tck/pom.xml
+++ b/component/viewer/wicket/tck/pom.xml
@@ -23,19 +23,19 @@
     <parent>
         <groupId>org.apache.isis.core</groupId>
         <artifactId>isis-core-tck</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../../../../core/tck/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.isis.viewer</groupId>
 	<artifactId>isis-viewer-wicket-tck</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.3.1-SNAPSHOT</version>
 
 	<name>Isis Wicket Viewer TCK tests</name>
 
 
 	<properties>
-        <isis-viewer-wicket.version>1.4.0-SNAPSHOT</isis-viewer-wicket.version>
+        <isis-viewer-wicket.version>1.3.1-SNAPSHOT</isis-viewer-wicket.version>
 		<jetty.version>6.1.4</jetty.version>
 		<siteBaseDir>..</siteBaseDir>
 		<relativeUrl>wicket-tck/</relativeUrl>

http://git-wip-us.apache.org/repos/asf/isis/blob/f31d6914/component/viewer/wicket/ui/pom.xml
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/ui/pom.xml b/component/viewer/wicket/ui/pom.xml
index e91eb93..c2a47e8 100644
--- a/component/viewer/wicket/ui/pom.xml
+++ b/component/viewer/wicket/ui/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.isis.viewer</groupId>
 		<artifactId>isis-viewer-wicket</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>isis-viewer-wicket-ui</artifactId>


[10/12] git commit: ISIS-585: fixing links

Posted by da...@apache.org.
ISIS-585: fixing links


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

Branch: refs/heads/master
Commit: 42ee984cf62dadcd915fe7ab23e7ce474aa4f0a0
Parents: 217335c
Author: Dan Haywood <da...@apache.org>
Authored: Thu Nov 14 08:05:23 2013 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Thu Nov 14 08:05:23 2013 +0000

----------------------------------------------------------------------
 .../webapp/src/main/resources/webapp/welcome.html           | 6 +++---
 .../webapp/src/main/resources/webapp/welcome.html           | 9 +++------
 2 files changed, 6 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/42ee984c/example/application/simple_wicket_restful_jdo/webapp/src/main/resources/webapp/welcome.html
----------------------------------------------------------------------
diff --git a/example/application/simple_wicket_restful_jdo/webapp/src/main/resources/webapp/welcome.html b/example/application/simple_wicket_restful_jdo/webapp/src/main/resources/webapp/welcome.html
index 6a0f08a..b25e363 100644
--- a/example/application/simple_wicket_restful_jdo/webapp/src/main/resources/webapp/welcome.html
+++ b/example/application/simple_wicket_restful_jdo/webapp/src/main/resources/webapp/welcome.html
@@ -24,11 +24,11 @@
     <br/>
     This app has been generated using Isis' 
     <a href="http://isis.apache.org/getting-started/simple-archetype.html">simple</a> archetype, 
-    which configures Isis' most commonly used components as part of a purposefully minimal application.
+    which configures Isis' most commonly used components as part of a very simple and purposefully minimal application.
     <br/>
     <br/>
-    The app itself consists of a single domain class, <a href="https://github.com/apache/isis/blob/master/example/application/simple_wicket_restful_jdo/dom/src/main/java/dom/simple/SimpleObject.java"  target="_blank">SimpleObject</a>, 
-    along with an equally simple (factory/repository) domain service, <a href="https://github.com/apache/isis/blob/master/example/application/simple_wicket_restful_jdo/dom/src/main/java/dom/simple/SimpleObjects.java"  target="_blank">SimpleObjects</a>.
+    The app itself consists of a single domain class, <a href="https://github.com/apache/isis/blob/master/example/application/simple%5Fwicket_restful_jdo/dom/src/main/java/dom/simple/SimpleObject.java"  target="_blank">SimpleObject</a>, 
+    along with an equally simple (factory/repository) domain service, <a href="https://github.com/apache/isis/blob/master/example/application/simple%5Fwicket_restful_jdo/dom/src/main/java/dom/simple/SimpleObjects.java"  target="_blank">SimpleObjects</a>.
     <br/>
     <br/>
     For more details, see the <a href="http://isis.apache.org/documentation.html" target="_blank">Isis website</a>.

http://git-wip-us.apache.org/repos/asf/isis/blob/42ee984c/example/archetype/simple_wicket_restful_jdo/src/main/resources/archetype-resources/webapp/src/main/resources/webapp/welcome.html
----------------------------------------------------------------------
diff --git a/example/archetype/simple_wicket_restful_jdo/src/main/resources/archetype-resources/webapp/src/main/resources/webapp/welcome.html b/example/archetype/simple_wicket_restful_jdo/src/main/resources/archetype-resources/webapp/src/main/resources/webapp/welcome.html
index 6758c90..b25e363 100644
--- a/example/archetype/simple_wicket_restful_jdo/src/main/resources/archetype-resources/webapp/src/main/resources/webapp/welcome.html
+++ b/example/archetype/simple_wicket_restful_jdo/src/main/resources/archetype-resources/webapp/src/main/resources/webapp/welcome.html
@@ -1,6 +1,3 @@
-#set( $symbol_pound = '#' )
-#set( $symbol_dollar = '$' )
-#set( $symbol_escape = '\' )
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one
@@ -27,11 +24,11 @@
     <br/>
     This app has been generated using Isis' 
     <a href="http://isis.apache.org/getting-started/simple-archetype.html">simple</a> archetype, 
-    which configures Isis' most commonly used components as part of a purposefully minimal application.
+    which configures Isis' most commonly used components as part of a very simple and purposefully minimal application.
     <br/>
     <br/>
-    The app itself consists of a single domain class, <a href="https://github.com/apache/isis/blob/master/example/application/${parentArtifactId}/dom/src/main/java/dom/simple/SimpleObject.java"  target="_blank">SimpleObject</a>, 
-    along with an equally simple (factory/repository) domain service, <a href="https://github.com/apache/isis/blob/master/example/application/${parentArtifactId}/dom/src/main/java/dom/simple/SimpleObjects.java"  target="_blank">SimpleObjects</a>.
+    The app itself consists of a single domain class, <a href="https://github.com/apache/isis/blob/master/example/application/simple%5Fwicket_restful_jdo/dom/src/main/java/dom/simple/SimpleObject.java"  target="_blank">SimpleObject</a>, 
+    along with an equally simple (factory/repository) domain service, <a href="https://github.com/apache/isis/blob/master/example/application/simple%5Fwicket_restful_jdo/dom/src/main/java/dom/simple/SimpleObjects.java"  target="_blank">SimpleObjects</a>.
     <br/>
     <br/>
     For more details, see the <a href="http://isis.apache.org/documentation.html" target="_blank">Isis website</a>.


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

Posted by da...@apache.org.
[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/6b66ad5f
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/6b66ad5f
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/6b66ad5f

Branch: refs/heads/master
Commit: 6b66ad5f56d1af664d0bd7d08ccef272873c12bc
Parents: 109ee24
Author: Dan Haywood <da...@apache.org>
Authored: Mon Nov 4 05:53:25 2013 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Mon Nov 4 05:53:25 2013 +0000

----------------------------------------------------------------------
 component/viewer/wicket/impl/pom.xml  |  2 +-
 component/viewer/wicket/model/pom.xml |  2 +-
 component/viewer/wicket/pom.xml       | 18 +++++++-----------
 component/viewer/wicket/tck/pom.xml   |  8 ++------
 component/viewer/wicket/ui/pom.xml    |  2 +-
 5 files changed, 12 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/6b66ad5f/component/viewer/wicket/impl/pom.xml
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/impl/pom.xml b/component/viewer/wicket/impl/pom.xml
index b34259b..fd6c1f6 100644
--- a/component/viewer/wicket/impl/pom.xml
+++ b/component/viewer/wicket/impl/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.isis.viewer</groupId>
 		<artifactId>isis-viewer-wicket</artifactId>
-        <version>1.3.1</version>
+        <version>1.4.0-SNAPSHOT</version>
 	</parent>
 
 	<name>Isis Wicket Viewer Implementation</name>

http://git-wip-us.apache.org/repos/asf/isis/blob/6b66ad5f/component/viewer/wicket/model/pom.xml
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/model/pom.xml b/component/viewer/wicket/model/pom.xml
index be118a2..a003bb9 100644
--- a/component/viewer/wicket/model/pom.xml
+++ b/component/viewer/wicket/model/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.isis.viewer</groupId>
 		<artifactId>isis-viewer-wicket</artifactId>
-        <version>1.3.1</version>
+        <version>1.4.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>isis-viewer-wicket-model</artifactId>

http://git-wip-us.apache.org/repos/asf/isis/blob/6b66ad5f/component/viewer/wicket/pom.xml
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/pom.xml b/component/viewer/wicket/pom.xml
index 23c87ff..57b36c7 100644
--- a/component/viewer/wicket/pom.xml
+++ b/component/viewer/wicket/pom.xml
@@ -30,7 +30,7 @@
 
 	<groupId>org.apache.isis.viewer</groupId>
 	<artifactId>isis-viewer-wicket</artifactId>
-    <version>1.3.1</version>
+    <version>1.4.0-SNAPSHOT</version>
 
 	<name>Isis Wicket Viewer</name>
 
@@ -105,36 +105,36 @@
 			<dependency>
 				<groupId>org.apache.isis.viewer</groupId>
 				<artifactId>isis-viewer-wicket-model</artifactId>
-				<version>1.3.1</version>
+				<version>1.4.0-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.viewer</groupId>
 				<artifactId>isis-viewer-wicket-model</artifactId>
-                <version>1.3.1</version>
+                <version>1.4.0-SNAPSHOT</version>
 				<scope>test</scope>
 				<type>test-jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.viewer</groupId>
 				<artifactId>isis-viewer-wicket-ui</artifactId>
-                <version>1.3.1</version>
+                <version>1.4.0-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.viewer</groupId>
 				<artifactId>isis-viewer-wicket-ui</artifactId>
-                <version>1.3.1</version>
+                <version>1.4.0-SNAPSHOT</version>
 				<scope>test</scope>
 				<type>test-jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.viewer</groupId>
 				<artifactId>isis-viewer-wicket-impl</artifactId>
-                <version>1.3.1</version>
+                <version>1.4.0-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.viewer</groupId>
 				<artifactId>isis-viewer-wicket-impl</artifactId>
-                <version>1.3.1</version>
+                <version>1.4.0-SNAPSHOT</version>
 				<scope>test</scope>
 				<type>test-jar</type>
 			</dependency>
@@ -282,8 +282,4 @@
 
 		</dependencies>
 	</dependencyManagement>
-
-  <scm>
-    <tag>isis-viewer-wicket-1.3.1</tag>
-  </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/isis/blob/6b66ad5f/component/viewer/wicket/tck/pom.xml
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/tck/pom.xml b/component/viewer/wicket/tck/pom.xml
index 3f612ff..03d1feb 100644
--- a/component/viewer/wicket/tck/pom.xml
+++ b/component/viewer/wicket/tck/pom.xml
@@ -29,13 +29,13 @@
 
     <groupId>org.apache.isis.viewer</groupId>
 	<artifactId>isis-viewer-wicket-tck</artifactId>
-    <version>1.3.1</version>
+    <version>1.4.0-SNAPSHOT</version>
 
 	<name>Isis Wicket Viewer TCK tests</name>
 
 
 	<properties>
-        <isis-viewer-wicket.version>1.3.1</isis-viewer-wicket.version>
+        <isis-viewer-wicket.version>1.4.0-SNAPSHOT</isis-viewer-wicket.version>
 		<jetty.version>6.1.4</jetty.version>
 		<siteBaseDir>..</siteBaseDir>
 		<relativeUrl>wicket-tck/</relativeUrl>
@@ -115,8 +115,4 @@
         </dependency>
 
 	</dependencies>
-
-  <scm>
-    <tag>isis-viewer-wicket-1.3.1</tag>
-  </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/isis/blob/6b66ad5f/component/viewer/wicket/ui/pom.xml
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/ui/pom.xml b/component/viewer/wicket/ui/pom.xml
index 693c97b..e91eb93 100644
--- a/component/viewer/wicket/ui/pom.xml
+++ b/component/viewer/wicket/ui/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.isis.viewer</groupId>
 		<artifactId>isis-viewer-wicket</artifactId>
-        <version>1.3.1</version>
+        <version>1.4.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>isis-viewer-wicket-ui</artifactId>


[11/12] git commit: Merge branch 'prepare/isis-viewer-wicket-1.3.1-RC1'

Posted by da...@apache.org.
Merge branch 'prepare/isis-viewer-wicket-1.3.1-RC1'


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

Branch: refs/heads/master
Commit: 922960fa21dbd3cd6bc7946f568356420c4a2612
Parents: e78ec61 42ee984
Author: Dan Haywood <da...@apache.org>
Authored: Thu Nov 14 09:11:04 2013 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Thu Nov 14 09:11:04 2013 +0000

----------------------------------------------------------------------
 component/viewer/wicket/pom.xml                             | 2 +-
 component/viewer/wicket/tck/pom.xml                         | 2 +-
 .../webapp/src/main/webapp/about/index.html                 | 5 +++++
 .../webapp/src/main/resources/webapp/welcome.html           | 6 +++---
 .../webapp/src/main/webapp/about/index.html                 | 5 +++++
 example/archetype/quickstart_wicket_restful_jdo/pom.xml     | 2 +-
 .../src/main/resources/archetype-resources/pom.xml          | 2 +-
 .../webapp/src/main/webapp/about/index.html                 | 5 +++++
 example/archetype/simple_wicket_restful_jdo/pom.xml         | 2 +-
 .../src/main/resources/archetype-resources/pom.xml          | 2 +-
 .../webapp/src/main/resources/webapp/welcome.html           | 9 +++------
 .../webapp/src/main/webapp/about/index.html                 | 5 +++++
 12 files changed, 32 insertions(+), 15 deletions(-)
----------------------------------------------------------------------



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

Posted by da...@apache.org.
[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/master
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>


[05/12] git commit: ISIS-581: adding para on sven/pass to index.html in the two archetypes.

Posted by da...@apache.org.
ISIS-581: adding para on sven/pass to index.html in the two archetypes.


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

Branch: refs/heads/master
Commit: f20e9a4187e121a28e0e0b4ae2dde85905009701
Parents: 0cf7da3
Author: Dan Haywood <da...@apache.org>
Authored: Mon Nov 4 06:53:09 2013 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Mon Nov 4 06:53:09 2013 +0000

----------------------------------------------------------------------
 .../webapp/src/main/webapp/about/index.html                     | 5 +++++
 .../webapp/src/main/webapp/about/index.html                     | 5 +++++
 .../archetype-resources/webapp/src/main/webapp/about/index.html | 5 +++++
 .../archetype-resources/webapp/src/main/webapp/about/index.html | 5 +++++
 4 files changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/f20e9a41/example/application/quickstart_wicket_restful_jdo/webapp/src/main/webapp/about/index.html
----------------------------------------------------------------------
diff --git a/example/application/quickstart_wicket_restful_jdo/webapp/src/main/webapp/about/index.html b/example/application/quickstart_wicket_restful_jdo/webapp/src/main/webapp/about/index.html
index b3908db..d71aa2b 100644
--- a/example/application/quickstart_wicket_restful_jdo/webapp/src/main/webapp/about/index.html
+++ b/example/application/quickstart_wicket_restful_jdo/webapp/src/main/webapp/about/index.html
@@ -110,6 +110,11 @@ th, td {
                     <td><a href="http://isis.apache.org/components/security/shiro/about.html">shiro security</a></td>
                 </tr>
             </table>
+
+            <p>
+            The default user/password is <i>sven/pass</i> (as configured in the 
+            <a href="https://github.com/apache/isis/blob/master/example/application/quickstart%5Fwicket_restful_jdo/webapp/src/main/webapp/WEB-INF/shiro.ini">shiro.ini</a> file).
+            </p>
     
             <h2>App contents</h2>
             <p>The key files in this &quot;todo&quot; app are:</p>

http://git-wip-us.apache.org/repos/asf/isis/blob/f20e9a41/example/application/simple_wicket_restful_jdo/webapp/src/main/webapp/about/index.html
----------------------------------------------------------------------
diff --git a/example/application/simple_wicket_restful_jdo/webapp/src/main/webapp/about/index.html b/example/application/simple_wicket_restful_jdo/webapp/src/main/webapp/about/index.html
index 49e4096..ffc4557 100644
--- a/example/application/simple_wicket_restful_jdo/webapp/src/main/webapp/about/index.html
+++ b/example/application/simple_wicket_restful_jdo/webapp/src/main/webapp/about/index.html
@@ -112,6 +112,11 @@ th, td {
                 </tr>
             </table>
             
+            <p>
+            The default user/password is <i>sven/pass</i> (as configured in the 
+            <a href="https://github.com/apache/isis/blob/master/example/application/simple%5Fwicket_restful_jdo/webapp/src/main/webapp/WEB-INF/shiro.ini">shiro.ini</a> file).
+            </p>
+            
         </div>
     </body>
 </html>

http://git-wip-us.apache.org/repos/asf/isis/blob/f20e9a41/example/archetype/quickstart_wicket_restful_jdo/src/main/resources/archetype-resources/webapp/src/main/webapp/about/index.html
----------------------------------------------------------------------
diff --git a/example/archetype/quickstart_wicket_restful_jdo/src/main/resources/archetype-resources/webapp/src/main/webapp/about/index.html b/example/archetype/quickstart_wicket_restful_jdo/src/main/resources/archetype-resources/webapp/src/main/webapp/about/index.html
index ed4b415..ce5ed56 100644
--- a/example/archetype/quickstart_wicket_restful_jdo/src/main/resources/archetype-resources/webapp/src/main/webapp/about/index.html
+++ b/example/archetype/quickstart_wicket_restful_jdo/src/main/resources/archetype-resources/webapp/src/main/webapp/about/index.html
@@ -113,6 +113,11 @@ ${symbol_pound}wrapper {
                     <td><a href="http://isis.apache.org/components/security/shiro/about.html">shiro security</a></td>
                 </tr>
             </table>
+
+            <p>
+            The default user/password is <i>sven/pass</i> (as configured in the 
+            <a href="https://github.com/apache/isis/blob/master/example/application/quickstart%5Fwicket_restful_jdo/webapp/src/main/webapp/WEB-INF/shiro.ini">shiro.ini</a> file).
+            </p>
     
             <h2>App contents</h2>
             <p>The key files in this &quot;todo&quot; app are:</p>

http://git-wip-us.apache.org/repos/asf/isis/blob/f20e9a41/example/archetype/simple_wicket_restful_jdo/src/main/resources/archetype-resources/webapp/src/main/webapp/about/index.html
----------------------------------------------------------------------
diff --git a/example/archetype/simple_wicket_restful_jdo/src/main/resources/archetype-resources/webapp/src/main/webapp/about/index.html b/example/archetype/simple_wicket_restful_jdo/src/main/resources/archetype-resources/webapp/src/main/webapp/about/index.html
index aa37125..a14497c 100644
--- a/example/archetype/simple_wicket_restful_jdo/src/main/resources/archetype-resources/webapp/src/main/webapp/about/index.html
+++ b/example/archetype/simple_wicket_restful_jdo/src/main/resources/archetype-resources/webapp/src/main/webapp/about/index.html
@@ -115,6 +115,11 @@ ${symbol_pound}wrapper {
                 </tr>
             </table>
             
+            <p>
+            The default user/password is <i>sven/pass</i> (as configured in the 
+            <a href="https://github.com/apache/isis/blob/master/example/application/simple%5Fwicket_restful_jdo/webapp/src/main/webapp/WEB-INF/shiro.ini">shiro.ini</a> file).
+            </p>
+            
         </div>
     </body>
 </html>


[12/12] git commit: ISIS-581: updating STATUS

Posted by da...@apache.org.
ISIS-581: updating STATUS

also noticed that oscarbou was not listed as committer/PMC member, and that madytyoo was not listed as a PMC member


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

Branch: refs/heads/master
Commit: 2bda80b88be3e804b0fbb8966fa556cb1c87824e
Parents: 922960f
Author: Dan Haywood <da...@apache.org>
Authored: Thu Nov 14 09:28:46 2013 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Thu Nov 14 09:28:46 2013 +0000

----------------------------------------------------------------------
 STATUS | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/2bda80b8/STATUS
----------------------------------------------------------------------
diff --git a/STATUS b/STATUS
index 867808e..45ed6e0 100644
--- a/STATUS
+++ b/STATUS
@@ -18,6 +18,10 @@ Description
 
 TLP releases:
 
+  * isis-viewer-wicket-1.3.1                       : 07 Nov 2013
+  * quickstart-wicket-restful_jdo-archetype-1.3.1  : 07 Nov 2013
+  * simple-wicket-restful_jdo-archetype-1.3.1      : 07 Nov 2013
+
   * isis-1.3.0                                     : 25 Oct 2013
   * isis-objectstore-jdo-1.3.0                     : 25 Oct 2013
   * isis-security-shiro-1.3.0                      : 25 Oct 2013
@@ -83,4 +87,5 @@ Team:
   PMC, Committer       mnour        Mohammad Nour El-Din (CLA on file)
   PMC, Committer       themalkolm   Alexander Krasnukhin (CLA on file)
   PMC, Committer       dslaughter   David Slaughter (CLA on file)
-  Committer            madytyoo     Maurizio Taverna (CLA on file)
+  PMC, Committer       madytyoo     Maurizio Taverna (CLA on file)
+  PMC, Committer       oscarbou     Oscar Bou (CLA on file)


[08/12] git commit: [maven-release-plugin] prepare release quickstart_wicket_restful_jdo-archetype-1.3.1

Posted by da...@apache.org.
[maven-release-plugin] prepare release quickstart_wicket_restful_jdo-archetype-1.3.1


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

Branch: refs/heads/master
Commit: 5dbb1bb612dcdc25d2962e4b3a4fbf58dfbc3a27
Parents: ed36888
Author: Dan Haywood <da...@apache.org>
Authored: Mon Nov 4 07:07:16 2013 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Mon Nov 4 07:07:16 2013 +0000

----------------------------------------------------------------------
 example/archetype/quickstart_wicket_restful_jdo/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/5dbb1bb6/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 da46cc4..e38a802 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.3.1-SNAPSHOT</version>
+  <version>1.3.1</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.xml</relativePath>
   </parent>
+
+  <scm>
+    <tag>quickstart_wicket_restful_jdo-archetype-1.3.1</tag>
+  </scm>
 </project>


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

Posted by da...@apache.org.
[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/217335cd
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/217335cd
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/217335cd

Branch: refs/heads/master
Commit: 217335cde927f45a5f62e07f3586fbbd4fa4e2fc
Parents: 5dbb1bb
Author: Dan Haywood <da...@apache.org>
Authored: Mon Nov 4 07:07:25 2013 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Mon Nov 4 07:07:25 2013 +0000

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


http://git-wip-us.apache.org/repos/asf/isis/blob/217335cd/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 e38a802..9817965 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.3.1</version>
+  <version>1.4.0-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
   <name>quickstart_wicket_restful_jdo-archetype</name>
   <build>
@@ -47,8 +47,4 @@
     <version>1.3.0</version>
     <relativePath>../../../core/pom.xml</relativePath>
   </parent>
-
-  <scm>
-    <tag>quickstart_wicket_restful_jdo-archetype-1.3.1</tag>
-  </scm>
 </project>


[04/12] git commit: ISIS-581: updating archetype poms and resources

Posted by da...@apache.org.
ISIS-581: updating archetype poms and resources


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

Branch: refs/heads/master
Commit: 0cf7da3a5e9778e85ab64d924ff65b5e878d8f27
Parents: 6b66ad5
Author: Dan Haywood <da...@apache.org>
Authored: Mon Nov 4 06:26:44 2013 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Mon Nov 4 06:26:44 2013 +0000

----------------------------------------------------------------------
 example/archetype/quickstart_wicket_restful_jdo/pom.xml          | 4 ++--
 .../src/main/resources/archetype-resources/pom.xml               | 2 +-
 example/archetype/simple_wicket_restful_jdo/pom.xml              | 4 ++--
 .../src/main/resources/archetype-resources/pom.xml               | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/0cf7da3a/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 ff51fd4..da46cc4 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.4.0-SNAPSHOT</version>
+  <version>1.3.1-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
   <name>quickstart_wicket_restful_jdo-archetype</name>
   <build>
@@ -44,7 +44,7 @@
   <parent>
     <groupId>org.apache.isis.core</groupId>
     <artifactId>isis</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.3.0</version>
     <relativePath>../../../core/pom.xml</relativePath>
   </parent>
 </project>

http://git-wip-us.apache.org/repos/asf/isis/blob/0cf7da3a/example/archetype/quickstart_wicket_restful_jdo/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/example/archetype/quickstart_wicket_restful_jdo/src/main/resources/archetype-resources/pom.xml b/example/archetype/quickstart_wicket_restful_jdo/src/main/resources/archetype-resources/pom.xml
index 81352e8..651b919 100644
--- a/example/archetype/quickstart_wicket_restful_jdo/src/main/resources/archetype-resources/pom.xml
+++ b/example/archetype/quickstart_wicket_restful_jdo/src/main/resources/archetype-resources/pom.xml
@@ -30,7 +30,7 @@
 	<properties>
         <isis.version>1.3.0</isis.version>
 		<isis-objectstore-jdo.version>1.3.0</isis-objectstore-jdo.version>
-		<isis-viewer-wicket.version>1.3.0</isis-viewer-wicket.version>
+		<isis-viewer-wicket.version>1.3.1</isis-viewer-wicket.version>
 		<isis-viewer-restfulobjects.version>2.1.0</isis-viewer-restfulobjects.version>
 		<isis-security-shiro.version>1.3.0</isis-security-shiro.version>
 

http://git-wip-us.apache.org/repos/asf/isis/blob/0cf7da3a/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 ccbd6f2..9ca786d 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.4.0-SNAPSHOT</version>
+  <version>1.3.1-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
   <name>simple_wicket_restful_jdo-archetype</name>
   <build>
@@ -44,7 +44,7 @@
   <parent>
     <groupId>org.apache.isis.core</groupId>
     <artifactId>isis</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.3.0</version>
     <relativePath>../../../core/pom.xml</relativePath>
   </parent>
 </project>

http://git-wip-us.apache.org/repos/asf/isis/blob/0cf7da3a/example/archetype/simple_wicket_restful_jdo/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/example/archetype/simple_wicket_restful_jdo/src/main/resources/archetype-resources/pom.xml b/example/archetype/simple_wicket_restful_jdo/src/main/resources/archetype-resources/pom.xml
index 0d12e0f..86d1f95 100644
--- a/example/archetype/simple_wicket_restful_jdo/src/main/resources/archetype-resources/pom.xml
+++ b/example/archetype/simple_wicket_restful_jdo/src/main/resources/archetype-resources/pom.xml
@@ -30,7 +30,7 @@
 	<properties>
         <isis.version>1.3.0</isis.version>
 		<isis-objectstore-jdo.version>1.3.0</isis-objectstore-jdo.version>
-		<isis-viewer-wicket.version>1.3.0</isis-viewer-wicket.version>
+		<isis-viewer-wicket.version>1.3.1</isis-viewer-wicket.version>
 		<isis-viewer-restfulobjects.version>2.1.0</isis-viewer-restfulobjects.version>
 		<isis-security-shiro.version>1.3.0</isis-security-shiro.version>
 


[06/12] git commit: [maven-release-plugin] prepare release simple_wicket_restful_jdo-archetype-1.3.1

Posted by da...@apache.org.
[maven-release-plugin] prepare release simple_wicket_restful_jdo-archetype-1.3.1


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

Branch: refs/heads/master
Commit: b9af0353d1f0772c8e0873c830805b706dc2d7c0
Parents: f20e9a4
Author: Dan Haywood <da...@apache.org>
Authored: Mon Nov 4 06:56:16 2013 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Mon Nov 4 06:56:16 2013 +0000

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


http://git-wip-us.apache.org/repos/asf/isis/blob/b9af0353/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 9ca786d..d93b501 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-SNAPSHOT</version>
+  <version>1.3.1</version>
   <packaging>maven-archetype</packaging>
   <name>simple_wicket_restful_jdo-archetype</name>
   <build>
@@ -47,4 +47,8 @@
     <version>1.3.0</version>
     <relativePath>../../../core/pom.xml</relativePath>
   </parent>
+
+  <scm>
+    <tag>simple_wicket_restful_jdo-archetype-1.3.1</tag>
+  </scm>
 </project>


[02/12] git commit: [maven-release-plugin] prepare release isis-viewer-wicket-1.3.1

Posted by da...@apache.org.
[maven-release-plugin] prepare release isis-viewer-wicket-1.3.1


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

Branch: refs/heads/master
Commit: 109ee24417b82299d1b2dbf3c832e0ce0c6b35bc
Parents: f31d691
Author: Dan Haywood <da...@apache.org>
Authored: Mon Nov 4 05:53:16 2013 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Mon Nov 4 05:53:16 2013 +0000

----------------------------------------------------------------------
 component/viewer/wicket/impl/pom.xml  |  2 +-
 component/viewer/wicket/model/pom.xml |  2 +-
 component/viewer/wicket/pom.xml       | 18 +++++++++++-------
 component/viewer/wicket/tck/pom.xml   |  8 ++++++--
 component/viewer/wicket/ui/pom.xml    |  2 +-
 5 files changed, 20 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/109ee244/component/viewer/wicket/impl/pom.xml
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/impl/pom.xml b/component/viewer/wicket/impl/pom.xml
index 94d4aa3..b34259b 100644
--- a/component/viewer/wicket/impl/pom.xml
+++ b/component/viewer/wicket/impl/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.isis.viewer</groupId>
 		<artifactId>isis-viewer-wicket</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.1</version>
 	</parent>
 
 	<name>Isis Wicket Viewer Implementation</name>

http://git-wip-us.apache.org/repos/asf/isis/blob/109ee244/component/viewer/wicket/model/pom.xml
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/model/pom.xml b/component/viewer/wicket/model/pom.xml
index 1ea4d47..be118a2 100644
--- a/component/viewer/wicket/model/pom.xml
+++ b/component/viewer/wicket/model/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.isis.viewer</groupId>
 		<artifactId>isis-viewer-wicket</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.1</version>
 	</parent>
 
 	<artifactId>isis-viewer-wicket-model</artifactId>

http://git-wip-us.apache.org/repos/asf/isis/blob/109ee244/component/viewer/wicket/pom.xml
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/pom.xml b/component/viewer/wicket/pom.xml
index 8fdc721..23c87ff 100644
--- a/component/viewer/wicket/pom.xml
+++ b/component/viewer/wicket/pom.xml
@@ -30,7 +30,7 @@
 
 	<groupId>org.apache.isis.viewer</groupId>
 	<artifactId>isis-viewer-wicket</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.3.1</version>
 
 	<name>Isis Wicket Viewer</name>
 
@@ -105,36 +105,36 @@
 			<dependency>
 				<groupId>org.apache.isis.viewer</groupId>
 				<artifactId>isis-viewer-wicket-model</artifactId>
-				<version>1.3.1-SNAPSHOT</version>
+				<version>1.3.1</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.viewer</groupId>
 				<artifactId>isis-viewer-wicket-model</artifactId>
-                <version>1.3.1-SNAPSHOT</version>
+                <version>1.3.1</version>
 				<scope>test</scope>
 				<type>test-jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.viewer</groupId>
 				<artifactId>isis-viewer-wicket-ui</artifactId>
-                <version>1.3.1-SNAPSHOT</version>
+                <version>1.3.1</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.viewer</groupId>
 				<artifactId>isis-viewer-wicket-ui</artifactId>
-                <version>1.3.1-SNAPSHOT</version>
+                <version>1.3.1</version>
 				<scope>test</scope>
 				<type>test-jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.viewer</groupId>
 				<artifactId>isis-viewer-wicket-impl</artifactId>
-                <version>1.3.1-SNAPSHOT</version>
+                <version>1.3.1</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.viewer</groupId>
 				<artifactId>isis-viewer-wicket-impl</artifactId>
-                <version>1.3.1-SNAPSHOT</version>
+                <version>1.3.1</version>
 				<scope>test</scope>
 				<type>test-jar</type>
 			</dependency>
@@ -282,4 +282,8 @@
 
 		</dependencies>
 	</dependencyManagement>
+
+  <scm>
+    <tag>isis-viewer-wicket-1.3.1</tag>
+  </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/isis/blob/109ee244/component/viewer/wicket/tck/pom.xml
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/tck/pom.xml b/component/viewer/wicket/tck/pom.xml
index f53af9b..3f612ff 100644
--- a/component/viewer/wicket/tck/pom.xml
+++ b/component/viewer/wicket/tck/pom.xml
@@ -29,13 +29,13 @@
 
     <groupId>org.apache.isis.viewer</groupId>
 	<artifactId>isis-viewer-wicket-tck</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.3.1</version>
 
 	<name>Isis Wicket Viewer TCK tests</name>
 
 
 	<properties>
-        <isis-viewer-wicket.version>1.3.1-SNAPSHOT</isis-viewer-wicket.version>
+        <isis-viewer-wicket.version>1.3.1</isis-viewer-wicket.version>
 		<jetty.version>6.1.4</jetty.version>
 		<siteBaseDir>..</siteBaseDir>
 		<relativeUrl>wicket-tck/</relativeUrl>
@@ -115,4 +115,8 @@
         </dependency>
 
 	</dependencies>
+
+  <scm>
+    <tag>isis-viewer-wicket-1.3.1</tag>
+  </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/isis/blob/109ee244/component/viewer/wicket/ui/pom.xml
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/ui/pom.xml b/component/viewer/wicket/ui/pom.xml
index c2a47e8..693c97b 100644
--- a/component/viewer/wicket/ui/pom.xml
+++ b/component/viewer/wicket/ui/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.isis.viewer</groupId>
 		<artifactId>isis-viewer-wicket</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.1</version>
 	</parent>
 
 	<artifactId>isis-viewer-wicket-ui</artifactId>