Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit 4d62008

Browse files
author
Alex Harley
committed
2.0.0
1 parent 3654e82 commit 4d62008

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

build-prod.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ j2objcConfig {
6262
}
6363

6464
group 'io.deepstream'
65-
version '1.0.1'
65+
version '2.0.0'
6666

6767

6868
publishing {
@@ -71,7 +71,7 @@ publishing {
7171
from components.java
7272
groupId 'io.deepstream'
7373
artifactId 'deepstream.io-client-java'
74-
version '1.0.1'
74+
version '2.0.0'
7575
}
7676
}
7777
}
@@ -103,7 +103,7 @@ bintray {
103103

104104
//Optional version descriptor
105105
version {
106-
name = '1.0.1'
106+
name = '2.0.0'
107107
released = new Date()
108108
gpg {
109109
sign = true

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sourceCompatibility = 1.7
77
targetCompatibility = 1.7
88

99
group 'io.deepstream'
10-
version '1.0-SNAPSHOT'
10+
version '2.0.0'
1111

1212
repositories {
1313
mavenCentral()

src/test/java/io/deepstream/ListTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import org.junit.Before;
77
import org.junit.Test;
88

9-
import java.util.ArrayList;
109
import java.util.Properties;
1110

1211
import static org.mockito.Mockito.*;

0 commit comments

Comments
 (0)