Skip to content

Commit

Permalink
WHFHRI-702: Release v2.1-1.0.2 changes (#18)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Baxter <[email protected]>
  • Loading branch information
dan-baxter authored Oct 27, 2021
1 parent 134a2ac commit 3648011
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,12 @@ plugins {
allprojects {
apply plugin: 'scala'
group = 'org.alvearie.hri.flink'
version = 'support-2.x-SNAPSHOT' // TODO: Change when creating first tagged version of passthrough in Alvearie.
version = '2.1-1.0.2'

apply plugin: "org.sonatype.gradle.plugins.scan"

ext {
//Temporarily changed for testing Alvearie CI updates
//pipelineCoreVersion = '2.1-1.0.1'
pipelineCoreVersion = 'support-2.x-SNAPSHOT' // TODO: Change when first tagged version of core published
pipelineCoreVersion = '2.1-1.0.2'
javaVersion = '1.8'
flinkVersion = '1.10.3'
scalaBinaryVersion = '2.12'
Expand Down

0 comments on commit 3648011

Please sign in to comment.