Author: jdumay
Date: Sun Oct 26 16:57:05 2008
New Revision: 708062
URL: http://svn.apache.org/viewvc?rev=708062&view=rev
Log:
Updating for latest redback snapshot
Modified:
archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml
archiva/trunk/pom.xml
Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml?rev=708062&r1=708061&r2=708062&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml Sun Oct 26 16:57:05 2008
@@ -168,7 +168,7 @@
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
- <artifactId>redback-struts2-taglib</artifactId>
+ <artifactId>redback-common-integrations</artifactId>
</dependency>
<!-- Other dependencies -->
<dependency>
Modified: archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=708062&r1=708061&r2=708062&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Sun Oct 26 16:57:05 2008
@@ -739,7 +739,7 @@
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
- <artifactId>redback-struts2-taglib</artifactId>
+ <artifactId>redback-common-integrations</artifactId>
<version>${redback.version}</version>
<exclusions>
<exclusion>
|