Skip to content

Commit

Permalink
update lib version number (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
avan1235 authored May 25, 2021
1 parent ebff1c9 commit 363d994
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sbtassembly.MergeStrategy

val prinzV = "0.0.1-SNAPSHOT"
val prinzV = "0.1.0-SNAPSHOT"
val prinzOrg = "pl.touk.nussknacker.prinz"
val repositoryOwner = "prinz-nussknacker"
val repositoryName = "prinz"
Expand All @@ -22,7 +22,6 @@ val typesafeLogV = "3.9.2"
val logbackV = "1.2.3"
val h2V = "1.4.200"
val jsoupV = "1.13.1"

val h2oV = "3.32.0.5"

ThisBuild / scalaVersion := scalaV
Expand Down Expand Up @@ -199,6 +198,7 @@ lazy val prinz_sample = (project in file("prinz_sample"))
// "pl.touk.nussknacker.prinz" %% "prinz" % prinzV,
// "pl.touk.nussknacker.prinz" %% "prinz-mlflow" % prinzV,
// "pl.touk.nussknacker.prinz" %% "prinz-pmml" % prinzV,
// "pl.touk.nussknacker.prinz" %% "prinz-h2o" % prinzV,

"pl.touk.nussknacker" %% "nussknacker-process" % nussknackerV,
"pl.touk.nussknacker" %% "nussknacker-model-flink-util" % nussknackerV,
Expand Down
2 changes: 1 addition & 1 deletion dev-environment/create_environment.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

scalaV="2.12"
prinzV="0.0.1-SNAPSHOT"
prinzV="0.1.0-SNAPSHOT"

COMP_FILES=""
ENV_FILE="-f docker-compose-env.yaml"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ processTypes {
engineConfig: ${base.flinkEngineConfig}
modelConfig: {
classPath: [
"/opt/prinz-sample/prinz-sample-assembly-0.0.1-SNAPSHOT.jar"
"/opt/prinz-sample/prinz-sample-assembly-0.1.0-SNAPSHOT.jar"
]
} ${streamingModelConfig}
}
Expand Down

0 comments on commit 363d994

Please sign in to comment.