cstamas commented on a change in pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#discussion_r624734173
########## File path: maven-3.0.x/src/main/java/org/apache/maven/shared/transfer/repository/internal/Maven302RepositoryManager.java ########## @@ -20,18 +20,24 @@ */ import org.sonatype.aether.RepositorySystem; -import org.sonatype.aether.RepositorySystemSession; import org.sonatype.aether.repository.LocalRepository; +import javax.inject.Inject; +import javax.inject.Named; +import javax.inject.Singleton; + /** - * + * */ -class Maven302RepositoryManager - extends Maven30RepositoryManager +@Singleton +@Named( "maven-3.0.2" ) Review comment: fixed, as maven 3.0.x went to maven 3.0.5 (but kept original code, just make other abstract and this one MAVEN_3_0_X) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org