Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 581987 Details for
Bug 818776
Fix maven pom to work with updated jcommon
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
patch
0001-Fix-maven-pom-to-work-with-updated-jcommon.patch (text/x-csrc), 1.46 KB, created by
Omair Majid
on 2012-05-03 23:35:11 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Omair Majid
Created:
2012-05-03 23:35:11 UTC
Size:
1.46 KB
patch
obsolete
>From 7197663f798f44f1c96a2bff93f12e4f82000baf Mon Sep 17 00:00:00 2001 >From: Omair Majid <omajid@redhat.com> >Date: Thu, 3 May 2012 19:29:04 -0400 >Subject: [PATCH] Fix maven pom to work with updated jcommon > >--- > jfreechart-1.0.13.pom | 4 ++-- > jfreechart.spec | 5 ++++- > 2 files changed, 6 insertions(+), 3 deletions(-) > >diff --git a/jfreechart-1.0.13.pom b/jfreechart-1.0.13.pom >index 008b756..c5536a8 100644 >--- a/jfreechart-1.0.13.pom >+++ b/jfreechart-1.0.13.pom >@@ -29,9 +29,9 @@ > > <dependencies> > <dependency> >- <groupId>jfree</groupId> >+ <groupId>org.jfree</groupId> > <artifactId>jcommon</artifactId> >- <version>1.0.16</version> >+ <version>1.0.17</version> > </dependency> > </dependencies> > </project> >diff --git a/jfreechart.spec b/jfreechart.spec >index 4e6d976..38452ef 100644 >--- a/jfreechart.spec >+++ b/jfreechart.spec >@@ -2,7 +2,7 @@ > > Name: jfreechart > Version: 1.0.13 >-Release: 5%{?dist} >+Release: 6%{?dist} > Summary: Java chart library > > Group: Development/Libraries >@@ -90,6 +90,9 @@ install -pm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{name}-%{name}.po > %{_javadocdir}/%{name} > > %changelog >+* Thu May 05 2012 Omair Majid <omajid@redhat.com> 1.0.13-6 >+- Fix maven pom to play nice with the current version of jcommon >+ > * Wed Feb 15 2012 Marek Goldmann <mgoldman@redhat.com> 1.0.13-5 > - Added Maven POM: BZ#789586 > >-- >1.7.10 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 818776
:
581987
|
582150