jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Maven Evangelism
  • MEV-672

Missing pom for JFreeChart 1.0.13

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Resolution: Fixed
  • Component/s: Missing POM
  • Labels:
    None
  • Group ID:
    jfree
  • Artifact ID:
    jfreechart
  • Version:
    1.0.13

Description

No pom file for jfreechart

http://repo1.maven.org/maven2/jfree/jfreechart/1.0.13/

Here is a pom i have in one of my local repo :

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>jfree</groupId>
<artifactId>jfreechart</artifactId>
<name>jfreechart</name>
<version>1.0.13</version>
<url>http://www.jfree.org/jfreechart/</url>
<organization>
<name>JFree.org</name>
<url>http://www.jfree.org/</url>
</organization>
<inceptionYear>2001</inceptionYear>
<description>
JFreeChart is a class library, written in Java, for generating charts. Utilising the Java2D APIs, it currently
supports bar charts, pie charts, line charts, XY-plots and time series plots.
</description>
<scm>
<connection>scm:cvs:pserver:anonymous@jfreechart.cvs.sourceforge.net:/cvsroot/jfreechart:jfreechart</connection>
<url>http://jfreechart.cvs.sourceforge.net/jfreechart/jfreechart/</url>
</scm>
<licenses>
<license>
<name>GNU Lesser General Public Licence</name>
<url>http://www.gnu.org/licenses/lgpl.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<dependencies>
<dependency>
<groupId>jfree</groupId>
<artifactId>jcommon</artifactId>
<version>1.0.16</version>
</dependency>
</dependencies>
</project>

Activity

  • All
  • Comments
  • History
  • Activity
Hide
Permalink
Juven Xu added a comment - 20/Oct/10 9:02 AM

was fixed

Show
Juven Xu added a comment - 20/Oct/10 9:02 AM was fixed

People

  • Assignee:
    Juven Xu
    Reporter:
    Jean-Baptiste Perriot
Vote (1)
Watch (1)

Dates

  • Created:
    29/Sep/10 4:38 AM
    Updated:
    20/Oct/10 9:02 AM
    Resolved:
    20/Oct/10 9:02 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.