diff options
author | Brett Porter <brett@apache.org> | 2009-11-19 17:16:20 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2009-11-19 17:16:20 +0000 |
commit | 4102a4a916f8649dd12182f727b6cb45f4e356b2 (patch) | |
tree | 78b899dd447170dead4a05b24537ddbe59119a9e /archiva-modules/pom.xml | |
parent | 644537ee8b7b5620eed6aa14e3a1feb44bc59b5e (diff) | |
download | archiva-4102a4a916f8649dd12182f727b6cb45f4e356b2.tar.gz archiva-4102a4a916f8649dd12182f727b6cb45f4e356b2.zip |
[MRM-1025] split the scheduler into modules to isolate database and indexer dependent code
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@882207 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/pom.xml')
-rw-r--r-- | archiva-modules/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-modules/pom.xml b/archiva-modules/pom.xml index 5ce96c5ea..226b3a880 100644 --- a/archiva-modules/pom.xml +++ b/archiva-modules/pom.xml @@ -31,7 +31,7 @@ <module>archiva-base</module> <module>archiva-database</module> <module>archiva-reporting</module> - <module>archiva-scheduled</module> + <module>archiva-scheduler</module> <module>archiva-web</module> <module>metadata</module> <module>plugins</module> |