You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/12/07 17:27:31 UTC

[maven-sources] 04/05: maven-downloader is retired

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-sources.git

commit b29d66ce30429bf4183c7263004c0f3bb420a459
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Dec 7 18:25:55 2019 +0100

    maven-downloader is retired
---
 default.xml    | 1 -
 shared/pom.xml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/default.xml b/default.xml
index bf78528..f147ee6 100644
--- a/default.xml
+++ b/default.xml
@@ -90,7 +90,6 @@
   <project path='shared/common-artifact-filters'            name='maven-common-artifact-filters.git' />
   <project path='shared/dependency-analyzer'                name='maven-dependency-analyzer.git' />
   <project path='shared/dependency-tree'                    name='maven-dependency-tree.git' />
-  <project path='shared/downloader'                         name='maven-downloader.git' />
   <project path='shared/file-management'                    name='maven-file-management.git' />
   <project path='shared/filtering'                          name='maven-filtering.git' />
   <project path='shared/invoker'                            name='maven-invoker.git' />
diff --git a/shared/pom.xml b/shared/pom.xml
index 59ed2f6..6709b49 100644
--- a/shared/pom.xml
+++ b/shared/pom.xml
@@ -37,7 +37,6 @@ under the License.
     <module>../../shared/common-artifact-filters</module>
     <module>../../shared/dependency-analyzer</module>
     <module>../../shared/dependency-tree</module>
-    <module>../../shared/downloader</module>
     <module>../../shared/file-management</module>
     <module>../../shared/filtering</module>
     <module>../../shared/invoker</module>