Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Upgrade to plexus-build-api 1.1.0" #5680

Merged
merged 1 commit into from
Jun 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.codehaus.plexus:plexus-build-api
org.sonatype.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.codehaus.plexus:plexus-build-api:1.1.0";\
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";\
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.codehaus.plexus:plexus-build-api:1.1.0
org.sonatype.plexus:plexus-build-api:0.0.7
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.codehaus.plexus</groupId>
<groupId>org.sonatype.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.codehaus.plexus.build.BuildContext;
import org.sonatype.plexus.build.incremental.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.codehaus.plexus</groupId>
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-build-api</artifactId>
<version>1.1.0</version>
<version>0.0.7</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.codehaus.plexus</groupId>
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-build-api</artifactId>
</dependency>
<dependency>
Expand Down