Skip to content

Commit

Permalink
chore(pom.xml): revert version back to 0.3.3-SNAPSHOT to fix compatib…
Browse files Browse the repository at this point in the history
…ility issues (#112)

refactor(pom.xml): remove unnecessary dependency on liquibase-extension-testing in the test scope
  • Loading branch information
jandroav authored Nov 29, 2023
1 parent 802538b commit 41c12fd
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions 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.4.0-SNAPSHOT</version>
<version>0.3.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 @@ -544,14 +544,6 @@
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<dependencies>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-extension-testing</artifactId>
<version>${liquibase.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 41c12fd

Please sign in to comment.