Repository: isis
Updated Branches:
  refs/heads/master ce041bbcc -> 0ccc73ee2


ISIS-928: updating non-released pom.xml files

to reference 1.9.0-SNAPSHOT instead of 1.8.0-SNAPSHOT


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

Branch: refs/heads/master
Commit: 0ccc73ee2c54d6b7ad3c575ca2b77660a60bcbfd
Parents: ce041bb
Author: Dan Haywood <[email protected]>
Authored: Wed Feb 25 05:20:23 2015 +0000
Committer: Dan Haywood <[email protected]>
Committed: Wed Feb 25 05:20:23 2015 +0000

----------------------------------------------------------------------
 component/viewer/scimpi/pom.xml                         |  2 +-
 component/viewer/scimpi/tck/pom.xml                     |  2 +-
 example/application/simpleapp/dom/pom.xml               |  6 +++---
 example/application/simpleapp/fixture/pom.xml           |  2 +-
 example/application/simpleapp/integtests/pom.xml        |  2 +-
 example/application/simpleapp/pom.xml                   |  2 +-
 example/application/simpleapp/webapp/pom.xml            |  2 +-
 .../src/main/resources/archetype-resources/dom/pom.xml  |  4 ++--
 mothballed/bytecode-cglib/pom.xml                       |  2 +-
 mothballed/bytecode-javassist/pom.xml                   |  2 +-
 mothballed/example/application/todoapp/dom/pom.xml      |  6 +++---
 mothballed/example/application/todoapp/fixture/pom.xml  |  2 +-
 .../example/application/todoapp/integtests/pom.xml      |  2 +-
 mothballed/example/application/todoapp/pom.xml          |  6 +++---
 mothballed/example/application/todoapp/webapp/pom.xml   |  2 +-
 mothballed/example/archetype/todoapp/pom.xml            |  4 ++--
 .../src/main/resources/archetype-resources/dom/pom.xml  |  4 ++--
 .../src/main/resources/archetype-resources/pom.xml      |  4 ++--
 mothballed/profilestore-inmemory/pom.xml                |  2 +-
 tck/pom.xml                                             | 12 ++++++------
 tck/tck-dom/pom.xml                                     |  2 +-
 tck/tck-fixture/pom.xml                                 |  2 +-
 tck/tck-integtests/pom.xml                              |  2 +-
 tck/tck-viewer-restfulobjects/pom.xml                   |  2 +-
 tck/tck-viewer-wicket/pom.xml                           |  6 +++---
 25 files changed, 42 insertions(+), 42 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/0ccc73ee/component/viewer/scimpi/pom.xml
----------------------------------------------------------------------
diff --git a/component/viewer/scimpi/pom.xml b/component/viewer/scimpi/pom.xml
index 0f09051..300d60d 100644
--- a/component/viewer/scimpi/pom.xml
+++ b/component/viewer/scimpi/pom.xml
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.isis.core</groupId>
                <artifactId>isis</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.9.0-SNAPSHOT</version>
                <relativePath>../../../core/pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/isis/blob/0ccc73ee/component/viewer/scimpi/tck/pom.xml
----------------------------------------------------------------------
diff --git a/component/viewer/scimpi/tck/pom.xml 
b/component/viewer/scimpi/tck/pom.xml
index f1f56d7..0c71d86 100644
--- a/component/viewer/scimpi/tck/pom.xml
+++ b/component/viewer/scimpi/tck/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.isis.tck</groupId>
         <artifactId>isis-tck</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.9.0-SNAPSHOT</version>
         <relativePath>../../../../tck/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/isis/blob/0ccc73ee/example/application/simpleapp/dom/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/dom/pom.xml 
b/example/application/simpleapp/dom/pom.xml
index a788c6c..c99fd14 100644
--- a/example/application/simpleapp/dom/pom.xml
+++ b/example/application/simpleapp/dom/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.isis.example.application</groupId>
         <artifactId>simpleapp</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>simpleapp-dom</artifactId>
@@ -135,7 +135,7 @@
                     <plugin>
                         <groupId>org.apache.isis.tool</groupId>
                         <artifactId>isis-maven-plugin</artifactId>
-                        <version>1.8.0-SNAPSHOT</version>
+                        <version>1.9.0-SNAPSHOT</version>
                         <configuration>
                             
<isisConfigDir>../webapp/src/main/webapp/WEB-INF</isisConfigDir>
                         </configuration>
@@ -143,7 +143,7 @@
                             <dependency>
                                 
<groupId>org.apache.isis.example.application</groupId>
                                 <artifactId>todoapp-dom</artifactId>
-                                <version>1.8.0-SNAPSHOT</version>
+                                <version>1.9.0-SNAPSHOT</version>
                             </dependency>
                             <!--
                             ... workaround to avoid conflict with 
plexus-default

http://git-wip-us.apache.org/repos/asf/isis/blob/0ccc73ee/example/application/simpleapp/fixture/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/fixture/pom.xml 
b/example/application/simpleapp/fixture/pom.xml
index 4e9d2ed..b1435ed 100644
--- a/example/application/simpleapp/fixture/pom.xml
+++ b/example/application/simpleapp/fixture/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.isis.example.application</groupId>
         <artifactId>simpleapp</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>simpleapp-fixture</artifactId>

http://git-wip-us.apache.org/repos/asf/isis/blob/0ccc73ee/example/application/simpleapp/integtests/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/integtests/pom.xml 
b/example/application/simpleapp/integtests/pom.xml
index 171ac39..a61ad76 100644
--- a/example/application/simpleapp/integtests/pom.xml
+++ b/example/application/simpleapp/integtests/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.isis.example.application</groupId>
         <artifactId>simpleapp</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>simpleapp-integtests</artifactId>

http://git-wip-us.apache.org/repos/asf/isis/blob/0ccc73ee/example/application/simpleapp/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/pom.xml 
b/example/application/simpleapp/pom.xml
index c620574..ce75cb3 100644
--- a/example/application/simpleapp/pom.xml
+++ b/example/application/simpleapp/pom.xml
@@ -23,7 +23,7 @@
 
     <groupId>org.apache.isis.example.application</groupId>
     <artifactId>simpleapp</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
 
     <name>Simple App</name>
 

http://git-wip-us.apache.org/repos/asf/isis/blob/0ccc73ee/example/application/simpleapp/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/webapp/pom.xml 
b/example/application/simpleapp/webapp/pom.xml
index a8d8d47..a2b5e05 100644
--- a/example/application/simpleapp/webapp/pom.xml
+++ b/example/application/simpleapp/webapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.isis.example.application</groupId>
         <artifactId>simpleapp</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>simpleapp-webapp</artifactId>

http://git-wip-us.apache.org/repos/asf/isis/blob/0ccc73ee/example/archetype/simpleapp/src/main/resources/archetype-resources/dom/pom.xml
----------------------------------------------------------------------
diff --git 
a/example/archetype/simpleapp/src/main/resources/archetype-resources/dom/pom.xml
 
b/example/archetype/simpleapp/src/main/resources/archetype-resources/dom/pom.xml
index 0c5fd67..27d8b03 100644
--- 
a/example/archetype/simpleapp/src/main/resources/archetype-resources/dom/pom.xml
+++ 
b/example/archetype/simpleapp/src/main/resources/archetype-resources/dom/pom.xml
@@ -125,7 +125,7 @@
                     <plugin>
                         <groupId>org.apache.isis.tool</groupId>
                         <artifactId>isis-maven-plugin</artifactId>
-                        <version>1.8.0-SNAPSHOT</version>
+                        <version>1.9.0-SNAPSHOT</version>
                         <configuration>
                             
<isisConfigDir>../webapp/src/main/webapp/WEB-INF</isisConfigDir>
                         </configuration>
@@ -133,7 +133,7 @@
                             <dependency>
                                 
<groupId>org.apache.isis.example.application</groupId>
                                 <artifactId>todoapp-dom</artifactId>
-                                <version>1.8.0-SNAPSHOT</version>
+                                <version>1.9.0-SNAPSHOT</version>
                             </dependency>
                             <!--
                             ... workaround to avoid conflict with 
plexus-default

http://git-wip-us.apache.org/repos/asf/isis/blob/0ccc73ee/mothballed/bytecode-cglib/pom.xml
----------------------------------------------------------------------
diff --git a/mothballed/bytecode-cglib/pom.xml 
b/mothballed/bytecode-cglib/pom.xml
index c3b7dee..ae43805 100644
--- a/mothballed/bytecode-cglib/pom.xml
+++ b/mothballed/bytecode-cglib/pom.xml
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.isis.core</groupId>
                <artifactId>isis</artifactId>
-               <version>1.8.0-SNAPSHOT</version>
+               <version>1.9.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>isis-core-bytecode-cglib</artifactId>

http://git-wip-us.apache.org/repos/asf/isis/blob/0ccc73ee/mothballed/bytecode-javassist/pom.xml
----------------------------------------------------------------------
diff --git a/mothballed/bytecode-javassist/pom.xml 
b/mothballed/bytecode-javassist/pom.xml
index bde09da..6afb143 100644
--- a/mothballed/bytecode-javassist/pom.xml
+++ b/mothballed/bytecode-javassist/pom.xml
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.isis.core</groupId>
                <artifactId>isis</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.9.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>isis-core-bytecode-javassist</artifactId>

http://git-wip-us.apache.org/repos/asf/isis/blob/0ccc73ee/mothballed/example/application/todoapp/dom/pom.xml
----------------------------------------------------------------------
diff --git a/mothballed/example/application/todoapp/dom/pom.xml 
b/mothballed/example/application/todoapp/dom/pom.xml
index 09f46d9..5f6be52 100644
--- a/mothballed/example/application/todoapp/dom/pom.xml
+++ b/mothballed/example/application/todoapp/dom/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.isis.example.application</groupId>
         <artifactId>todoapp</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>todoapp-dom</artifactId>
@@ -135,7 +135,7 @@
                     <plugin>
                         <groupId>org.apache.isis.tool</groupId>
                         <artifactId>isis-maven-plugin</artifactId>
-                        <version>1.8.0-SNAPSHOT</version>
+                        <version>1.9.0-SNAPSHOT</version>
                         <configuration>
                             
<isisConfigDir>../webapp/src/main/webapp/WEB-INF</isisConfigDir>
                         </configuration>
@@ -143,7 +143,7 @@
                             <dependency>
                                 
<groupId>org.apache.isis.example.application</groupId>
                                 <artifactId>todoapp-dom</artifactId>
-                                <version>1.8.0-SNAPSHOT</version>
+                                <version>1.9.0-SNAPSHOT</version>
                             </dependency>
                             <!--
                             ... workaround to avoid conflict with 
plexus-default

http://git-wip-us.apache.org/repos/asf/isis/blob/0ccc73ee/mothballed/example/application/todoapp/fixture/pom.xml
----------------------------------------------------------------------
diff --git a/mothballed/example/application/todoapp/fixture/pom.xml 
b/mothballed/example/application/todoapp/fixture/pom.xml
index 8881b6e..6f699eb 100644
--- a/mothballed/example/application/todoapp/fixture/pom.xml
+++ b/mothballed/example/application/todoapp/fixture/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.isis.example.application</groupId>
         <artifactId>todoapp</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>todoapp-fixture</artifactId>

http://git-wip-us.apache.org/repos/asf/isis/blob/0ccc73ee/mothballed/example/application/todoapp/integtests/pom.xml
----------------------------------------------------------------------
diff --git a/mothballed/example/application/todoapp/integtests/pom.xml 
b/mothballed/example/application/todoapp/integtests/pom.xml
index 3186102..2ddea13 100644
--- a/mothballed/example/application/todoapp/integtests/pom.xml
+++ b/mothballed/example/application/todoapp/integtests/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.isis.example.application</groupId>
         <artifactId>todoapp</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>todoapp-integtests</artifactId>

http://git-wip-us.apache.org/repos/asf/isis/blob/0ccc73ee/mothballed/example/application/todoapp/pom.xml
----------------------------------------------------------------------
diff --git a/mothballed/example/application/todoapp/pom.xml 
b/mothballed/example/application/todoapp/pom.xml
index c47dc8e..858ece8 100644
--- a/mothballed/example/application/todoapp/pom.xml
+++ b/mothballed/example/application/todoapp/pom.xml
@@ -23,7 +23,7 @@
 
     <groupId>org.apache.isis.example.application</groupId>
     <artifactId>todoapp</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
 
     <name>ToDo App</name>
 
@@ -34,8 +34,8 @@
     </prerequisites>
 
     <properties>
-        <isis.version>1.8.0-SNAPSHOT</isis.version>
-        <isis-viewer-wicket.version>1.8.0-SNAPSHOT</isis-viewer-wicket.version>
+        <isis.version>1.9.0-SNAPSHOT</isis.version>
+        <isis-viewer-wicket.version>1.9.0-SNAPSHOT</isis-viewer-wicket.version>
 
         <!-- must be consistent with the versions defined by the JDO 
Objectstore -->
         
<datanucleus-accessplatform-jdo-rdbms.version>3.3.6</datanucleus-accessplatform-jdo-rdbms.version>

http://git-wip-us.apache.org/repos/asf/isis/blob/0ccc73ee/mothballed/example/application/todoapp/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/mothballed/example/application/todoapp/webapp/pom.xml 
b/mothballed/example/application/todoapp/webapp/pom.xml
index 40ca5ae..785d17e 100644
--- a/mothballed/example/application/todoapp/webapp/pom.xml
+++ b/mothballed/example/application/todoapp/webapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.isis.example.application</groupId>
         <artifactId>todoapp</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>todoapp-webapp</artifactId>

http://git-wip-us.apache.org/repos/asf/isis/blob/0ccc73ee/mothballed/example/archetype/todoapp/pom.xml
----------------------------------------------------------------------
diff --git a/mothballed/example/archetype/todoapp/pom.xml 
b/mothballed/example/archetype/todoapp/pom.xml
index dfc82e5..dec29c4 100644
--- a/mothballed/example/archetype/todoapp/pom.xml
+++ b/mothballed/example/archetype/todoapp/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.isis.archetype</groupId>
     <artifactId>todoapp-archetype</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
     <name>todoapp-archetype</name>
     <build>
@@ -44,7 +44,7 @@
     <parent>
         <groupId>org.apache.isis.core</groupId>
         <artifactId>isis</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.9.0-SNAPSHOT</version>
         <relativePath>../../../core/pom.xml</relativePath>
     </parent>
 </project>

http://git-wip-us.apache.org/repos/asf/isis/blob/0ccc73ee/mothballed/example/archetype/todoapp/src/main/resources/archetype-resources/dom/pom.xml
----------------------------------------------------------------------
diff --git 
a/mothballed/example/archetype/todoapp/src/main/resources/archetype-resources/dom/pom.xml
 
b/mothballed/example/archetype/todoapp/src/main/resources/archetype-resources/dom/pom.xml
index 38e5063..a2cbc93 100644
--- 
a/mothballed/example/archetype/todoapp/src/main/resources/archetype-resources/dom/pom.xml
+++ 
b/mothballed/example/archetype/todoapp/src/main/resources/archetype-resources/dom/pom.xml
@@ -125,7 +125,7 @@
                     <plugin>
                         <groupId>org.apache.isis.tool</groupId>
                         <artifactId>isis-maven-plugin</artifactId>
-                        <version>1.8.0-SNAPSHOT</version>
+                        <version>1.9.0-SNAPSHOT</version>
                         <configuration>
                             
<isisConfigDir>../webapp/src/main/webapp/WEB-INF</isisConfigDir>
                         </configuration>
@@ -133,7 +133,7 @@
                             <dependency>
                                 
<groupId>org.apache.isis.example.application</groupId>
                                 <artifactId>todoapp-dom</artifactId>
-                                <version>1.8.0-SNAPSHOT</version>
+                                <version>1.9.0-SNAPSHOT</version>
                             </dependency>
                             <!--
                             ... workaround to avoid conflict with 
plexus-default

http://git-wip-us.apache.org/repos/asf/isis/blob/0ccc73ee/mothballed/example/archetype/todoapp/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git 
a/mothballed/example/archetype/todoapp/src/main/resources/archetype-resources/pom.xml
 
b/mothballed/example/archetype/todoapp/src/main/resources/archetype-resources/pom.xml
index 35a765e..fccac0f 100644
--- 
a/mothballed/example/archetype/todoapp/src/main/resources/archetype-resources/pom.xml
+++ 
b/mothballed/example/archetype/todoapp/src/main/resources/archetype-resources/pom.xml
@@ -32,8 +32,8 @@
     </prerequisites>
 
     <properties>
-        <isis.version>1.8.0-SNAPSHOT</isis.version>
-        <isis-viewer-wicket.version>1.8.0-SNAPSHOT</isis-viewer-wicket.version>
+        <isis.version>1.9.0-SNAPSHOT</isis.version>
+        <isis-viewer-wicket.version>1.9.0-SNAPSHOT</isis-viewer-wicket.version>
 
         <!-- must be consistent with the versions defined by the JDO 
Objectstore -->
         
<datanucleus-accessplatform-jdo-rdbms.version>3.3.6</datanucleus-accessplatform-jdo-rdbms.version>

http://git-wip-us.apache.org/repos/asf/isis/blob/0ccc73ee/mothballed/profilestore-inmemory/pom.xml
----------------------------------------------------------------------
diff --git a/mothballed/profilestore-inmemory/pom.xml 
b/mothballed/profilestore-inmemory/pom.xml
index 5b8a478..ceb7c09 100644
--- a/mothballed/profilestore-inmemory/pom.xml
+++ b/mothballed/profilestore-inmemory/pom.xml
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.isis.core</groupId>
                <artifactId>isis</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.9.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>isis-core-profilestore</artifactId>

http://git-wip-us.apache.org/repos/asf/isis/blob/0ccc73ee/tck/pom.xml
----------------------------------------------------------------------
diff --git a/tck/pom.xml b/tck/pom.xml
index 3317aba..d951d69 100644
--- a/tck/pom.xml
+++ b/tck/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.isis.core</groupId>
         <artifactId>isis</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.9.0-SNAPSHOT</version>
         <relativePath>../core/pom.xml</relativePath>
     </parent>
 
@@ -166,27 +166,27 @@
             <dependency>
                 <groupId>org.apache.isis.tck</groupId>
                 <artifactId>isis-tck</artifactId>
-                <version>1.8.0-SNAPSHOT</version>
+                <version>1.9.0-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.isis.tck</groupId>
                 <artifactId>isis-tck-dom</artifactId>
-                <version>1.8.0-SNAPSHOT</version>
+                <version>1.9.0-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.isis.tck</groupId>
                 <artifactId>isis-tck-fixture</artifactId>
-                <version>1.8.0-SNAPSHOT</version>
+                <version>1.9.0-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.isis.tck</groupId>
                 <artifactId>isis-tck-integtests</artifactId>
-                <version>1.8.0-SNAPSHOT</version>
+                <version>1.9.0-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.isis.tck</groupId>
                 <artifactId>isis-tck-viewer-restfulobjects</artifactId>
-                <version>1.8.0-SNAPSHOT</version>
+                <version>1.9.0-SNAPSHOT</version>
             </dependency>
 
         </dependencies>

http://git-wip-us.apache.org/repos/asf/isis/blob/0ccc73ee/tck/tck-dom/pom.xml
----------------------------------------------------------------------
diff --git a/tck/tck-dom/pom.xml b/tck/tck-dom/pom.xml
index 065231d..a5c5b1c 100644
--- a/tck/tck-dom/pom.xml
+++ b/tck/tck-dom/pom.xml
@@ -22,7 +22,7 @@
        <parent>
        <groupId>org.apache.isis.tck</groupId>
        <artifactId>isis-tck</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.9.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>isis-tck-dom</artifactId>

http://git-wip-us.apache.org/repos/asf/isis/blob/0ccc73ee/tck/tck-fixture/pom.xml
----------------------------------------------------------------------
diff --git a/tck/tck-fixture/pom.xml b/tck/tck-fixture/pom.xml
index 29c84fd..82c67b1 100644
--- a/tck/tck-fixture/pom.xml
+++ b/tck/tck-fixture/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.isis.tck</groupId>
         <artifactId>isis-tck</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.9.0-SNAPSHOT</version>
     </parent>
 
        <artifactId>isis-tck-fixture</artifactId>

http://git-wip-us.apache.org/repos/asf/isis/blob/0ccc73ee/tck/tck-integtests/pom.xml
----------------------------------------------------------------------
diff --git a/tck/tck-integtests/pom.xml b/tck/tck-integtests/pom.xml
index 4730376..dee873d 100644
--- a/tck/tck-integtests/pom.xml
+++ b/tck/tck-integtests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.isis.tck</groupId>
         <artifactId>isis-tck</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.9.0-SNAPSHOT</version>
     </parent>
 
        <artifactId>isis-tck-integtests</artifactId>

http://git-wip-us.apache.org/repos/asf/isis/blob/0ccc73ee/tck/tck-viewer-restfulobjects/pom.xml
----------------------------------------------------------------------
diff --git a/tck/tck-viewer-restfulobjects/pom.xml 
b/tck/tck-viewer-restfulobjects/pom.xml
index 429b433..1e7d558 100644
--- a/tck/tck-viewer-restfulobjects/pom.xml
+++ b/tck/tck-viewer-restfulobjects/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.isis.tck</groupId>
         <artifactId>isis-tck</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>isis-tck-viewer-restfulobjects</artifactId>

http://git-wip-us.apache.org/repos/asf/isis/blob/0ccc73ee/tck/tck-viewer-wicket/pom.xml
----------------------------------------------------------------------
diff --git a/tck/tck-viewer-wicket/pom.xml b/tck/tck-viewer-wicket/pom.xml
index 68b542d..19c5930 100644
--- a/tck/tck-viewer-wicket/pom.xml
+++ b/tck/tck-viewer-wicket/pom.xml
@@ -23,17 +23,17 @@
     <parent>
         <groupId>org.apache.isis.tck</groupId>
         <artifactId>isis-tck</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.9.0-SNAPSHOT</version>
     </parent>
 
        <artifactId>isis-tck-viewer-wicket</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
 
        <name>Isis TCK Wicket Viewer tests</name>
 
 
        <properties>
-        <isis-viewer-wicket.version>1.8.0-SNAPSHOT</isis-viewer-wicket.version>
+        <isis-viewer-wicket.version>1.9.0-SNAPSHOT</isis-viewer-wicket.version>
                <siteBaseDir>..</siteBaseDir>
                <relativeUrl>wicket-tck/</relativeUrl>
                <!-- until someone comes up with a better solution -->

Reply via email to