Skip to content

Commit bb2eb07

Browse files
committed
0.8.6
1 parent 7c40c00 commit bb2eb07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

project.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Project-specific settings. Unfortunately we cannot put the name in there!
2121
*/
2222
group = "com.github.java-json-tools";
23-
version = "0.8.6-SNAPSHOT";
23+
version = "0.8.6";
2424
sourceCompatibility = JavaVersion.VERSION_1_7;
2525
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility
2626

@@ -33,7 +33,7 @@ project.ext {
3333
*/
3434
dependencies {
3535
compile(group: "com.github.java-json-tools", name: "json-schema-validator",
36-
version: "2.2.14-SNAPSHOT");
36+
version: "2.2.14");
3737
compile(group: "com.github.reinert", name: "jjschema", version: "1.16") {
3838
exclude(group: "com.google.guava", module: "guava");
3939
exclude(group: "com.fasterxml.jackson.core", module: "jackson-annotations");
@@ -47,9 +47,9 @@ dependencies {
4747
exclude(group: "com.fasterxml.jackson.core", module: "jackson-databind");
4848
}
4949
compile(group: "com.github.java-json-tools", name: "json-schema-avro",
50-
version: "0.1.8-SNAPSHOT");
50+
version: "0.1.8");
5151
compile(group: "com.github.java-json-tools", name: "json-patch",
52-
version: "1.13-SNAPSHOT");
52+
version: "1.13");
5353
testCompile(group: "org.testng", name: "testng", version: "7.1.0") {
5454
exclude(group: "junit", module: "junit");
5555
exclude(group: "org.beanshell", module: "bsh");

0 commit comments

Comments
 (0)