Skip to content

Commit 4131b97

Browse files
committed
Release 1.0.2
1 parent a8fed82 commit 4131b97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ JSON2XML enables JSON transformation with XSLT even without having an XSLT 3.0 p
99

1010
mvn clean install
1111

12-
That should produce an executable JAR file `target/json2xml-1.0.2-SNAPSHOT-jar-with-dependencies.jar` in which dependency libraries will be included.
12+
That should produce an executable JAR file `target/json2xml-1.0.2-jar-with-dependencies.jar` in which dependency libraries will be included.
1313

1414
## Usage
1515

@@ -134,4 +134,4 @@ Output in `city-distances.xml` (indented for clarity):
134134

135135
## Dependencies
136136

137-
No third-party dependencies. Only Java packages [`javax.json`](https://docs.oracle.com/javaee/7/api/javax/json/package-summary.html) and [`javax.xml.stream`](https://docs.oracle.com/javase/8/docs/api/index.html?javax/xml/stream/package-summary.html) are used.
137+
* [javax.json](https://mvnrepository.com/artifact/org.glassfish/javax.json)

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.atomgraph.etl.json</groupId>
88
<artifactId>json2xml</artifactId>
9-
<version>1.0.2-SNAPSHOT</version>
9+
<version>1.0.2</version>
1010
<packaging>jar</packaging>
1111

1212
<name>JSON2XML</name>

0 commit comments

Comments
 (0)