[easymock] Remove retired maven-timestamp-plugin

Michael Šimáček msimacek at fedoraproject.org
Sat Mar 7 10:50:54 UTC 2015


commit fd2526742751cfccde1113d80d7b8ac256bd0a9c
Author: Michael Simacek <msimacek at redhat.com>
Date:   Sat Mar 7 11:48:52 2015 +0100

    Remove retired maven-timestamp-plugin

 easymock.spec | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/easymock.spec b/easymock.spec
index af6d522..3456322 100644
--- a/easymock.spec
+++ b/easymock.spec
@@ -1,6 +1,6 @@
 Name:           easymock
 Version:        3.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Easy mock objects
 License:        ASL 2.0
 URL:            http://www.easymock.org
@@ -12,7 +12,6 @@ Patch5:         %{name}-remove-android-support.patch
 BuildArch:      noarch
 
 BuildRequires:  maven-local
-BuildRequires:  mvn(com.keyboardsamurais.maven:maven-timestamp-plugin)
 BuildRequires:  mvn(com.mycila.maven-license-plugin:maven-license-plugin)
 BuildRequires:  mvn(junit:junit)
 BuildRequires:  mvn(net.sf.cglib:cglib)
@@ -59,6 +58,9 @@ find . -name "*.zip" -delete
 # remove some warning caused by unavailable plugin
 %pom_remove_plugin org.codehaus.mojo:versions-maven-plugin
 
+# retired
+%pom_remove_plugin :maven-timestamp-plugin
+
 %pom_disable_module easymock-integration
 
 # For compatibility reasons
@@ -82,6 +84,9 @@ find . -name "*.zip" -delete
 
 
 %changelog
+* Sat Mar 07 2015 Michael Simacek <msimacek at redhat.com> - 3.3-2
+- Remove retired maven-timestamp-plugin
+
 * Tue Nov 25 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 3.3-1
 - Update to upstream version 3.3
 


More information about the scm-commits mailing list