diff --git a/build/spock-reports/aggregated_report.json b/build/spock-reports/aggregated_report.json deleted file mode 100644 index e69de29b..00000000 diff --git a/build/spock-reports/index.html b/build/spock-reports/index.html deleted file mode 100644 index 1192ed06..00000000 --- a/build/spock-reports/index.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - -

Specification run results

-
-
-

Specifications summary:

-
Created on Fri Jul 28 14:00:37 CEST 2023 by jandro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TotalPassedFailedSkippedFt TotalFt PassedFt FailedFt SkippedSuccess rateTotal time
00000000100.0%0
-
-

Specifications:

- - - - - - - - - - - - - - -
NameFeaturesIterationsFailedErrorsSkippedSuccess rateTime
-
- - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index a9a6530a..b639d51e 100644 --- a/pom.xml +++ b/pom.xml @@ -2,6 +2,12 @@ 4.0.0 + + org.liquibase + liquibase-parent-pom + 0.2.0 + + org.liquibase.ext liquibase-hibernate6 4.24.1-SNAPSHOT @@ -12,28 +18,6 @@ https://github.com/liquibase/liquibase-hibernate/wiki - - Liquibase.org - http://www.liquibase.org - - - - - http://www.apache.org/licenses/LICENSE-2.0 - Apache License, Version 2.0 - - - - - https://github.com/liquibase/liquibase-hibernate/issues - - - - scm:git:https://github.com/liquibase/liquibase-hibernate.git - https://github.com/liquibase/liquibase-hibernate - main - - nvoxland @@ -67,40 +51,14 @@ - UTF-8 6.3.1.Final 6.0.12 4.23.2 - - ${env.GITHUB_TOKEN} - liquibase - ${project.artifactId} - ${project.name} - ${project.description} - https://sonarcloud.io - git - true - target - 0.8.10 - 3.0.1 - 1.0.1 + 11 + 11 - - junit - junit - test - 4.13.2 - - - - org.hamcrest - hamcrest - 2.2 - test - - org.hibernate.orm hibernate-core @@ -141,94 +99,10 @@ ${spring.version} provided - - org.liquibase - liquibase-core - ${liquibase.version} - - - org.yaml - snakeyaml - 2.2 - test - - - com.h2database - h2 - 2.2.224 - test - - - org.hsqldb - hsqldb - 2.7.2 - test - - - mysql - mysql-connector-java - 8.0.30 - test - - - - ${project.basedir}/src/main/resources - - www.liquibase.org/xml/ns/mongodb/index.htm - - - - - maven-resources-plugin - 3.3.1 - - UTF-8 - - - - org.jacoco - jacoco-maven-plugin - ${jacoco-maven-plugin.version} - - - - target - - **/jacoco.exec - - - - - - - maven-compiler-plugin - 3.11.0 - - true - true - ${project.build.sourceEncoding} - 11 - 11 - - - - - maven-surefire-plugin - 3.1.2 - - true - plain - - - - org.codehaus.mojo - build-helper-maven-plugin - 3.4.0 - org.apache.maven.plugins maven-enforcer-plugin @@ -249,224 +123,6 @@ - - maven-jar-plugin - 3.3.0 - - - - Liquibase - ${liquibase.version} - Liquibase.org - ${project.name} - ${project.version} - Liquibase - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 - true - - sonatype-nexus-staging - https://oss.sonatype.org/ - - - - maven-shade-plugin - 3.5.1 - - - über-jar - - shade - - - false - true - full - - - *:* - - **/module-info.class - META-INF/MANIFEST.MF - empty.txt - - - - - - - - false - - - - - - - - org.codehaus.mojo - versions-maven-plugin - 2.16.1 - - false - - - - org.apache.maven.plugins - maven-release-plugin - ${maven-release-plugin.version} - - [Version Bumped to ${project.version}] - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - 3.10.0.2594 - - - - org.liquibase.ext - liquibase-sdk-maven-plugin - 0.10.20 - - - - - - sonatype-nexus-staging - Nexus Release Repository - https://oss.sonatype.org/service/local/staging/deploy/maven2 - - - sonatype-nexus-staging - Sonatype Nexus Snapshots - https://oss.sonatype.org/content/repositories/snapshots - - - - - - coverage - - - env.CI - true - - - - - - org.jacoco - jacoco-maven-plugin - - - - target - - **/jacoco.exec - - - - - - - prepare-agent - - prepare-agent - - - - report - - report - - - - - - - - - - release - - - env.CI - true - - - - - - org.apache.maven.plugins - maven-source-plugin - 3.3.0 - - - attach-sources - - jar-no-fork - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - false - Liquibase CDI ${project.version} API - true - none - UTF-8 - ${project.basedir}/target - - - - jar-javadoc - - jar - - package - - - - - - com.coderplus.maven.plugins - copy-rename-maven-plugin - ${copy-rename-maven-plugin.version} - - - copy - package - - copy - - - - - ${project.basedir}/pom.xml - ${project.build.directory}/${project.artifactId}-${project.version}.pom - - - - - - - - - - -