You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by am...@apache.org on 2017/10/19 20:31:40 UTC

[struts-site] branch master updated: fix typo in jetty maven plugin version

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

amashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/master by this push:
     new a28deef  fix typo in jetty maven plugin version
a28deef is described below

commit a28deef29f80567ef966af03bb284c8105fec87b
Author: Aleksandr Mashchenko <am...@apache.org>
AuthorDate: Thu Oct 19 23:30:52 2017 +0300

    fix typo in jetty maven plugin version
---
 source/getting-started/how-to-create-a-struts2-web-application.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/getting-started/how-to-create-a-struts2-web-application.md b/source/getting-started/how-to-create-a-struts2-web-application.md
index 5127f5b..8aba5e5 100644
--- a/source/getting-started/how-to-create-a-struts2-web-application.md
+++ b/source/getting-started/how-to-create-a-struts2-web-application.md
@@ -64,7 +64,7 @@ project folder structure. In your `pom.xml` include the following:
         <plugin>
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>jetty-maven-plugin</artifactId>
-            <version>9.4.7.20170914</version>
+            <version>9.4.7.v20170914</version>
             <configuration>
                 <webApp>
                     <contextPath>/${build.finalName}</contextPath>

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