WW-4511 Move struts2 blank app to struts2-examples
Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/1b1c61e3 Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/1b1c61e3 Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/1b1c61e3 Branch: refs/heads/master Commit: 1b1c61e319bc11278a0ac90de6f51cc142e60706 Parents: bb144d9 Author: Johannes Geppert <jo...@apache.org> Authored: Thu Jun 11 20:46:40 2015 +0200 Committer: Johannes Geppert <jo...@apache.org> Committed: Thu Jun 11 20:46:40 2015 +0200 ---------------------------------------------------------------------- blank/pom.xml | 6 +++--- pom.xml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/1b1c61e3/blank/pom.xml ---------------------------------------------------------------------- diff --git a/blank/pom.xml b/blank/pom.xml index 5d170e9..f6b2f17 100644 --- a/blank/pom.xml +++ b/blank/pom.xml @@ -24,9 +24,9 @@ <project xmlns="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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-apps</artifactId> - <version>2.5-SNAPSHOT</version> + <groupId>struts.apache.org</groupId> + <artifactId>struts2examples</artifactId> + <version>1.0.0</version> </parent> <artifactId>struts2-blank</artifactId> http://git-wip-us.apache.org/repos/asf/struts-examples/blob/1b1c61e3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9c5370b..a8cdfbf 100644 --- a/pom.xml +++ b/pom.xml @@ -32,6 +32,7 @@ <modules> <module>basic_struts</module> + <module>blank</module> <module>helloworld</module> <module>using_tags</module> <module>coding_actions</module>