Skip to content

Commit

Permalink
Merge pull request #47 from nulab/BLG_INTG-1035/release-0.7.0
Browse files Browse the repository at this point in the history
Blg intg 1035/release 0.7.0
  • Loading branch information
jtakakura authored Mar 24, 2023
2 parents 5ad4fb7 + 82e69df commit f88c36d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.7-SNAPSHOT",
version := "0.7.0",
scalaVersion := "2.13.6",
scalacOptions ++= Seq(
"-deprecation",
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.7-SNAPSHOT"
version = "0.7.0"
title = ${application.name} ${application.version} (c) nulab.inc
fileName = backlog-migration-jira-${application.version}.jar
product = "jira"
backlog4jVersion = "2.4.2"
backlog4jVersion = "2.5.2"
export-limit-at-once = 100
language = default
akka.mailbox-pool = 100
Expand Down

0 comments on commit f88c36d

Please sign in to comment.