WW-1483 Update dependency to XWork 2 Beta 2, but we need the -sources.jar or -javadoc.jar in the OS repository to run the final assembly:assembly stage.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@480823 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ted Nathan Husted
2006-11-30 04:01:27 +00:00
parent d4e94ecd58
commit e7299853d6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -103,7 +103,7 @@
<groupId>opensymphony</groupId>
<artifactId>xwork</artifactId>
<classifier>javadoc</classifier>
<version>2.0-SNAPSHOT</version>
<version>2.0-beta-2</version>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.directory}/xwork-apidocs</outputDirectory>
+1 -1
View File
@@ -139,7 +139,7 @@
<dependency>
<groupId>opensymphony</groupId>
<artifactId>xwork</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0-beta-2</version>
</dependency>
<dependency>