Skip to content

Commit

Permalink
0.4 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemalimam committed May 29, 2015
1 parent 9e12633 commit d10c5f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ ChartistJSF can be downloaded manually or via maven.

Version | Binary | Source
------------ | ------------- | -------------
0.3| [Download](https://oss.sonatype.org/content/repositories/releases/org/chartistjsf/ChartistJSF/0.3/ChartistJSF-0.3.jar) | [Download](https://oss.sonatype.org/content/repositories/releases/org/chartistjsf/ChartistJSF/0.3/ChartistJSF-0.3-sources.jar)
0.4| [Download](https://oss.sonatype.org/content/repositories/releases/org/chartistjsf/ChartistJSF/0.4/ChartistJSF-0.4.jar) | [Download](https://oss.sonatype.org/content/repositories/releases/org/chartistjsf/ChartistJSF/0.4/ChartistJSF-0.4-sources.jar)

##### Maven

```xml
<dependency>
<groupId>org.chartistjsf</groupId>
<artifactId>chartistjsf</artifactId>
<version>0.3</version>
<version>0.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>org.chartistjsf</groupId>
<artifactId>ChartistJSF</artifactId>
<packaging>jar</packaging>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
<name>ChartistJSF</name>
<description>Highly Customizable Responsive Charts for JSF based on PrimeFaces</description>
<url>http://www.chartistjsf.org</url>
Expand Down

0 comments on commit d10c5f7

Please sign in to comment.