mirror of
https://github.com/apache/struts.git
synced 2026-09-01 03:44:30 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a39976815 | |||
| 2c3c199854 | |||
| a9699d0450 |
+1
-1
@@ -27,7 +27,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-apps</artifactId>
|
<artifactId>struts2-apps</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-blank</artifactId>
|
<artifactId>struts2-blank</artifactId>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-apps</artifactId>
|
<artifactId>struts2-apps</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-mailreader</artifactId>
|
<artifactId>struts2-mailreader</artifactId>
|
||||||
|
|||||||
+3
-1
@@ -28,7 +28,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-parent</artifactId>
|
<artifactId>struts2-parent</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-apps</artifactId>
|
<artifactId>struts2-apps</artifactId>
|
||||||
@@ -141,6 +141,7 @@
|
|||||||
</activation>
|
</activation>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
<!--
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>rat-maven-plugin</artifactId>
|
<artifactId>rat-maven-plugin</artifactId>
|
||||||
@@ -168,6 +169,7 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
-->
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-apps</artifactId>
|
<artifactId>struts2-apps</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-portlet</artifactId>
|
<artifactId>struts2-portlet</artifactId>
|
||||||
|
|||||||
@@ -5,13 +5,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-apps</artifactId>
|
<artifactId>struts2-apps</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-rest-showcase</artifactId>
|
<artifactId>struts2-rest-showcase</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
<name>Struts 2 Rest Showcase Example</name>
|
<name>Struts 2 Rest Showcase Example</name>
|
||||||
<description>Struts 2 Rest Showcase Example</description>
|
<description>Struts 2 Rest Showcase Example</description>
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-apps</artifactId>
|
<artifactId>struts2-apps</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-showcase</artifactId>
|
<artifactId>struts2-showcase</artifactId>
|
||||||
|
|||||||
+1
-1
@@ -33,7 +33,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-parent</artifactId>
|
<artifactId>struts2-parent</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
|
|||||||
+1
-1
@@ -27,7 +27,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-parent</artifactId>
|
<artifactId>struts2-parent</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-core</artifactId>
|
<artifactId>struts2-core</artifactId>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-plugins</artifactId>
|
<artifactId>struts2-plugins</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-codebehind-plugin</artifactId>
|
<artifactId>struts2-codebehind-plugin</artifactId>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-plugins</artifactId>
|
<artifactId>struts2-plugins</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-config-browser-plugin</artifactId>
|
<artifactId>struts2-config-browser-plugin</artifactId>
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>struts2-plugins</artifactId>
|
<artifactId>struts2-plugins</artifactId>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
|
|||||||
+1
-1
@@ -27,7 +27,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-plugins</artifactId>
|
<artifactId>struts2-plugins</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-dwr-plugin</artifactId>
|
<artifactId>struts2-dwr-plugin</artifactId>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-plugins</artifactId>
|
<artifactId>struts2-plugins</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-jasperreports-plugin</artifactId>
|
<artifactId>struts2-jasperreports-plugin</artifactId>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-plugins</artifactId>
|
<artifactId>struts2-plugins</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-jfreechart-plugin</artifactId>
|
<artifactId>struts2-jfreechart-plugin</artifactId>
|
||||||
|
|||||||
+1
-1
@@ -27,7 +27,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-plugins</artifactId>
|
<artifactId>struts2-plugins</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-jsf-plugin</artifactId>
|
<artifactId>struts2-jsf-plugin</artifactId>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-plugins</artifactId>
|
<artifactId>struts2-plugins</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-junit-plugin</artifactId>
|
<artifactId>struts2-junit-plugin</artifactId>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-plugins</artifactId>
|
<artifactId>struts2-plugins</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-pell-multipart-plugin</artifactId>
|
<artifactId>struts2-pell-multipart-plugin</artifactId>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-plugins</artifactId>
|
<artifactId>struts2-plugins</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-plexus-plugin</artifactId>
|
<artifactId>struts2-plexus-plugin</artifactId>
|
||||||
|
|||||||
+1
-1
@@ -27,7 +27,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-parent</artifactId>
|
<artifactId>struts2-parent</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-plugins</artifactId>
|
<artifactId>struts2-plugins</artifactId>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-plugins</artifactId>
|
<artifactId>struts2-plugins</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-portlet-plugin</artifactId>
|
<artifactId>struts2-portlet-plugin</artifactId>
|
||||||
|
|||||||
@@ -5,11 +5,11 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-plugins</artifactId>
|
<artifactId>struts2-plugins</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-rest-plugin</artifactId>
|
<artifactId>struts2-rest-plugin</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
<name>Struts 2 Plugin</name>
|
<name>Struts 2 Plugin</name>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-plugins</artifactId>
|
<artifactId>struts2-plugins</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-sitegraph-plugin</artifactId>
|
<artifactId>struts2-sitegraph-plugin</artifactId>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-plugins</artifactId>
|
<artifactId>struts2-plugins</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-sitemesh-plugin</artifactId>
|
<artifactId>struts2-sitemesh-plugin</artifactId>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-plugins</artifactId>
|
<artifactId>struts2-plugins</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-spring-plugin</artifactId>
|
<artifactId>struts2-spring-plugin</artifactId>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-plugins</artifactId>
|
<artifactId>struts2-plugins</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-struts1-plugin</artifactId>
|
<artifactId>struts2-struts1-plugin</artifactId>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-plugins</artifactId>
|
<artifactId>struts2-plugins</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-testng-plugin</artifactId>
|
<artifactId>struts2-testng-plugin</artifactId>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-plugins</artifactId>
|
<artifactId>struts2-plugins</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-tiles-plugin</artifactId>
|
<artifactId>struts2-tiles-plugin</artifactId>
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.apache.struts</groupId>
|
<groupId>org.apache.struts</groupId>
|
||||||
<artifactId>struts2-parent</artifactId>
|
<artifactId>struts2-parent</artifactId>
|
||||||
<version>2.1.1-SNAPSHOT</version>
|
<version>2.1.1</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>Struts 2</name>
|
<name>Struts 2</name>
|
||||||
<url>http://struts.apache.org/struts2</url>
|
<url>http://struts.apache.org/struts2</url>
|
||||||
|
|||||||
Reference in New Issue
Block a user