[jenkins-matrix-project-plugin] Rebuild to fix plugin dependencies

Michal Srb msrb at fedoraproject.org
Wed Nov 19 11:50:28 UTC 2014


commit 9f99f86ca1f19cd1a9ca8786c106032751267519
Author: Michal Srb <msrb at redhat.com>
Date:   Wed Nov 19 12:50:24 2014 +0100

    Rebuild to fix plugin dependencies

 jenkins-matrix-project-plugin.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/jenkins-matrix-project-plugin.spec b/jenkins-matrix-project-plugin.spec
index b191434..3c9d529 100644
--- a/jenkins-matrix-project-plugin.spec
+++ b/jenkins-matrix-project-plugin.spec
@@ -4,7 +4,7 @@
 
 Name:           jenkins-%{mod_name}
 Version:        1.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Jenkins Matrix Project Plugin
 
 # License is specified in pom.xml
@@ -41,7 +41,7 @@ cp %{SOURCE1} .
 %mvn_file ::jar:: %{name}/%{short_name} %{plugin_home}/WEB-INF/lib/%{short_name}
 
 # TODO: this should be pulled in from somewhere else
-%pom_add_dep org.jenkins-ci.plugins:junit
+%pom_add_dep org.jenkins-ci.plugins:junit:1.1
 
 %build
 # tests have special needs:
@@ -67,6 +67,9 @@ sed -i 's|%{plugin_home}/WEB-INF/lib/%{short_name}.jar||' .mfiles
 %doc LICENSE.txt
 
 %changelog
+* Wed Nov 19 2014 Michal Srb <msrb at redhat.com> - 1.3-2
+- Rebuild to fix plugin dependencies
+
 * Thu Oct 09 2014 Michal Srb <msrb at redhat.com> - 1.3-1
 - Initial packaging
 


More information about the scm-commits mailing list