You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/01/08 17:59:14 UTC

[maven-doxia] branch DOXIA-638 created (now ac8ead4)

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

michaelo pushed a change to branch DOXIA-638
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git.


      at ac8ead4  [DOXIA-638] Replace Plexus Container Default with Sisu Plexus Shim

This branch includes the following new commits:

     new ac8ead4  [DOXIA-638] Replace Plexus Container Default with Sisu Plexus Shim

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-doxia] 01/01: [DOXIA-638] Replace Plexus Container Default with Sisu Plexus Shim

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch DOXIA-638
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git

commit ac8ead4588b245a88a2514c563482b4facfce7cf
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Jan 8 18:59:00 2022 +0100

    [DOXIA-638] Replace Plexus Container Default with Sisu Plexus Shim
    
    This closes #86
---
 doxia-core/pom.xml | 4 ++--
 pom.xml            | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/doxia-core/pom.xml b/doxia-core/pom.xml
index db4b7e6..82eed2f 100644
--- a/doxia-core/pom.xml
+++ b/doxia-core/pom.xml
@@ -47,8 +47,8 @@ under the License.
       <artifactId>plexus-utils</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-container-default</artifactId>
+      <groupId>org.eclipse.sisu</groupId>
+      <artifactId>org.eclipse.sisu.plexus</artifactId>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
diff --git a/pom.xml b/pom.xml
index 4fef5e1..15a99f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,14 +163,14 @@ under the License.
 
       <!-- Plexus -->
       <dependency>
-        <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-container-default</artifactId>
-        <version>2.1.0</version>
+        <groupId>org.eclipse.sisu</groupId>
+        <artifactId>org.eclipse.sisu.plexus</artifactId>
+        <version>0.3.5</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-annotations</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>