Skip to content

Commit 6bd1e6a

Browse files
committed
Prepare freemarker-cli-2.0.0-BETA-4
1 parent b761697 commit 6bd1e6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.github.sgoeschl</groupId>
66
<artifactId>freemarker-cli</artifactId>
7-
<version>2.0.0-BETA-4-SNAPSHOT</version>
7+
<version>2.0.0-BETA-4</version>
88
<packaging>jar</packaging>
99
<name>Apache FreeMarker CLI</name>
1010
<description>Command-line client for Apache FreeMarker</description>

src/main/java/com/github/sgoeschl/freemarker/cli/tools/jsonpath/JsonPathTool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public DocumentContext parse(Document document) throws IOException {
3131
}
3232
}
3333

34-
public DocumentContext parse(String json) throws IOException {
34+
public DocumentContext parse(String json) {
3535
return JsonPath.parse(json);
3636
}
3737

0 commit comments

Comments
 (0)