Skip to content

Commit ac8b740

Browse files
committed
Update POMs for Struts 2.0.5 SNAPSHOT.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@500934 13f79535-47bb-0310-9956-ffa450edef68
1 parent 238abc3 commit ac8b740

File tree

24 files changed

+26
-27
lines changed

24 files changed

+26
-27
lines changed

api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.struts</groupId>
77
<artifactId>struts2-parent</artifactId>
8-
<version>2.0.4</version>
8+
<version>2.0.5-SNAPSHOT</version>
99
</parent>
1010
<groupId>org.apache.struts</groupId>
1111
<artifactId>struts2-api</artifactId>

apps/blank/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.struts</groupId>
77
<artifactId>struts2-apps</artifactId>
8-
<version>2.0.4</version>
8+
<version>2.0.5-SNAPSHOT</version>
99
</parent>
1010
<groupId>org.apache.struts</groupId>
1111
<artifactId>struts2-blank</artifactId>

apps/mailreader/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.struts</groupId>
77
<artifactId>struts2-apps</artifactId>
8-
<version>2.0.4</version>
8+
<version>2.0.5-SNAPSHOT</version>
99
</parent>
1010
<groupId>org.apache.struts</groupId>
1111
<artifactId>struts2-mailreader</artifactId>

apps/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.struts</groupId>
2727
<artifactId>struts2-parent</artifactId>
28-
<version>2.0.4</version>
28+
<version>2.0.5-SNAPSHOT</version>
2929
</parent>
3030
<groupId>org.apache.struts</groupId>
3131
<artifactId>struts2-apps</artifactId>

apps/portlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.struts</groupId>
77
<artifactId>struts2-apps</artifactId>
8-
<version>2.0.4</version>
8+
<version>2.0.5-SNAPSHOT</version>
99
</parent>
1010
<groupId>org.apache.struts</groupId>
1111
<artifactId>struts2-portlet</artifactId>

apps/showcase/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.struts</groupId>
77
<artifactId>struts2-apps</artifactId>
8-
<version>2.0.4</version>
8+
<version>2.0.5-SNAPSHOT</version>
99
</parent>
1010
<groupId>org.apache.struts</groupId>
1111
<artifactId>struts2-showcase</artifactId>

assembly/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<parent>
3434
<groupId>org.apache.struts</groupId>
3535
<artifactId>struts2-parent</artifactId>
36-
<version>2.0.4</version>
36+
<version>2.0.5-SNAPSHOT</version>
3737
</parent>
3838

3939
<scm>

backport/translate.bat

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
java -jar retrotranslator-transformer-1.1.0.jar -srcjar ../lib/struts2-core-2.0.3.jar -destjar struts2-core-j4-2.0.3.jar
2-
java -jar retrotranslator-transformer-1.1.0.jar -srcjar ../lib/struts2-api-2.0.3.jar -destjar struts2-api-j4-2.0.3.jar
3-
java -jar retrotranslator-transformer-1.1.0.jar -srcjar ../lib/struts2-extras-2.0.3.jar -destjar struts2-extras-j4-2.0.3.jar
4-
java -jar retrotranslator-transformer-1.1.0.jar -srcjar ../lib/xwork-2.0.0.jar -destjar xwork-j4-2.0.0-RC1.jar
1+
java -jar retrotranslator-transformer-1.2.0.jar -advanced -srcjar ../lib/struts2-core-2.0.4.jar -destjar struts2-core-j4-2.0.4.jar
2+
java -jar retrotranslator-transformer-1.2.0.jar -advanced -srcjar ../lib/struts2-api-2.0.4.jar -destjar struts2-api-j4-2.0.4.jar
3+
java -jar retrotranslator-transformer-1.2.0.jar -advanced -srcjar ../lib/xwork-2.0.0.jar -destjar xwork-j4-2.0.0.jar

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.struts</groupId>
77
<artifactId>struts2-parent</artifactId>
8-
<version>2.0.4</version>
8+
<version>2.0.5-SNAPSHOT</version>
99
</parent>
1010
<groupId>org.apache.struts</groupId>
1111
<artifactId>struts2-core</artifactId>

plugins/codebehind/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.struts</groupId>
77
<artifactId>struts2-plugins</artifactId>
8-
<version>2.0.4</version>
8+
<version>2.0.5-SNAPSHOT</version>
99
</parent>
1010
<groupId>org.apache.struts</groupId>
1111
<artifactId>struts2-codebehind-plugin</artifactId>

plugins/config-browser/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.struts</groupId>
77
<artifactId>struts2-plugins</artifactId>
8-
<version>2.0.4</version>
8+
<version>2.0.5-SNAPSHOT</version>
99
</parent>
1010
<groupId>org.apache.struts</groupId>
1111
<artifactId>struts2-config-browser-plugin</artifactId>

plugins/continuations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.struts</groupId>
77
<artifactId>struts2-plugins</artifactId>
8-
<version>2.0.4</version>
8+
<version>2.0.5-SNAPSHOT</version>
99
</parent>
1010
<groupId>org.apache.struts</groupId>
1111
<artifactId>struts2-continuations-plugin</artifactId>

plugins/jasperreports/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.struts</groupId>
77
<artifactId>struts2-plugins</artifactId>
8-
<version>2.0.4</version>
8+
<version>2.0.5-SNAPSHOT</version>
99
</parent>
1010
<groupId>org.apache.struts</groupId>
1111
<artifactId>struts2-jasperreports-plugin</artifactId>

plugins/jfreechart/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.struts</groupId>
77
<artifactId>struts2-plugins</artifactId>
8-
<version>2.0.4</version>
8+
<version>2.0.5-SNAPSHOT</version>
99
</parent>
1010
<groupId>org.apache.struts</groupId>
1111
<artifactId>struts2-jfreechart-plugin</artifactId>

plugins/jsf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.struts</groupId>
77
<artifactId>struts2-plugins</artifactId>
8-
<version>2.0.4</version>
8+
<version>2.0.5-SNAPSHOT</version>
99
</parent>
1010
<groupId>org.apache.struts</groupId>
1111
<artifactId>struts2-jsf-plugin</artifactId>

plugins/pell-multipart/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.struts</groupId>
77
<artifactId>struts2-plugins</artifactId>
8-
<version>2.0.4</version>
8+
<version>2.0.5-SNAPSHOT</version>
99
</parent>
1010
<groupId>org.apache.struts</groupId>
1111
<artifactId>struts2-pell-multipart-plugin</artifactId>

plugins/plexus/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.struts</groupId>
77
<artifactId>struts2-plugins</artifactId>
8-
<version>2.0.4</version>
8+
<version>2.0.5-SNAPSHOT</version>
99
</parent>
1010
<groupId>org.apache.struts</groupId>
1111
<artifactId>struts2-plexus-plugin</artifactId>

plugins/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.struts</groupId>
77
<artifactId>struts2-parent</artifactId>
8-
<version>2.0.4</version>
8+
<version>2.0.5-SNAPSHOT</version>
99
</parent>
1010
<groupId>org.apache.struts</groupId>
1111
<artifactId>struts2-plugins</artifactId>

plugins/sitegraph/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.struts</groupId>
77
<artifactId>struts2-plugins</artifactId>
8-
<version>2.0.4</version>
8+
<version>2.0.5-SNAPSHOT</version>
99
</parent>
1010
<groupId>org.apache.struts</groupId>
1111
<artifactId>struts2-sitegraph-plugin</artifactId>

plugins/sitemesh/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.struts</groupId>
77
<artifactId>struts2-plugins</artifactId>
8-
<version>2.0.4</version>
8+
<version>2.0.5-SNAPSHOT</version>
99
</parent>
1010
<groupId>org.apache.struts</groupId>
1111
<artifactId>struts2-sitemesh-plugin</artifactId>

plugins/spring/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.struts</groupId>
77
<artifactId>struts2-plugins</artifactId>
8-
<version>2.0.4</version>
8+
<version>2.0.5-SNAPSHOT</version>
99
</parent>
1010
<groupId>org.apache.struts</groupId>
1111
<artifactId>struts2-spring-plugin</artifactId>

plugins/struts1/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.struts</groupId>
77
<artifactId>struts2-plugins</artifactId>
8-
<version>2.0.4</version>
8+
<version>2.0.5-SNAPSHOT</version>
99
</parent>
1010
<groupId>org.apache.struts</groupId>
1111
<artifactId>struts2-struts1-plugin</artifactId>

plugins/tiles/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.struts</groupId>
77
<artifactId>struts2-plugins</artifactId>
8-
<version>2.0.4</version>
8+
<version>2.0.5-SNAPSHOT</version>
99
</parent>
1010
<groupId>org.apache.struts</groupId>
1111
<artifactId>struts2-tiles-plugin</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<modelVersion>4.0.0</modelVersion>
3333
<groupId>org.apache.struts</groupId>
3434
<artifactId>struts2-parent</artifactId>
35-
<version>2.0.4</version>
35+
<version>2.0.5-SNAPSHOT</version>
3636
<packaging>pom</packaging>
3737
<name>Struts 2</name>
3838
<url>http://struts.apache.org/struts2</url>

0 commit comments

Comments
 (0)