[maven-plugin-testing] Update to upstream version 3.0.0

Michal Srb msrb at fedoraproject.org
Tue Jan 7 11:54:56 UTC 2014


commit 4ce104e9ee695c4a84fd8b68df73b26ab53f28df
Author: Michal Srb <msrb at redhat.com>
Date:   Tue Jan 7 12:49:29 2014 +0100

    Update to upstream version 3.0.0

 .gitignore                     |    1 +
 0001-Port-to-Maven-3.1.0.patch |   80 ----------------------------------------
 maven-plugin-testing.spec      |   10 ++--
 sources                        |    2 +-
 4 files changed, 7 insertions(+), 86 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5f68415..4ab6405 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 maven-plugin-testing-1.2.tar.xz
 /maven-plugin-testing-2.0-alpha-1.tar.xz
 /maven-plugin-testing-2.1-source-release.zip
+/maven-plugin-testing-3.0.0-source-release.zip
diff --git a/maven-plugin-testing.spec b/maven-plugin-testing.spec
index e2fdbac..7c96be1 100644
--- a/maven-plugin-testing.spec
+++ b/maven-plugin-testing.spec
@@ -1,11 +1,10 @@
 Name:           maven-plugin-testing
-Version:        2.1
-Release:        9%{?dist}
+Version:        3.0.0
+Release:        1%{?dist}
 Summary:        Maven Plugin Testing
 License:        ASL 2.0
 URL:            http://maven.apache.org/plugin-testing/
 Source0:        http://repo1.maven.org/maven2/org/apache/maven/plugin-testing/%{name}/%{version}/%{name}-%{version}-source-release.zip
-Patch0:         0001-Port-to-Maven-3.1.0.patch
 BuildArch: noarch
 
 BuildRequires: easymock3
@@ -57,8 +56,6 @@ Framework to test Maven Plugins with Easymock objects.
 %prep
 %setup -q
 
-%patch0 -p1
-
 sed -i -e "s/MockControl/IMocksControl/g" maven-test-tools/src/main/java/org/apache/maven/shared/tools/easymock/MockManager.java
 
 %build
@@ -79,6 +76,9 @@ sed -i -e "s/MockControl/IMocksControl/g" maven-test-tools/src/main/java/org/apa
 %doc LICENSE NOTICE
 
 %changelog
+* Tue Jan 07 2014 Michal Srb <msrb at redhat.com> - 3.0.0-1
+- Update to upstream version 3.0.0
+
 * Tue Aug 06 2013 Michal Srb <msrb at redhat.com> - 2.1-9
 - Port to Maven 3.1.0 (Resolves: #988253, #991860)
 
diff --git a/sources b/sources
index b1e9e22..d8e0af6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c3ec130f445df5e955d060b288f854a0  maven-plugin-testing-2.1-source-release.zip
+b9770e51c9a7522a417c035e6f56d5b7  maven-plugin-testing-3.0.0-source-release.zip


More information about the scm-commits mailing list