manticore-projects / H2MigrationTool

A software tool for migration of an old H2 database into a new H2 database format automatically.
https://manticore-projects.com/H2MigrationTool/index.html
GNU General Public License v3.0
34 stars 3 forks source link

Artifact is not on Maven Central #12

Closed tchemit closed 11 months ago

tchemit commented 11 months ago

Can you fix this please ?

Many thanks.

manticore-projects commented 11 months ago

Greetings!

Thank you for your report, but please elaborate on your challenge:

1) you can download from here https://manticore-projects.com/H2MigrationTool/index.html 2) you can find the Maven Artifact here: https://mvnrepository.com/artifact/com.manticore-projects.tools/h2migrationtool/1.4

What is missing please?

tchemit commented 11 months ago

In your documentation it says H2MigrationTool, but should be h2MigrationTool

tchemit commented 11 months ago
<dependency>
    <groupId>com.manticore-projects.tools</groupId>
    <artifactId>h2migrationtool</artifactId>
    <version>1.4</version>
</dependency>
manticore-projects commented 11 months ago

Thank you for the hint, I would correct that of course!

tchemit commented 11 months ago

you are welcome

manticore-projects commented 11 months ago

Fixed, I also made the Maven Badges clickable. Thanks again and cheers!