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/19 21:59:10 UTC

[9/9] 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/18affab8
Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/18affab8
Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/18affab8

Branch: refs/heads/master
Commit: 18affab89c9bfad8c7c0cecdbb313142cc4394cb
Parents: 72c31f2
Author: Stefaan Dutry <st...@gmail.com>
Authored: Wed Apr 19 23:51:31 2017 +0200
Committer: Stefaan Dutry <st...@gmail.com>
Committed: Wed Apr 19 23:51:31 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/18affab8/using-tags/pom.xml
----------------------------------------------------------------------
diff --git a/using-tags/pom.xml b/using-tags/pom.xml
index b649c44..0414941 100644
--- a/using-tags/pom.xml
+++ b/using-tags/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>