Upgrade semantic version maven plugin version from 0.5.3 to 0.6.1
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/2f51b4f0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/2f51b4f0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/2f51b4f0 Branch: refs/heads/devel-3 Commit: 2f51b4f087139c496cbc7d457e24f96ef623864d Parents: ca542e3 Author: Vlad Rozov <[email protected]> Authored: Thu Nov 19 17:39:55 2015 -0800 Committer: Vlad Rozov <[email protected]> Committed: Thu Nov 19 17:39:55 2015 -0800 ---------------------------------------------------------------------- api/pom.xml | 18 ------------------ common/pom.xml | 36 +++++++++--------------------------- pom.xml | 24 ++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 45 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/2f51b4f0/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index fba3374..79af4b3 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -52,7 +52,6 @@ <plugin> <groupId>com.github.siom79.japicmp</groupId> <artifactId>japicmp-maven-plugin</artifactId> - <version>0.5.3</version> <configuration> <oldVersion> <dependency> @@ -66,24 +65,7 @@ <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path> </file> </newVersion> - <parameter> - <onlyModified>true</onlyModified> - <accessModifier>protected</accessModifier> - <breakBuildOnModifications>false</breakBuildOnModifications> - <breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications> - <onlyBinaryIncompatible>false</onlyBinaryIncompatible> - <includeSynthetic>false</includeSynthetic> - <ignoreMissingClasses>false</ignoreMissingClasses> - </parameter> </configuration> - <executions> - <execution> - <phase>verify</phase> - <goals> - <goal>cmp</goal> - </goals> - </execution> - </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/2f51b4f0/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index 25887d8..f1bae56 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -33,11 +33,10 @@ <packaging>jar</packaging> <build> - <plugins> + <plugins> <plugin> <groupId>com.github.siom79.japicmp</groupId> <artifactId>japicmp-maven-plugin</artifactId> - <version>0.5.3</version> <configuration> <oldVersion> <dependency> @@ -51,33 +50,16 @@ <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path> </file> </newVersion> - <parameter> - <onlyModified>true</onlyModified> - <accessModifier>protected</accessModifier> - <breakBuildOnModifications>false</breakBuildOnModifications> - <breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications> - <onlyBinaryIncompatible>false</onlyBinaryIncompatible> - <includeSynthetic>false</includeSynthetic> - <ignoreMissingClasses>false</ignoreMissingClasses> - </parameter> </configuration> - <executions> - <execution> - <phase>verify</phase> - <goals> - <goal>cmp</goal> - </goals> - </execution> - </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <maxAllowedViolations>149</maxAllowedViolations> - </configuration> - </plugin> - </plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + <configuration> + <maxAllowedViolations>149</maxAllowedViolations> + </configuration> + </plugin> + </plugins> </build> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/2f51b4f0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index df24424..a875581 100644 --- a/pom.xml +++ b/pom.xml @@ -333,6 +333,30 @@ <artifactId>apache-rat-plugin</artifactId> <version>0.11</version> </plugin> + <plugin> + <groupId>com.github.siom79.japicmp</groupId> + <artifactId>japicmp-maven-plugin</artifactId> + <version>0.6.1</version> + <configuration> + <parameter> + <onlyModified>true</onlyModified> + <accessModifier>protected</accessModifier> + <breakBuildOnModifications>false</breakBuildOnModifications> + <breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications> + <onlyBinaryIncompatible>false</onlyBinaryIncompatible> + <includeSynthetic>false</includeSynthetic> + <ignoreMissingClasses>false</ignoreMissingClasses> + </parameter> + </configuration> + <executions> + <execution> + <phase>verify</phase> + <goals> + <goal>cmp</goal> + </goals> + </execution> + </executions> + </plugin> </plugins> </pluginManagement> <extensions>
