s/@since 3.5.0-alpha-2/@since 3.5.0/g

This commit is contained in:
Christian Schulte 2017-03-21 00:21:43 +01:00
parent fd29ddebf9
commit d54e6f91a8
6 changed files with 7 additions and 7 deletions

View File

@ -37,7 +37,7 @@ public interface ProjectDependencyGraph
*
* @return All collected projects.
*
* @since 3.5.0-alpha-2
* @since 3.5.0
*/
List<MavenProject> getAllProjects();

View File

@ -69,7 +69,7 @@ public DefaultProjectDependencyGraph( Collection<MavenProject> projects )
*
* @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 DefaultProjectDependencyGraph( final List<MavenProject> allProjects,
}
/**
* @since 3.5.0-alpha-2
* @since 3.5.0
*/
public List<MavenProject> getAllProjects()
{

View File

@ -65,7 +65,7 @@ public FilteredProjectDependencyGraph( ProjectDependencyGraph projectDependencyG
}
/**
* @since 3.5.0-alpha-2
* @since 3.5.0
*/
public List<MavenProject> getAllProjects()
{

View File

@ -44,7 +44,7 @@
* 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
{

View File

@ -81,7 +81,7 @@ ModelSource resolveModel( Parent parent )
* @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()
*/

View File

@ -35,7 +35,7 @@
* 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
{