From 937bfd03ab260d591a70c3de38fc12f281f5d959 Mon Sep 17 00:00:00 2001 From: hatemalimam Date: Thu, 10 Mar 2016 15:42:29 +0100 Subject: [PATCH] Version 1.0 --- README.md | 4 ++-- pom.xml | 2 +- src/main/resources/META-INF/MANIFEST.MF | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 814558e..acc7973 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ 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 @@ -49,7 +49,7 @@ Version | Binary | Source org.chartistjsf ChartistJSF - 0.9 + 1.0 ``` diff --git a/pom.xml b/pom.xml index a72c845..d1f1286 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.chartistjsf ChartistJSF jar - 0.9 + 1.0 ChartistJSF Highly Customizable Responsive Charts for JSF based on PrimeFaces http://www.chartistjsf.org diff --git a/src/main/resources/META-INF/MANIFEST.MF b/src/main/resources/META-INF/MANIFEST.MF index 0b73fae..2a96d1d 100644 --- a/src/main/resources/META-INF/MANIFEST.MF +++ b/src/main/resources/META-INF/MANIFEST.MF @@ -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().