Skip to content

1.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Aug 09:17
· 25 commits to main since this release
8433c35

Plugin maven dependency:

<profile>
  <id>db-diff</id>
  <build>
      <plugins>
          <plugin>
              <groupId>org.tkit.maven</groupId>
              <artifactId>tkit-liquibase-plugin</artifactId>
              <version>1.11.0</version>
              <executions>
                  <execution>
                      <id>default</id>
                      <goals>
                          <goal>diff</goal>
                      </goals>
                      <phase>compile</phase>
                  </execution>
              </executions>
          </plugin>
      </plugins>
  </build>
</profile>
mvn clean compile -Pdb-diff