We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f8177f commit a272dc4Copy full SHA for a272dc4
1 file changed
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
10
<artifactId>liquibase-cdi</artifactId>
11
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.2-SNAPSHOT</version>
12
<packaging>jar</packaging>
13
14
<name>Liquibase CDI Plugin</name>
@@ -23,7 +23,7 @@
23
</scm>
24
25
<properties>
26
- <liquibase.version>5.0.1</liquibase.version>
+ <liquibase.version>5.0.2</liquibase.version>
27
<maven.compiler.source>1.8</maven.compiler.source>
28
<maven.compiler.target>1.8</maven.compiler.target>
29
<maven.install.skip>false</maven.install.skip>
0 commit comments