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 2020/04/06 22:50:33 UTC

[maven-sources] branch master updated: retired osgi and repository-builder

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


The following commit(s) were added to refs/heads/master by this push:
     new fd00a05  retired osgi and repository-builder
fd00a05 is described below

commit fd00a05baa49602bebc3e84f8c30d8145370a904
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Apr 7 00:50:27 2020 +0200

    retired osgi and repository-builder
---
 default.xml    | 2 --
 shared/pom.xml | 2 --
 2 files changed, 4 deletions(-)

diff --git a/default.xml b/default.xml
index 7059448..2676e72 100644
--- a/default.xml
+++ b/default.xml
@@ -95,12 +95,10 @@
   <project path='shared/invoker'                            name='maven-invoker.git' />
   <project path='shared/jarsigner'                          name='maven-jarsigner.git' />
   <project path='shared/mapping'                            name='maven-mapping.git' />
-  <project path='shared/osgi'                               name='maven-osgi.git' />
   <project path='shared/project-utils'                      name='maven-project-utils.git' />
   <project path='shared/reporting-api'                      name='maven-reporting-api.git' />
   <project path='shared/reporting-exec'                     name='maven-reporting-exec.git' />
   <project path='shared/reporting-impl'                     name='maven-reporting-impl.git' />
-  <project path='shared/repository-builder'                 name='maven-repository-builder.git' />
   <project path='shared/script-interpreter'                 name='maven-script-interpreter.git' />
   <project path='shared/shared-incremental'                 name='maven-shared-incremental.git' />
   <project path='shared/shared-io'                          name='maven-shared-io.git' />
diff --git a/shared/pom.xml b/shared/pom.xml
index 55a87c4..89d4924 100644
--- a/shared/pom.xml
+++ b/shared/pom.xml
@@ -42,12 +42,10 @@ under the License.
     <module>../../shared/invoker</module>
     <module>../../shared/jarsigner</module>
     <module>../../shared/mapping</module>
-    <module>../../shared/osgi</module>
     <module>../../shared/project-utils</module>
     <module>../../shared/reporting-api</module>
     <module>../../shared/reporting-exec</module>
     <module>../../shared/reporting-impl</module>
-    <module>../../shared/repository-builder</module>
     <module>../../shared/script-interpreter</module>
     <module>../../shared/shared-incremental</module>
     <module>../../shared/shared-io</module>