Skip to content

Commit

Permalink
Don't warn on graal dependencies, swap version to bump minor for new …
Browse files Browse the repository at this point in the history
…release.
  • Loading branch information
abrackx committed Dec 10, 2024
1 parent 2fe7933 commit 1af1a62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent-pom</artifactId>
<name>Liquibase Parent POM</name>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.3-SNAPSHOT</version>
<description>Liquibase Parent POM for all Extensions</description>
<url>https://github.com/liquibase/liquibase-parent-pom</url>
<packaging>pom</packaging>
Expand Down Expand Up @@ -780,6 +780,8 @@
<option>-dontwarn org.apache.**</option>
<option>-dontwarn io.netty.**</option>
<option>-dontwarn com.fasterxml.**</option>
<option>-dontwarn org.graalvm.**</option>
<option>-dontwarn com.oracle.**</option>
</options>
</configuration>
</execution>
Expand Down

0 comments on commit 1af1a62

Please sign in to comment.