Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemalimam committed Mar 10, 2016
1 parent 20eaafb commit 937bfd0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.9| [Download](https://oss.sonatype.org/content/repositories/releases/org/chartistjsf/ChartistJSF/0.9/ChartistJSF-0.9.jar) | [Download](https://oss.sonatype.org/content/repositories/releases/org/chartistjsf/ChartistJSF/0.9/ChartistJSF-0.9-sources.jar)
1.0| [Download](https://oss.sonatype.org/content/repositories/releases/org/chartistjsf/ChartistJSF/1.0/ChartistJSF-1.0.jar) | [Download](https://oss.sonatype.org/content/repositories/releases/org/chartistjsf/ChartistJSF/1.0/ChartistJSF-1.0-sources.jar)

##### Maven

```xml
<dependency>
<groupId>org.chartistjsf</groupId>
<artifactId>ChartistJSF</artifactId>
<version>0.9</version>
<version>1.0</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.9</version>
<version>1.0</version>
<name>ChartistJSF</name>
<description>Highly Customizable Responsive Charts for JSF based on PrimeFaces</description>
<url>http://www.chartistjsf.org</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Manifest-Version: 1.0
Specification-Version: 0.9
Specification-Version: 1.0
Comment: This file exists because Eclipse 4.4 + M2E doesn't generate this file while building the showcase app, causing trouble in App#initVersion().

0 comments on commit 937bfd0

Please sign in to comment.