Skip to content

Commit

Permalink
Update version to 20.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eresende-nuodb committed Aug 23, 2023
1 parent 47e16c1 commit e7224fe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.nuodb</groupId>
<artifactId>nuodb-migrator-parent</artifactId>
<version>20.0.0</version>
<version>20.1.0</version>
</parent>

<artifactId>nuodb-migrator-assembly</artifactId>
<version>20.0.0</version>
<version>20.1.0</version>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.nuodb</groupId>
<artifactId>nuodb-migrator-parent</artifactId>
<version>20.0.0</version>
<version>20.1.0</version>
</parent>

<artifactId>nuodb-migrator-bootstrap</artifactId>
<version>20.0.0</version>
<version>20.1.0</version>
<modelVersion>4.0.0</modelVersion>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.nuodb</groupId>
<artifactId>nuodb-migrator-parent</artifactId>
<version>20.0.0</version>
<version>20.1.0</version>
</parent>

<artifactId>nuodb-migrator-core</artifactId>
<version>20.0.0</version>
<version>20.1.0</version>
<modelVersion>4.0.0</modelVersion>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.nuodb</groupId>
<artifactId>nuodb-migrator-parent</artifactId>
<version>20.0.0</version>
<version>20.1.0</version>
<packaging>pom</packaging>
<url>https://github.com/nuodb/migration-tools</url>

Expand Down

0 comments on commit e7224fe

Please sign in to comment.