Skip to content

Commit 7c8cff8

Browse files
author
Taichi Yamakawa
committed
Release v1.2.1
1 parent 33f5f87 commit 7c8cff8

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ nablarch-fw-batch-parallelizable に関する注目すべき変更はこのフ
77

88
## Unreleased
99

10+
## [v1.2.1] - 2021-9-30
11+
[v1.2.1]: https://github.com/lerna-stack/nablarch-fw-batch-parallelizable/compare/v1.2.0...v1.2.1
12+
1013
### FIXED
11-
- `ControllableParallelExecutor.sequentialExecutionId``null` を返すとバッチ処理が終了しない [#4](https://github.com/lerna-stack/nablarch-fw-batch-parallelizable/issues/4)
14+
- `ControllableParallelExecutor.sequentialExecutionId``null` を返すとバッチ処理が終了しない問題を修正しました [#4](https://github.com/lerna-stack/nablarch-fw-batch-parallelizable/issues/4)
1215

1316
## [v1.2.0] - 2021-3-25
1417
[v1.2.0]: https://github.com/lerna-stack/nablarch-fw-batch-parallelizable/releases/tag/v1.2.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.lerna-stack</groupId>
4848
<artifactId>nablarch-fw-batch-parallelizable</artifactId>
49-
<version>1.2.0</version>
49+
<version>1.2.1</version>
5050
</dependency>
5151
</dependencies>
5252
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
-->
1111
<groupId>com.lerna-stack</groupId>
1212
<artifactId>nablarch-fw-batch-parallelizable</artifactId>
13-
<version>1.2.0</version>
13+
<version>1.2.1</version>
1414
<packaging>jar</packaging>
1515
<properties>
1616
<maven.compiler.source>1.8</maven.compiler.source>

0 commit comments

Comments
 (0)