Repository: struts-examples
Updated Branches:
  refs/heads/master 4b3878d73 -> c785bc559


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/08834c5d
Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/08834c5d
Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/08834c5d

Branch: refs/heads/master
Commit: 08834c5dae4be91c87684641809ae52ae2f933e7
Parents: 4b3878d
Author: Stefaan Dutry <stefaan.du...@gmail.com>
Authored: Mon Apr 17 09:06:10 2017 +0200
Committer: Stefaan Dutry <stefaan.du...@gmail.com>
Committed: Mon Apr 17 09:06:10 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/08834c5d/basic-struts/pom.xml
----------------------------------------------------------------------
diff --git a/basic-struts/pom.xml b/basic-struts/pom.xml
index 8743cf3..80665aa 100644
--- a/basic-struts/pom.xml
+++ b/basic-struts/pom.xml
@@ -23,7 +23,7 @@
                 <version>8.1.16.v20140903</version>
                 <configuration>
                     <webApp>
-                        <contextPath>/${artifactId}</contextPath>
+                        <contextPath>/${project.artifactId}</contextPath>
                     </webApp>
                     <stopKey>CTRL+C</stopKey>
                     <stopPort>8999</stopPort>

Reply via email to