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 2020/05/20 04:20:18 UTC

[isis] branch master updated: ISIS-2341: try fixing jib build (nightly)

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 72a5245  ISIS-2341: try fixing jib build (nightly)
72a5245 is described below

commit 72a52453fa27cbe2e96f07a7c78132db03ff0e2d
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed May 20 06:20:04 2020 +0200

    ISIS-2341: try fixing jib build (nightly)
---
 examples/demo/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/demo/pom.xml b/examples/demo/pom.xml
index 9cb582c..f76c387 100644
--- a/examples/demo/pom.xml
+++ b/examples/demo/pom.xml
@@ -79,7 +79,7 @@
 			<groupId>org.apache.isis.incubator</groupId>
 			<artifactId>isis-incubator-model</artifactId>
 			<!-- incubator version is not managed by app starter bundles -->
-			<version>2.0.0-SNAPSHOT</version> 
+			<version>${project.version}</version> 
 		</dependency>
 		<dependency>
 			<groupId>org.apache.isis.valuetypes</groupId>