ISIS-839: updating simpleapp and todoapp example apps to reference 1.6.0 (instead of -SNAPSHOT)
Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/7fe3ad8e Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/7fe3ad8e Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/7fe3ad8e Branch: refs/heads/prepare/isis-1.6.0-RC3 Commit: 7fe3ad8e6b12ae2503b18188c3d5467769e9552e Parents: 46291b3 Author: Dan Haywood <[email protected]> Authored: Mon Jul 21 15:18:55 2014 +0100 Committer: Dan Haywood <[email protected]> Committed: Thu Jul 24 07:20:07 2014 +0100 ---------------------------------------------------------------------- example/application/simpleapp/pom.xml | 4 ++-- example/application/todoapp/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/7fe3ad8e/example/application/simpleapp/pom.xml ---------------------------------------------------------------------- diff --git a/example/application/simpleapp/pom.xml b/example/application/simpleapp/pom.xml index de6115e..91f5399 100644 --- a/example/application/simpleapp/pom.xml +++ b/example/application/simpleapp/pom.xml @@ -34,8 +34,8 @@ </prerequisites> <properties> - <isis.version>1.6.0-SNAPSHOT</isis.version> - <isis-viewer-wicket.version>1.6.0-SNAPSHOT</isis-viewer-wicket.version> + <isis.version>1.6.0</isis.version> + <isis-viewer-wicket.version>1.6.0</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/7fe3ad8e/example/application/todoapp/pom.xml ---------------------------------------------------------------------- diff --git a/example/application/todoapp/pom.xml b/example/application/todoapp/pom.xml index 158a31d..1d40e99 100644 --- a/example/application/todoapp/pom.xml +++ b/example/application/todoapp/pom.xml @@ -34,8 +34,8 @@ </prerequisites> <properties> - <isis.version>1.6.0-SNAPSHOT</isis.version> - <isis-viewer-wicket.version>1.6.0-SNAPSHOT</isis-viewer-wicket.version> + <isis.version>1.6.0</isis.version> + <isis-viewer-wicket.version>1.6.0</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>
