Bumping versions

This commit is contained in:
buildmaster
2020-04-09 00:22:17 +00:00
parent c9981c280b
commit 0b03020efc
3 changed files with 5 additions and 6 deletions

View File

@@ -53,8 +53,8 @@ public class AetherStubDownloaderFactory {
private final Settings settings;
@Inject
public AetherStubDownloaderFactory(RepositorySystem repoSystem,
MavenProject project, Settings settings) {
public AetherStubDownloaderFactory(RepositorySystem repoSystem, MavenProject project,
Settings settings) {
this.repoSystem = repoSystem;
this.project = project;
this.settings = settings;
@@ -70,8 +70,7 @@ public class AetherStubDownloaderFactory {
AetherStubDownloaderFactory.this.repoSystem,
AetherStubDownloaderFactory.this.project
.getRemoteProjectRepositories(),
repoSession,
AetherStubDownloaderFactory.this.settings);
repoSession, AetherStubDownloaderFactory.this.settings);
}
@Override