svn commit: r1571052 - /struts/sandbox/trunk/struts2examples/pom.xml
Author: bphillips Date: Sun Feb 23 18:37:22 2014 New Revision: 1571052 URL: http://svn.apache.org/r1571052 Log: excluded transitive dependency to commons-fileupload version 1.3 and added dependency to commons-fileupload 1.3.1 to address security issue in older versions of commons-fileupload Modified: struts/sandbox/trunk/struts2examples/pom.xml Modified: struts/sandbox/trunk/struts2examples/pom.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2examples/pom.xml?rev=1571052&r1=1571051&r2=1571052&view=diff == --- struts/sandbox/trunk/struts2examples/pom.xml (original) +++ struts/sandbox/trunk/struts2examples/pom.xml Sun Feb 23 18:37:22 2014 @@ -1,99 +1,111 @@ http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";> - 4.0.0 - struts.apache.org - struts2examples - 1.0.0 - pom - Struts 2 Examples - - This is the parent pom for the Struts 2 examples that - go with the Struts 2 Getting Started series of tutorials. - - - - - UTF-8 - - 2.3.16 - - 1.2.17 - - - - - - bphillips - Bruce Phillips - bphill...@ku.edu - Apache Struts 2 Committer - - Committer - - - - - - basic_struts - helloworld - using_tags - coding_actions - form_processing - form_validation - message_resource - exception_handling - debugging_struts - form_tags - form_xml_validation - control_tags - wildcard_method_selection - themes - spring_struts - annotations - interceptors - unit_testing - http_session - preparable_interface - exclude_parameters - restful2actionmapper - bean_validation - - - - - - - - org.apache.struts - struts2-core - ${struts2.version} - - - - log4j - log4j - ${log4j.version} - - - - - - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - 1.7 - 1.7 - - - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";> +4.0.0 +struts.apache.org +struts2examples +1.0.0 +pom +Struts 2 Examples + +This is the parent pom for the Struts 2 examples that +go with the Struts 2 Getting Started series of tutorials. + + + + +UTF-8 + +2.3.16 + +1.2.17 + + + + + +bphillips +Bruce Phillips +bphill...@ku.edu +Apache Struts 2 Committer + +Committer + + + + + +basic_struts +helloworld +using_tags +coding_actions +form_processing +form_validation +message_resource +exception_handling +debugging_struts +form_tags +form_xml_validation +control_tags +wildcard_method_selection +themes +spring_struts +annotations +interceptors +unit_testing +http_session +preparable_interface +exclude_parameters +restful2actionmapper +bean_validation + + + + + + + +org.apache.struts +struts2-core +${struts2.version} + + +commons-fileupload +commons-fileupload + + + + + +log4j +log4j +${log4j.version} + + + +commons-fileupload +commons-fileupload +1.3.1 + + + + + + + + + + + + +org.apache.maven.plugins +maven-compiler-plugin +2.3.2 + +
[CONF] Confluence Changes in the last 24 hours
Confluence Changes in the last 24 hours Apache Airavata Pages Blog: Brainstorming Diagrams created by Suresh Marru [09:46 PM] Apache Camel Pages Page: Building edited by Babak Vahdat [08:04 AM] (View Changes) Apache Cloudstack Pages Page: OVS: distributed routing & network ACL's edited by Murali Reddy [08:25 PM] (View Changes) Apache Hive Pages Page: SerDe edited by Lars Francke [09:12 AM] (View Changes) Comments Page: SerDe has 2 new comments [ Lefty Leverenz , Lars Francke ] Apache Kafka Pages Page: FAQ edited by Jun Rao [11:04 PM] (View Changes) Apache Maven Pages Page: Version number policy edited by Dennis Lundberg [02:04 PM] (View Changes) Apache Solr Reference Guide Pages Page: Internal - TODO List edited by Steve Rowe [06:07 PM] (View Changes) Page: Spatial Search edited by David Smiley [07:42 AM] (View Changes) Spark Pages Page: Useful Developer Tools edited by Shivaram Venkataraman [06:07 AM] (View Changes) Apache Tapestry Pages Blog: Tapestry 5.4-beta-3 preview release vote underway created by Bob Harner [08:06 PM]
svn commit: r1571155 - in /struts/site/trunk: content/builds.html source/builds.md
Author: lukaszlenart Date: Mon Feb 24 06:42:28 2014 New Revision: 1571155 URL: http://svn.apache.org/r1571155 Log: WW-4293 Corrects link to read only Git repo Modified: struts/site/trunk/content/builds.html struts/site/trunk/source/builds.md Modified: struts/site/trunk/content/builds.html URL: http://svn.apache.org/viewvc/struts/site/trunk/content/builds.html?rev=1571155&r1=1571154&r2=1571155&view=diff == --- struts/site/trunk/content/builds.html (original) +++ struts/site/trunk/content/builds.html Mon Feb 24 06:42:28 2014 @@ -122,7 +122,7 @@ your own copy of the product, use the so http://git-scm.com/";>Git client interfaces. With the http://git-scm.com/";>Git client installed, obtaining a working copy of the Struts codebase is as simple as -> git clone http://git.apache.org/repos/asf/struts.git +> git clone http://git.apache.org/struts.git (Committers with write access should use the https protocol instead) > git clone https://git-wip-us.apache.org/repos/asf/struts.git Modified: struts/site/trunk/source/builds.md URL: http://svn.apache.org/viewvc/struts/site/trunk/source/builds.md?rev=1571155&r1=1571154&r2=1571155&view=diff == --- struts/site/trunk/source/builds.md (original) +++ struts/site/trunk/source/builds.md Mon Feb 24 06:42:28 2014 @@ -20,7 +20,7 @@ Read-only access to the Apache Struts so With the [Git client](http://git-scm.com/) installed, obtaining a working copy of the Struts codebase is as simple as -> git clone http://git.apache.org/repos/asf/struts.git +> git clone http://git.apache.org/struts.git (Committers with write access should use the **https** protocol instead)
svn commit: r898983 - /websites/production/struts/content/builds.html
Author: lukaszlenart Date: Mon Feb 24 06:43:52 2014 New Revision: 898983 Log: WW-4293 Corrects link to read-only Git repo Modified: websites/production/struts/content/builds.html Modified: websites/production/struts/content/builds.html == --- websites/production/struts/content/builds.html (original) +++ websites/production/struts/content/builds.html Mon Feb 24 06:43:52 2014 @@ -122,7 +122,7 @@ your own copy of the product, use the so http://git-scm.com/";>Git client interfaces. With the http://git-scm.com/";>Git client installed, obtaining a working copy of the Struts codebase is as simple as -> git clone http://git.apache.org/repos/asf/struts.git +> git clone http://git.apache.org/struts.git (Committers with write access should use the https protocol instead) > git clone https://git-wip-us.apache.org/repos/asf/struts.git