Repository: isis Updated Branches: refs/heads/release-1.13.1-RC1 9d302d392 -> 8c79d8816
ISIS-1470: updating simpleapp to reference isis 1.13.1 Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/8c79d881 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/8c79d881 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/8c79d881 Branch: refs/heads/release-1.13.1-RC1 Commit: 8c79d88163951ccf52e0a99b67c52b94de9df995 Parents: 9d302d3 Author: Dan Haywood <[email protected]> Authored: Thu Oct 27 00:29:27 2016 +0100 Committer: Dan Haywood <[email protected]> Committed: Thu Oct 27 00:29:42 2016 +0100 ---------------------------------------------------------------------- example/application/simpleapp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/8c79d881/example/application/simpleapp/pom.xml ---------------------------------------------------------------------- diff --git a/example/application/simpleapp/pom.xml b/example/application/simpleapp/pom.xml index af4bca5..866d4e1 100644 --- a/example/application/simpleapp/pom.xml +++ b/example/application/simpleapp/pom.xml @@ -34,7 +34,7 @@ </prerequisites> <properties> - <isis.version>1.13.1-SNAPSHOT</isis.version> + <isis.version>1.13.1</isis.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
