Skip to content

Commit

Permalink
Temporarily revert Maven upgrade, since artifacts are not available yet
Browse files Browse the repository at this point in the history
  • Loading branch information
oehme committed Jan 31, 2023
1 parent 237e851 commit 364ef8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

import org.eclipse.aether.impl.RepositorySystemLifecycle;
import org.eclipse.aether.internal.impl.synccontext.named.NameMapper;
import org.eclipse.aether.internal.impl.synccontext.named.NameMappers;
import org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapterFactoryImpl;
import org.eclipse.aether.internal.impl.synccontext.named.providers.FileGAVNameMapperProvider;
import org.eclipse.aether.named.NamedLockFactory;
import org.eclipse.aether.named.providers.FileLockNamedLockFactory;
import org.eclipse.sisu.Priority;
Expand All @@ -45,6 +45,6 @@ public DaemonNamedLockFactoryAdapterFactoryImpl(
final Map<String, NamedLockFactory> factories,
final Map<String, NameMapper> nameMappers,
final RepositorySystemLifecycle lifecycle) {
super(factories, FileLockNamedLockFactory.NAME, nameMappers, NameMappers.FILE_GAV_NAME, lifecycle);
super(factories, FileLockNamedLockFactory.NAME, nameMappers, FileGAVNameMapperProvider.NAME, lifecycle);
}
}
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
<jline.version>3.22.0</jline.version>
<junit.jupiter.version>5.9.2</junit.jupiter.version>
<logback.version>1.2.11</logback.version>
<maven.version>4.0.0-alpha-4</maven.version>
<maven.version>4.0.0-alpha-3</maven.version>
<!-- Keep in sync with Maven -->
<maven.resolver.version>1.9.4</maven.resolver.version>
<maven.resolver.version>1.9.2</maven.resolver.version>
<slf4j.version>1.7.36</slf4j.version>
<sisu.version>0.9.0.M1</sisu.version>

Expand Down

0 comments on commit 364ef8f

Please sign in to comment.