Author: michaelo Date: Sat Feb 11 23:11:21 2017 New Revision: 1782645 URL: http://svn.apache.org/viewvc?rev=1782645&view=rev Log: Forgot to close element
Modified: maven/pom/trunk/maven/pom.xml Modified: maven/pom/trunk/maven/pom.xml URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1782645&r1=1782644&r2=1782645&view=diff ============================================================================== --- maven/pom/trunk/maven/pom.xml (original) +++ maven/pom/trunk/maven/pom.xml Sat Feb 11 23:11:21 2017 @@ -1021,6 +1021,7 @@ under the License. </tagletArtifact> </tagletArtifacts> </configuration> + </plugin> </plugins> </pluginManagement> <plugins>