You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jo...@apache.org on 2015/06/11 21:17:16 UTC

[39/50] [abbrv] struts-examples git commit: WW-4512 Move struts2 jboss-blank app to struts2-examples

WW-4512 Move struts2 jboss-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/89992c54
Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/89992c54
Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/89992c54

Branch: refs/heads/master
Commit: 89992c541ab25f09602a32d2d5d29a4617b3d3f0
Parents: 585038a
Author: Johannes Geppert <jo...@apache.org>
Authored: Thu Jun 11 20:53:29 2015 +0200
Committer: Johannes Geppert <jo...@apache.org>
Committed: Thu Jun 11 20:53:29 2015 +0200

----------------------------------------------------------------------
 jboss-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/89992c54/jboss-blank/pom.xml
----------------------------------------------------------------------
diff --git a/jboss-blank/pom.xml b/jboss-blank/pom.xml
index ad9ebdb..f0e624c 100644
--- a/jboss-blank/pom.xml
+++ b/jboss-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-jboss-blank</artifactId>

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/89992c54/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a8cdfbf..47bd3e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,6 +33,7 @@
     <modules>
         <module>basic_struts</module>
         <module>blank</module>
+        <module>jboss-blank</module>
         <module>helloworld</module>
         <module>using_tags</module>
         <module>coding_actions</module>