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 2019/04/18 07:22:32 UTC

[isis] branch master updated: ISIS-2001: bumps demo apps to use incode-build:2.6

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 9858d9c  ISIS-2001: bumps demo apps to use incode-build:2.6
9858d9c is described below

commit 9858d9c9b873dbb24539d4e38f9f0e23b56f3565
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Apr 18 08:22:08 2019 +0100

    ISIS-2001: bumps demo apps to use incode-build:2.6
---
 example/application/helloworld/pom.xml | 2 +-
 example/application/simpleapp/pom.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/example/application/helloworld/pom.xml b/example/application/helloworld/pom.xml
index c091f66..532bdd5 100644
--- a/example/application/helloworld/pom.xml
+++ b/example/application/helloworld/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.incode</groupId>
         <artifactId>incode-build</artifactId>
-        <version>2.5</version>
+        <version>2.6</version>
     </parent>
 
     <groupId>org.apache.isis.example.application</groupId>
diff --git a/example/application/simpleapp/pom.xml b/example/application/simpleapp/pom.xml
index 4ca6f69..44ee425 100644
--- a/example/application/simpleapp/pom.xml
+++ b/example/application/simpleapp/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.incode</groupId>
         <artifactId>incode-build</artifactId>
-        <version>2.5</version>
+        <version>2.6</version>
     </parent>
 
     <groupId>org.apache.isis.example.application</groupId>