From 277091bbe0dd8670b67b5e2fa8b069dcf42de07a Mon Sep 17 00:00:00 2001 From: Alex Simkin Date: Sun, 26 Nov 2017 10:25:37 +1100 Subject: [PATCH] 1.0.0 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcd39534..ba83f60c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![codecov](https://codecov.io/gh/SimY4/xpath-to-xml/branch/master/graph/badge.svg)](https://codecov.io/gh/SimY4/xpath-to-xml) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -[![Maven Central](https://img.shields.io/maven-central/v/com.github.simy4.xpath/xpath-to-xml-core.svg)](http://search.maven.org/#artifactdetails%7Ccom.github.simy4.xpath%7Cxpath-to-xml-core%7C1.0.0-RC2%7C) +[![Maven Central](https://img.shields.io/maven-central/v/com.github.simy4.xpath/xpath-to-xml-core.svg)](http://search.maven.org/#artifactdetails%7Ccom.github.simy4.xpath%7Cxpath-to-xml-core%7C1.0.0%7C) [![Javadocs](http://www.javadoc.io/badge/com.github.simy4.xpath/xpath-to-xml-core.svg)](http://www.javadoc.io/doc/com.github.simy4.xpath/xpath-to-xml-core) Convenient utility to build XML models by evaluating XPath expressions. diff --git a/gradle.properties b/gradle.properties index 74689787..ed70a66e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group = com.github.simy4.xpath -version = 1.0.0-SNAPSHOT +version = 1.0.0 projectDescription = Convenient utility to build XML models by evaluating XPath expressions projectUrl = https://github.com/SimY4/xpath-to-xml