Repository: struts-examples
Updated Branches:
  refs/heads/master f492088b2 -> 4e28aaab8


Cleans up poms


Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/29c600a1
Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/29c600a1
Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/29c600a1

Branch: refs/heads/master
Commit: 29c600a16abe2b060aa106478e159d35f11d10db
Parents: f492088
Author: Lukasz Lenart <[email protected]>
Authored: Sun Jan 10 16:29:39 2016 +0100
Committer: Lukasz Lenart <[email protected]>
Committed: Sun Jan 10 16:29:39 2016 +0100

----------------------------------------------------------------------
 annotations/pom.xml               | 2 +-
 basic-struts/pom.xml              | 2 +-
 bean-validation/pom.xml           | 2 +-
 blank/pom.xml                     | 2 +-
 coding-actions/pom.xml            | 2 +-
 control-tags/pom.xml              | 2 +-
 debugging-struts/pom.xml          | 2 +-
 exception-handling/pom.xml        | 2 +-
 exclude-parameters/pom.xml        | 2 +-
 form-processing/pom.xml           | 2 +-
 form-tags/pom.xml                 | 2 +-
 form-validation/pom.xml           | 2 +-
 form-xml-validation/pom.xml       | 2 +-
 helloworld/pom.xml                | 2 +-
 http-session/pom.xml              | 2 +-
 interceptors/pom.xml              | 2 +-
 jboss-blank/pom.xml               | 2 +-
 mailreader/pom.xml                | 4 ++--
 message-resource/pom.xml          | 2 +-
 preparable-interface/pom.xml      | 2 +-
 rest-angular/pom.xml              | 2 +-
 restful2actionmapper/pom.xml      | 2 +-
 spring-struts/pom.xml             | 2 +-
 themes-override/pom.xml           | 2 +-
 themes/pom.xml                    | 2 +-
 unit-testing/pom.xml              | 2 +-
 using-tags/pom.xml                | 2 +-
 wildcard-method-selection/pom.xml | 2 +-
 28 files changed, 29 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/annotations/pom.xml
----------------------------------------------------------------------
diff --git a/annotations/pom.xml b/annotations/pom.xml
index 4e238b5..8a4fe34 100644
--- a/annotations/pom.xml
+++ b/annotations/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/basic-struts/pom.xml
----------------------------------------------------------------------
diff --git a/basic-struts/pom.xml b/basic-struts/pom.xml
index 9ed1c09..18b8a9a 100644
--- a/basic-struts/pom.xml
+++ b/basic-struts/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
     <artifactId>basic-struts</artifactId>

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/bean-validation/pom.xml
----------------------------------------------------------------------
diff --git a/bean-validation/pom.xml b/bean-validation/pom.xml
index 33d56b7..5c3dd16 100755
--- a/bean-validation/pom.xml
+++ b/bean-validation/pom.xml
@@ -3,7 +3,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
     <artifactId>bean-validation</artifactId>

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/blank/pom.xml
----------------------------------------------------------------------
diff --git a/blank/pom.xml b/blank/pom.xml
index 74a435f..aa18b4c 100644
--- a/blank/pom.xml
+++ b/blank/pom.xml
@@ -25,7 +25,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/coding-actions/pom.xml
----------------------------------------------------------------------
diff --git a/coding-actions/pom.xml b/coding-actions/pom.xml
index 207f77d..34bdad4 100644
--- a/coding-actions/pom.xml
+++ b/coding-actions/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/control-tags/pom.xml
----------------------------------------------------------------------
diff --git a/control-tags/pom.xml b/control-tags/pom.xml
index 6eaf08e..6bddd5e 100755
--- a/control-tags/pom.xml
+++ b/control-tags/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
     <artifactId>control-tags</artifactId>

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/debugging-struts/pom.xml
----------------------------------------------------------------------
diff --git a/debugging-struts/pom.xml b/debugging-struts/pom.xml
index 3e027e8..9f0c0d7 100644
--- a/debugging-struts/pom.xml
+++ b/debugging-struts/pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>struts.apache.org</groupId>
-    <artifactId>struts2examples</artifactId>
+    <artifactId>struts-examples</artifactId>
     <version>1.0.0</version>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/exception-handling/pom.xml
----------------------------------------------------------------------
diff --git a/exception-handling/pom.xml b/exception-handling/pom.xml
index c6c1922..66182dd 100644
--- a/exception-handling/pom.xml
+++ b/exception-handling/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/exclude-parameters/pom.xml
----------------------------------------------------------------------
diff --git a/exclude-parameters/pom.xml b/exclude-parameters/pom.xml
index 7b439ac..f6e49ec 100644
--- a/exclude-parameters/pom.xml
+++ b/exclude-parameters/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/form-processing/pom.xml
----------------------------------------------------------------------
diff --git a/form-processing/pom.xml b/form-processing/pom.xml
index 1d61758..2cbed98 100644
--- a/form-processing/pom.xml
+++ b/form-processing/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
     <artifactId>form-processing</artifactId>

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/form-tags/pom.xml
----------------------------------------------------------------------
diff --git a/form-tags/pom.xml b/form-tags/pom.xml
index 42e797c..0172a23 100644
--- a/form-tags/pom.xml
+++ b/form-tags/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/form-validation/pom.xml
----------------------------------------------------------------------
diff --git a/form-validation/pom.xml b/form-validation/pom.xml
index 7a0a50d..0cd078b 100644
--- a/form-validation/pom.xml
+++ b/form-validation/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/form-xml-validation/pom.xml
----------------------------------------------------------------------
diff --git a/form-xml-validation/pom.xml b/form-xml-validation/pom.xml
index 290eff3..98c3844 100644
--- a/form-xml-validation/pom.xml
+++ b/form-xml-validation/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/helloworld/pom.xml
----------------------------------------------------------------------
diff --git a/helloworld/pom.xml b/helloworld/pom.xml
index 6493efc..97b8136 100644
--- a/helloworld/pom.xml
+++ b/helloworld/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/http-session/pom.xml
----------------------------------------------------------------------
diff --git a/http-session/pom.xml b/http-session/pom.xml
index ecba425..d074563 100644
--- a/http-session/pom.xml
+++ b/http-session/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/interceptors/pom.xml
----------------------------------------------------------------------
diff --git a/interceptors/pom.xml b/interceptors/pom.xml
index 0d5b422..ec7af1e 100644
--- a/interceptors/pom.xml
+++ b/interceptors/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/jboss-blank/pom.xml
----------------------------------------------------------------------
diff --git a/jboss-blank/pom.xml b/jboss-blank/pom.xml
index 3aabdf3..eeb028a 100644
--- a/jboss-blank/pom.xml
+++ b/jboss-blank/pom.xml
@@ -25,7 +25,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/mailreader/pom.xml
----------------------------------------------------------------------
diff --git a/mailreader/pom.xml b/mailreader/pom.xml
index 512860c..565ad42 100644
--- a/mailreader/pom.xml
+++ b/mailreader/pom.xml
@@ -26,11 +26,11 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
 
-    <artifactId>struts2-mailreader</artifactId>
+    <artifactId>mailreader</artifactId>
     <packaging>war</packaging>
     <name>Struts 2 Mail Reader Webapp</name>
 

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/message-resource/pom.xml
----------------------------------------------------------------------
diff --git a/message-resource/pom.xml b/message-resource/pom.xml
index f559388..5c29a8d 100644
--- a/message-resource/pom.xml
+++ b/message-resource/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/preparable-interface/pom.xml
----------------------------------------------------------------------
diff --git a/preparable-interface/pom.xml b/preparable-interface/pom.xml
index 38596c5..57c140a 100644
--- a/preparable-interface/pom.xml
+++ b/preparable-interface/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/rest-angular/pom.xml
----------------------------------------------------------------------
diff --git a/rest-angular/pom.xml b/rest-angular/pom.xml
index 395073a..a704eb8 100644
--- a/rest-angular/pom.xml
+++ b/rest-angular/pom.xml
@@ -4,7 +4,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/restful2actionmapper/pom.xml
----------------------------------------------------------------------
diff --git a/restful2actionmapper/pom.xml b/restful2actionmapper/pom.xml
index ea96861..c236bb1 100644
--- a/restful2actionmapper/pom.xml
+++ b/restful2actionmapper/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/spring-struts/pom.xml
----------------------------------------------------------------------
diff --git a/spring-struts/pom.xml b/spring-struts/pom.xml
index 91ce88a..6c41dec 100644
--- a/spring-struts/pom.xml
+++ b/spring-struts/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/themes-override/pom.xml
----------------------------------------------------------------------
diff --git a/themes-override/pom.xml b/themes-override/pom.xml
index d39a1c9..3ce40be 100644
--- a/themes-override/pom.xml
+++ b/themes-override/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/themes/pom.xml
----------------------------------------------------------------------
diff --git a/themes/pom.xml b/themes/pom.xml
index 044e84d..7566613 100644
--- a/themes/pom.xml
+++ b/themes/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/unit-testing/pom.xml
----------------------------------------------------------------------
diff --git a/unit-testing/pom.xml b/unit-testing/pom.xml
index f31d155..67f2812 100644
--- a/unit-testing/pom.xml
+++ b/unit-testing/pom.xml
@@ -5,7 +5,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>struts.apache.org</groupId>
-               <artifactId>struts2examples</artifactId>
+               <artifactId>struts-examples</artifactId>
                <version>1.0.0</version>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/using-tags/pom.xml
----------------------------------------------------------------------
diff --git a/using-tags/pom.xml b/using-tags/pom.xml
index abd3916..eb9353c 100644
--- a/using-tags/pom.xml
+++ b/using-tags/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/29c600a1/wildcard-method-selection/pom.xml
----------------------------------------------------------------------
diff --git a/wildcard-method-selection/pom.xml 
b/wildcard-method-selection/pom.xml
index bcd156e..6cc0425 100644
--- a/wildcard-method-selection/pom.xml
+++ b/wildcard-method-selection/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>struts.apache.org</groupId>
-        <artifactId>struts2examples</artifactId>
+        <artifactId>struts-examples</artifactId>
         <version>1.0.0</version>
     </parent>
 

Reply via email to