Repository: struts-examples Updated Branches: refs/heads/master 1dae91de2 -> 56b22f011
Uses the latest Struts snapshot Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/d251dde3 Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/d251dde3 Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/d251dde3 Branch: refs/heads/master Commit: d251dde341146bf61909e5477bd48768b49da7eb Parents: 1af364c Author: Lukasz Lenart <lukasz.len...@gmail.com> Authored: Mon Dec 29 11:06:45 2014 +0100 Committer: Lukasz Lenart <lukasz.len...@gmail.com> Committed: Mon Dec 29 11:06:45 2014 +0100 ---------------------------------------------------------------------- pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/d251dde3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9e9d737..354e3b4 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <struts2.version>2.3.18-SNAPSHOT</struts2.version> + <struts2.version>2.3.21-SNAPSHOT</struts2.version> <log4j.version>1.2.17</log4j.version> </properties> @@ -88,5 +88,16 @@ </plugins> </build> + + <repositories> + <repository> + <id>apache-snapshots</id> + <url>https://repository.apache.org/content/groups/snapshots/</url> + <layout>default</layout> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + </repositories> </project>