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 2018/01/04 19:25:13 UTC

[isis] branch release-1.16.0-RC1 updated: ISIS-1465: fixes property in hellworld app.

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

danhaywood pushed a commit to branch release-1.16.0-RC1
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/release-1.16.0-RC1 by this push:
     new 2e2ac1f  ISIS-1465: fixes property in hellworld app.
2e2ac1f is described below

commit 2e2ac1f62d2096a03f1cd4d29c84362f9bcdc4ad
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Jan 4 19:25:00 2018 +0000

    ISIS-1465: fixes property in hellworld app.
    
    This change is already copied into the helloworld arch; forgot to commit earlier
---
 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 2ee337d..e953206 100644
--- a/example/application/helloworld/pom.xml
+++ b/example/application/helloworld/pom.xml
@@ -45,7 +45,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
-        <maven-war-plugin.warName>${project.parent.artifactId}</maven-war-plugin.warName>
+        <maven-war-plugin.warName>${project.artifactId}</maven-war-plugin.warName>
     </properties>
 
     <build>

-- 
To stop receiving notification emails like this one, please contact
['"commits@isis.apache.org" <co...@isis.apache.org>'].