Skip to content

Commit

Permalink
WHFHRI-702: Release v2.1-1.0.2 changes. (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Baxter <dan.baxter240@gmail.com>
  • Loading branch information
dan-baxter authored Oct 27, 2021
1 parent b5d8904 commit e24848f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ plugins {
}

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

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

0 comments on commit e24848f

Please sign in to comment.