Skip to content

Commit e6fbd93

Browse files
authored
Merge pull request #48 from RADAR-CNS/release-0.1.2
Release 0.1.2
2 parents 6a80d59 + 0ea3c5e commit e6fbd93

File tree

6 files changed

+16
-525
lines changed

6 files changed

+16
-525
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
//---------------------------------------------------------------------------//
1818

1919
group = 'org.radarcns'
20-
version = '0.1.1'
20+
version = '0.1.2'
2121
ext.description = 'Kafka backend for processing device data.'
2222

2323
mainClassName = 'org.radarcns.RadarBackend'
@@ -41,7 +41,7 @@ ext.findbugVersion = '3.0.1'
4141
ext.commonsCliVersion = '1.2'
4242
ext.mockitoVersion = '2.2.29'
4343
ext.radarCommonsVersion = '0.6.3'
44-
ext.radarSchemasVersion = '0.2.2'
44+
ext.radarSchemasVersion = '0.2.3'
4545
ext.subethamailVersion = '3.1.7'
4646
ext.jsoupVersion = '1.10.2'
4747
ext.slf4jVersion = '1.7.25'

src/integrationTest/java/org/radarcns/integration/PhoneStreamTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public void tearDown() throws IOException, InterruptedException {
114114
backend.shutdown();
115115
}
116116

117-
@Test(timeout = 600_000L)
117+
@Test(timeout = 3000_000L)
118118
public void testDirect() throws Exception {
119119
ConfigRadar config = propHandler.getRadarProperties();
120120

0 commit comments

Comments
 (0)