Skip to content

Commit

Permalink
BLGMIGRATION-963 release: 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shomatan committed Mar 5, 2021
1 parent 1b14e80 commit 1bbb93a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lazy val commonSettings = Seq(
organization := "com.nulabinc",
version := "0.6.1-SNAPSHOT",
version := "0.6.1",
scalaVersion := "2.13.5",
libraryDependencies ++= {
val spec2Version = "4.8.3"
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
application {
name = "Backlog Migration for Jira"
version = "0.6.1-SNAPSHOT"
version = "0.6.1"
title = ${application.name} ${application.version} (c) nulab.inc
fileName = backlog-migration-jira-${application.version}.jar
product = "jira"
backlog4jVersion = "2.4.0"
backlog4jVersion = "2.4.2"
export-limit-at-once = 100
language=default
akka.mailbox-pool = 100
Expand Down

0 comments on commit 1bbb93a

Please sign in to comment.