Skip to content

Commit

Permalink
0.6-release
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemalimam committed Oct 22, 2015
1 parent 008ca68 commit f3947af
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 @@ -41,15 +41,15 @@ ChartistJSF can be downloaded manually or via maven.

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

##### Maven

```xml
<dependency>
<groupId>org.chartistjsf</groupId>
<artifactId>chartistjsf</artifactId>
<version>0.5</version>
<version>0.6</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.6-SNAPSHOT</version>
<version>0.6</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 f3947af

Please sign in to comment.