You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/05/18 08:46:54 UTC

[isis] branch master updated: ISIS-1903 bump HelloWorld's parent pom to version 6

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

ahuber 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 69b64ab  ISIS-1903 bump HelloWorld's parent pom to version 6
69b64ab is described below

commit 69b64ab4f2c93ef1238e0edcf5536769dc294409
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri May 18 10:46:41 2018 +0200

    ISIS-1903 bump HelloWorld's parent pom to version 6
    
    fixes build under eclipse
---
 example/application/helloworld/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/application/helloworld/pom.xml b/example/application/helloworld/pom.xml
index 5a2cfad..be4aaae 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>4</version>
+        <version>6</version>
     </parent>
 
     <groupId>org.apache.isis.example.application</groupId>

-- 
To stop receiving notification emails like this one, please contact
ahuber@apache.org.