Author: khmarbaise Date: Sun Apr 9 13:24:46 2017 New Revision: 1790744 URL: http://svn.apache.org/viewvc?rev=1790744&view=rev Log: Updated the dependency using the property as the rest of the text. Removed exclusions from plexus-component-annotations cause it is not neccessary and upgraded plexus-component-annotations, plexus-component-metadata to 1.7.1
Modified: maven/site/trunk/content/apt/examples/maven-3-lifecycle-extensions.apt.vm Modified: maven/site/trunk/content/apt/examples/maven-3-lifecycle-extensions.apt.vm URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/examples/maven-3-lifecycle-extensions.apt.vm?rev=1790744&r1=1790743&r2=1790744&view=diff ============================================================================== --- maven/site/trunk/content/apt/examples/maven-3-lifecycle-extensions.apt.vm (original) +++ maven/site/trunk/content/apt/examples/maven-3-lifecycle-extensions.apt.vm Sun Apr 9 13:24:46 2017 @@ -45,20 +45,14 @@ Example: Using Maven 3 lifecycle extensi <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> - <version>3.0.4</version> + <version>${currentStableVersion}</version> </dependency> <!-- dependency for plexus annotation --> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-component-annotations</artifactId> - <version>1.5.5</version> - <exclusions> - <exclusion> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </exclusion> - </exclusions> + <version>1.7.1</version> </dependency> +---+ @@ -98,7 +92,7 @@ public class BeerMavenLifecycleParticipa <plugin> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-component-metadata</artifactId> - <version>1.5.5</version> + <version>1.7.1</version> <executions> <execution> <goals>