Skip to content

Commit

Permalink
Upgrade to plexus-build-api 1.1.0
Browse files Browse the repository at this point in the history
The old sonatype artifact has been replaced with this new one.

Signed-off-by: Guillaume Nodet <[email protected]>
  • Loading branch information
gnodet committed May 26, 2023
1 parent 71c6900 commit 2443973
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bndtools.m2e/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
org.eclipse.m2e.core,\
org.eclipse.m2e.jdt,\
org.eclipse.osgi,\
org.sonatype.plexus:plexus-build-api
org.codehaus.plexus:plexus-build-api

Bundle-SymbolicName: ${p};singleton:=true
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion bndtools.test/tester/cnf/ext/repositories.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mavencentral: https://repo.maven.apache.org/maven2
cache="${workspace}/cnf/cache/stable/Eclipse-2018-12",\
aQute.bnd.repository.maven.pom.provider.BndPomRepository;\
name="Eclipse m2e 1.10.0 Dependencies";\
revision="org.apache.maven:maven-core:3.5.3,org.apache.maven:maven-aether-provider:3.3.9,org.sonatype.plexus:plexus-build-api:0.0.7";\
revision="org.apache.maven:maven-core:3.5.3,org.apache.maven:maven-aether-provider:3.3.9,org.codehaus.plexus:plexus-build-api:1.1.0";\
releaseUrls="${mavencentral}";\
location="${workspace}/cnf/cache/stable/Eclipse-m2e-1.10.0/index.xml"

Expand Down
2 changes: 1 addition & 1 deletion cnf/ext/central.mvn
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,6 @@ org.apache.maven:maven-plugin-api:${maven.target.version}
org.apache.maven:maven-repository-metadata:${maven.target.version}
org.apache.maven:maven-settings:${maven.target.version}
org.eclipse.aether:aether-api:${aether.version}
org.sonatype.plexus:plexus-build-api:0.0.7
org.codehaus.plexus:plexus-build-api:1.1.0
org.codehaus.plexus:plexus-utils:3.0.22
org.codehaus.plexus:plexus-classworlds:2.5.2
2 changes: 1 addition & 1 deletion maven-plugins/bnd-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<artifactId>maven-mapping</artifactId>
</dependency>
<dependency>
<groupId>org.sonatype.plexus</groupId>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-build-api</artifactId>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
import org.codehaus.plexus.util.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.sonatype.plexus.build.incremental.BuildContext;
import org.codehaus.plexus.build.BuildContext;

/**
* Abstract base class for all bnd-maven-plugin mojos.
Expand Down
4 changes: 2 additions & 2 deletions maven-plugins/bnd-plugin-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sonatype.plexus</groupId>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-build-api</artifactId>
<version>0.0.7</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugins/bnd-reporter-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<artifactId>maven-mapping</artifactId>
</dependency>
<dependency>
<groupId>org.sonatype.plexus</groupId>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-build-api</artifactId>
</dependency>
<dependency>
Expand Down

0 comments on commit 2443973

Please sign in to comment.