diff options
author | Olivier Lamy <olamy@apache.org> | 2012-01-09 12:49:13 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-01-09 12:49:13 +0000 |
commit | ec6b0355a7842170619193f2cc2ec15640529892 (patch) | |
tree | b87d5f3979eda93845f382d66d2b5aa991b618c5 /archiva-modules/archiva-web/pom.xml | |
parent | f8417990d0cd7c38389913dc161e383d5e72b814 (diff) | |
download | archiva-ec6b0355a7842170619193f2cc2ec15640529892.tar.gz archiva-ec6b0355a7842170619193f2cc2ec15640529892.zip |
rename webapp-common module to web-common as it will be used in rest services: this name will makes more sense
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1229124 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-modules/archiva-web/pom.xml b/archiva-modules/archiva-web/pom.xml index 9d4955c6c..1a2303938 100644 --- a/archiva-modules/archiva-web/pom.xml +++ b/archiva-modules/archiva-web/pom.xml @@ -48,7 +48,7 @@ <module>archiva-webdav</module> <module>archiva-rss</module> <module>archiva-rest</module> - <module>archiva-webapp-common</module> + <module>archiva-web-common</module> <module>archiva-webapp</module> </modules> |