Skip to content

Commit

Permalink
♻️ (pom.xml): refactor XML formatting for better readability and main…
Browse files Browse the repository at this point in the history
…tainability

⬆️ (pom.xml): downgrade version from 0.6.0-SNAPSHOT to 0.5.6-SNAPSHOT for compatibility
🔧 (pom.xml): update artifactId from test-harness to liquibase-test-harness for clarity
  • Loading branch information
jandroav committed Jan 21, 2025
1 parent 2785b49 commit 87abb94
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent-pom</artifactId>
<name>Liquibase Parent POM</name>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.6-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 @@ -798,7 +800,7 @@
<dependencies>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>test-harness</artifactId>
<artifactId>liquibase-test-harness</artifactId>
<version>master-SNAPSHOT</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit 87abb94

Please sign in to comment.