Author: khmarbaise Date: Wed Oct 14 18:18:18 2015 New Revision: 1708671 URL: http://svn.apache.org/viewvc?rev=1708671&view=rev Log: [MSHADE-210] Upgrade maven-plugins parent to version 28.
Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/pom.xml?rev=1708671&r1=1708670&r2=1708671&view=diff ============================================================================== --- maven/plugins/trunk/maven-shade-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-shade-plugin/pom.xml Wed Oct 14 18:18:18 2015 @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>maven-plugins</artifactId> <groupId>org.apache.maven.plugins</groupId> - <version>28-SNAPSHOT</version> + <version>28</version> <relativePath>../maven-plugins/pom.xml</relativePath> </parent>