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 2012/12/16 13:18:58 UTC

[3/3] git commit: ISIS-188: updating restful's parent to non-SNAPSHOT (core and tck)

ISIS-188: updating restful's parent to non-SNAPSHOT (core and tck)


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

Branch: refs/heads/prepare/isis-viewer-restfulobjects-1.0.0
Commit: 9db4f002904bb26ecc4842fa9c6de04820391d36
Parents: 4ddcc89
Author: Dan Haywood <da...@apache.org>
Authored: Sun Dec 16 09:09:14 2012 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Sun Dec 16 09:09:14 2012 +0000

----------------------------------------------------------------------
 component/viewer/restfulobjects/pom.xml     |    2 +-
 component/viewer/restfulobjects/tck/pom.xml |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/9db4f002/component/viewer/restfulobjects/pom.xml
----------------------------------------------------------------------
diff --git a/component/viewer/restfulobjects/pom.xml b/component/viewer/restfulobjects/pom.xml
index e74dd32..6f29e5a 100644
--- a/component/viewer/restfulobjects/pom.xml
+++ b/component/viewer/restfulobjects/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.isis.core</groupId>
 		<artifactId>isis</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0</version>
 		<relativePath>../../../core/pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/isis/blob/9db4f002/component/viewer/restfulobjects/tck/pom.xml
----------------------------------------------------------------------
diff --git a/component/viewer/restfulobjects/tck/pom.xml b/component/viewer/restfulobjects/tck/pom.xml
index 7db58b3..8e71a86 100644
--- a/component/viewer/restfulobjects/tck/pom.xml
+++ b/component/viewer/restfulobjects/tck/pom.xml
@@ -22,12 +22,14 @@
     <parent>
         <groupId>org.apache.isis.core</groupId>
         <artifactId>isis-core-tck</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
         <relativePath>../../../../core/tck/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.isis.viewer</groupId>
 	<artifactId>isis-viewer-restfulobjects-tck</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+
 	<name>Isis RestfulObjects Viewer TCK tests</name>
 	
 	<packaging>war</packaging>