diff options
author | Brett Porter <brett@apache.org> | 2006-11-06 18:50:14 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2006-11-06 18:50:14 +0000 |
commit | 51c661b1ee7cca9168449e28f696b0501ac13dcb (patch) | |
tree | fc711a17ff18f6e961a0fcceccd3297f58ef871a /archiva-plexus-runtime | |
parent | ec4a395f4190efa4a0904280ba8c831cb1f08b7b (diff) | |
download | archiva-51c661b1ee7cca9168449e28f696b0501ac13dcb.tar.gz archiva-51c661b1ee7cca9168449e28f696b0501ac13dcb.zip |
use new appserver plugin that fixes the JSP issue
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@471822 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-plexus-runtime')
-rw-r--r-- | archiva-plexus-runtime/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-plexus-runtime/pom.xml b/archiva-plexus-runtime/pom.xml index 78faecf65..b47a94ee2 100644 --- a/archiva-plexus-runtime/pom.xml +++ b/archiva-plexus-runtime/pom.xml @@ -83,7 +83,7 @@ <plugin> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-appserver-maven-plugin</artifactId> - <version>2.0-alpha-3</version> + <version>2.0-alpha-4-SNAPSHOT</version> <extensions>true</extensions> <executions> <execution> |