Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SimY4 committed Aug 15, 2018
1 parent dd8f4d2 commit 7daa071
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 @@ -4,7 +4,7 @@
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f5d4a594c4b94e9980d69d4dba9b9dba)](https://www.codacy.com/app/SimY4/xpath-to-xml?utm_source=github.com&utm_medium=referral&utm_content=SimY4/xpath-to-xml&utm_campaign=Badge_Grade)
[![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.1.1%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.2.1%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.
Expand All @@ -28,7 +28,7 @@ Include an artifact with necessary model extension into your project:
<dependency>
<groupId>com.github.simy4.xpath</groupId>
<artifactId>xpath-to-xml-dom</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = com.github.simy4.xpath
version = 1.2.1-SNAPSHOT
version = 1.2.1

projectDescription = Convenient utility to build XML models by evaluating XPath expressions
projectUrl = https://github.com/SimY4/xpath-to-xml
Expand Down

0 comments on commit 7daa071

Please sign in to comment.