Skip to content

Commit

Permalink
Release 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaSedyx committed Dec 13, 2023
1 parent b97bc2d commit 082d073
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.folio</groupId>
<artifactId>mod-bulk-operations</artifactId>
<name>mod-bulk-operations</name>
<version>1.1.8-SNAPSHOT</version>
<version>1.1.8</version>
<packaging>jar</packaging>

<licenses>
Expand Down Expand Up @@ -510,7 +510,7 @@
<url>https://github.com/folio-org/${project.artifactId}</url>
<connection>scm:git:git://github.com/folio-org/${project.artifactId}.git</connection>
<developerConnection>scm:git:git@github.com:folio-org/${project.artifactId}.git</developerConnection>
<tag>v1.1.6</tag>
<tag>v1.1.8</tag>
</scm>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,8 @@ public void commit(BulkOperation operation) {
operation.setLinkToCommittedRecordsJsonFile(resultJsonFileName);
}
} catch (Exception e) {
log.error(e);

execution = execution
.withStatus(StatusType.FAILED)
.withEndTime(LocalDateTime.now());
Expand Down

0 comments on commit 082d073

Please sign in to comment.