Skip to content

Commit

Permalink
release 1.2.0: updated version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bot committed Jun 10, 2024
1 parent eb91c12 commit d3da917
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]
## [1.2.0]
### Fixed

- Fix class not found [[#9](https://github.com/ehrbase/migration-tool/pull/9)]
Expand Down
2 changes: 1 addition & 1 deletion application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.ehrbase.migration</groupId>
<artifactId>migration-application</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>
<name>EHRbase Migration Tool Application</name>

Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.ehrbase.migration</groupId>
<artifactId>migration-bom</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>pom</packaging>
<name>EHRbase Migration Tool BOM</name>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.ehrbase.migration</groupId>
<artifactId>migration-bom</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>bom/pom.xml</relativePath>
</parent>

<artifactId>migration-tool</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>pom</packaging>
<name>EHRbase Migration Tool</name>

Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.ehrbase.migration</groupId>
<artifactId>migration-service</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>
<name>EHRbase Migration Tool Service</name>

Expand Down

0 comments on commit d3da917

Please sign in to comment.