Skip to content

Commit

Permalink
chore: fix version number (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: filipe <[email protected]>
  • Loading branch information
filipelautert and filipe authored Jul 31, 2024
1 parent 03910db commit a045729
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@
</parent>

<artifactId>liquibase-aws-license-service</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>

<url>http://www.liquibase.com</url>
<licenses>
<license>
<name>Liquibase End-User License Agreement</name>
<url>https://www.liquibase.com/eula</url>
</license>
</licenses>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down

0 comments on commit a045729

Please sign in to comment.