You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by sd...@apache.org on 2017/04/17 15:19:51 UTC

[4/6] struts-examples git commit: changed deprecated ${artifactId} to ${project.artifactId}

changed deprecated ${artifactId} to ${project.artifactId}


Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/a7c5f304
Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/a7c5f304
Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/a7c5f304

Branch: refs/heads/master
Commit: a7c5f3049e97695cbbbfdbb3564d7a033e40e7cd
Parents: 3e31be7
Author: Stefaan Dutry <st...@gmail.com>
Authored: Mon Apr 17 15:32:20 2017 +0200
Committer: Stefaan Dutry <st...@gmail.com>
Committed: Mon Apr 17 15:32:20 2017 +0200

----------------------------------------------------------------------
 helloworld/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/a7c5f304/helloworld/pom.xml
----------------------------------------------------------------------
diff --git a/helloworld/pom.xml b/helloworld/pom.xml
index b304d55..a7fb8da 100644
--- a/helloworld/pom.xml
+++ b/helloworld/pom.xml
@@ -25,7 +25,7 @@
                 <version>8.1.16.v20140903</version>
                 <configuration>
                     <webApp>
-                        <contextPath>/${artifactId}</contextPath>
+                        <contextPath>/${project.artifactId}</contextPath>
                     </webApp>
                     <stopKey>CTRL+C</stopKey>
                     <stopPort>8999</stopPort>