ISIS-928: updating simpleapp to build against 1.8.0 rather than 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/d2e40e61 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/d2e40e61 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/d2e40e61 Branch: refs/heads/master Commit: d2e40e61f888856824edd6b591bd18daefc3b449 Parents: a587ecd Author: Dan Haywood <[email protected]> Authored: Fri Feb 20 20:19:40 2015 +0000 Committer: Dan Haywood <[email protected]> Committed: Fri Feb 20 20:19:40 2015 +0000 ---------------------------------------------------------------------- example/application/simpleapp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/d2e40e61/example/application/simpleapp/pom.xml ---------------------------------------------------------------------- diff --git a/example/application/simpleapp/pom.xml b/example/application/simpleapp/pom.xml index 4e3d5f5..c620574 100644 --- a/example/application/simpleapp/pom.xml +++ b/example/application/simpleapp/pom.xml @@ -34,7 +34,7 @@ </prerequisites> <properties> - <isis.version>1.8.0-SNAPSHOT</isis.version> + <isis.version>1.8.0</isis.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>
