Skip to content

Commit

Permalink
version(project): bump version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valerylobachev committed Mar 20, 2022
1 parent 5aa2ae0 commit a9802fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import play.sbt.routes.RoutesKeys

scalaVersion := "2.13.3"

ThisBuild / version := "0.4.0-SNAPSHOT"
ThisBuild / version := "0.4.0"
ThisBuild / scalaVersion := "2.13.3"

ThisBuild / organization := "biz.lobachev.annette"
Expand Down Expand Up @@ -80,7 +80,7 @@ lazy val root = (project in file("."))
`api-gateway`,
// initialization application
`ignition-core`,
// `demo-ignition`,
`demo-ignition`,
`camunda`,
// API gateways
`application-api-gateway`,
Expand Down Expand Up @@ -619,7 +619,7 @@ def subscriptionsProject(pr: Project) =
.settings(dockerSettings: _*)
.dependsOn(`subscriptions-api`, `microservice-core`)

//lazy val `demo-ignition` = demoIgnitionProject(project in file("ignition/ignition-demo"))
lazy val `demo-ignition` = demoIgnitionProject(project in file("ignition/ignition-demo"))
lazy val `application` = applicationProject(project in file("application/application"))
lazy val `authorization` = authorizationProject(project in file("authorization/authorization"))
lazy val `bpm-repository` = bpmRepositoryProject(project in file("bpm/bpm-repository"))
Expand Down

0 comments on commit a9802fc

Please sign in to comment.