Skip to content

Commit e24848f

Browse files
authored
WHFHRI-702: Release v2.1-1.0.2 changes. (#15)
Signed-off-by: Dan Baxter <dan.baxter240@gmail.com>
1 parent b5d8904 commit e24848f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ plugins {
2424
}
2525

2626
group = 'org.alvearie.hri.flink'
27-
version = '2.1-1.0.1'
27+
version = '2.1-1.0.2'
2828
description = """HRI Flink Pipeline Core Library"""
2929

3030
ext {
@@ -178,7 +178,7 @@ dependencies {
178178
// Dependencies that library users should include in their job
179179
// shadow jar
180180
// --------------------------------------------------------------
181-
implementation "org.alvearie.hri:hri-api-batch-notification:support-2.x-SNAPSHOT"
181+
implementation "org.alvearie.hri:hri-api-batch-notification:2.1-2.0.2"
182182
implementation "org.apache.flink:flink-connector-kafka_${scalaBinaryVersion}:${flinkVersion}"
183183
implementation "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
184184
implementation "com.fasterxml.jackson.module:jackson-module-scala_${scalaBinaryVersion}:${jacksonVersion}"

0 commit comments

Comments
 (0)