diff --git a/.gitignore b/.gitignore index d078e3b..555a46a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ maven-plugin-testing-1.2.tar.xz /maven-plugin-testing-2.1-source-release.zip /maven-plugin-testing-3.0.0-source-release.zip /maven-plugin-testing-3.1.0-source-release.zip +/maven-plugin-testing-3.2.0-source-release.zip diff --git a/maven-plugin-testing.spec b/maven-plugin-testing.spec index 4421bd5..970dba4 100644 --- a/maven-plugin-testing.spec +++ b/maven-plugin-testing.spec @@ -1,6 +1,6 @@ Name: maven-plugin-testing -Version: 3.1.0 -Release: 4%{?dist} +Version: 3.2.0 +Release: 1%{?dist} Summary: Maven Plugin Testing License: ASL 2.0 URL: http://maven.apache.org/plugin-testing/ @@ -54,6 +54,7 @@ Framework to test Maven Plugins with Easymock objects. %prep %setup -q +%pom_remove_plugin :maven-enforcer-plugin sed -i -e "s/MockControl/IMocksControl/g" maven-test-tools/src/main/java/org/apache/maven/shared/tools/easymock/MockManager.java @@ -76,6 +77,9 @@ sed -i -e "s/MockControl/IMocksControl/g" maven-test-tools/src/main/java/org/apa %doc LICENSE NOTICE %changelog +* Mon Jul 21 2014 Mikolaj Izdebski - 3.2.0-1 +- Update to upstream version 3.2.0 + * Sat Jun 07 2014 Fedora Release Engineering - 3.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 5f93002..bc2eda1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2b53a719f4b6926ea58d104b1fe48f5a maven-plugin-testing-3.1.0-source-release.zip +db4100dedce2ba99e98beaa41620ba00 maven-plugin-testing-3.2.0-source-release.zip