Author: tschoening Date: Thu Mar 24 10:30:18 2016 New Revision: 1736411 URL: http://svn.apache.org/viewvc?rev=1736411&view=rev Log: version number added to be consistent with maven-changes-plugin
Modified: incubator/log4cxx/trunk/pom.xml Modified: incubator/log4cxx/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/log4cxx/trunk/pom.xml?rev=1736411&r1=1736410&r2=1736411&view=diff ============================================================================== --- incubator/log4cxx/trunk/pom.xml (original) +++ incubator/log4cxx/trunk/pom.xml Thu Mar 24 10:30:18 2016 @@ -306,6 +306,7 @@ </reportSet> </reportSets> </plugin> + <plugin> <artifactId>maven-changes-plugin</artifactId> <version>2.9</version> @@ -340,6 +341,7 @@ <plugins> <plugin> <artifactId>maven-project-info-reports-plugin</artifactId> + <version>2.7</version> <reportSets> <reportSet> <reports> @@ -352,12 +354,14 @@ </reportSet> </reportSets> </plugin> + <plugin> <artifactId>maven-release-plugin</artifactId> <configuration> <goals>site-deploy assembly:assembly</goals> </configuration> </plugin> + <plugin> <artifactId>maven-changes-plugin</artifactId> <version>2.9</version>