Skip to content

Commit 5ba52f5

Browse files
committed
1.11
1 parent 98260af commit 5ba52f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Project-specific settings. Unfortunately we cannot put the name in there!
2222
*/
2323
group = "com.github.java-json-tools";
24-
version = "1.11-SNAPSHOT";
24+
version = "1.11";
2525
sourceCompatibility = JavaVersion.VERSION_1_7;
2626
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility
2727

@@ -31,7 +31,7 @@ targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibilit
3131
dependencies {
3232
implementation(group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.9.9");
3333
implementation(group: "com.google.guava", name: "guava", version: "28.1-android");
34-
implementation(group: "com.github.java-json-tools", name: "msg-simple", version: "1.2-SNAPSHOT");
34+
implementation(group: "com.github.java-json-tools", name: "msg-simple", version: "1.2");
3535
implementation(group: "com.google.code.findbugs", name: "jsr305", version: "2.0.1");
3636
testImplementation(group: "org.testng", name: "testng", version: "6.8.7") {
3737
exclude(group: "junit", module: "junit");

0 commit comments

Comments
 (0)