mirror of https://github.com/apache/maven.git
s/@since 3.5.0-alpha-2/@since 3.5.0/g
This commit is contained in:
parent
fd29ddebf9
commit
d54e6f91a8
|
@ -37,7 +37,7 @@ public interface ProjectDependencyGraph
|
|||
*
|
||||
* @return All collected projects.
|
||||
*
|
||||
* @since 3.5.0-alpha-2
|
||||
* @since 3.5.0
|
||||
*/
|
||||
List<MavenProject> getAllProjects();
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@ public class DefaultProjectDependencyGraph
|
|||
*
|
||||
* @throws DuplicateProjectException
|
||||
* @throws CycleDetectedException
|
||||
* @since 3.5.0-alpha-2
|
||||
* @since 3.5.0
|
||||
*/
|
||||
public DefaultProjectDependencyGraph( final List<MavenProject> allProjects,
|
||||
final Collection<MavenProject> projects )
|
||||
|
@ -81,7 +81,7 @@ public class DefaultProjectDependencyGraph
|
|||
}
|
||||
|
||||
/**
|
||||
* @since 3.5.0-alpha-2
|
||||
* @since 3.5.0
|
||||
*/
|
||||
public List<MavenProject> getAllProjects()
|
||||
{
|
||||
|
|
|
@ -65,7 +65,7 @@ class FilteredProjectDependencyGraph
|
|||
}
|
||||
|
||||
/**
|
||||
* @since 3.5.0-alpha-2
|
||||
* @since 3.5.0
|
||||
*/
|
||||
public List<MavenProject> getAllProjects()
|
||||
{
|
||||
|
|
|
@ -44,7 +44,7 @@ import static org.codehaus.plexus.PlexusTestCase.getBasedir;
|
|||
* Test cases for the project {@code ModelResolver} implementation.
|
||||
*
|
||||
* @author Christian Schulte
|
||||
* @since 3.5.0-alpha-2
|
||||
* @since 3.5.0
|
||||
*/
|
||||
public class ProjectModelResolverTest extends AbstractMavenProjectTestCase
|
||||
{
|
||||
|
|
|
@ -81,7 +81,7 @@ public interface ModelResolver
|
|||
* @return The source of the requested POM, never {@code null}.
|
||||
*
|
||||
* @throws UnresolvableModelException If the POM could not be resolved from any configured repository.
|
||||
* @since 3.5.0-alpha-2
|
||||
* @since 3.5.0
|
||||
*
|
||||
* @see Dependency#clone()
|
||||
*/
|
||||
|
|
|
@ -35,7 +35,7 @@ import org.eclipse.aether.impl.VersionRangeResolver;
|
|||
* Test cases for the default {@code ModelResolver} implementation.
|
||||
*
|
||||
* @author Christian Schulte
|
||||
* @since 3.5.0-alpha-2
|
||||
* @since 3.5.0
|
||||
*/
|
||||
public final class DefaultModelResolverTest extends AbstractRepositoryTestCase
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue