From 0d147757062a197d88ca4bdca75a7c6c4ec46984 Mon Sep 17 00:00:00 2001 From: Alejandro Alvarez Date: Mon, 9 Oct 2023 17:47:23 +0200 Subject: [PATCH 1/4] Use Liquibase Parent POM (#473) Fixes https://datical.atlassian.net/browse/DAT-15995 The spock-core and groovy dependencies were removed from the pom.xml file as they were no longer being used in the project. This was done to declutter the dependencies and improve build performance. --- pom.xml | 367 +------------------------------------------------------- 1 file changed, 6 insertions(+), 361 deletions(-) diff --git a/pom.xml b/pom.xml index c7352472..d06ef9c0 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-neo4j 4.24.0-SNAPSHOT @@ -10,28 +16,6 @@ Adds additional Neo4j specific Liquibase functionality https://github.com/liquibase/liquibase-neo4j - - Liquibase.org - http://www.liquibase.org - - - - - http://www.apache.org/licenses/LICENSE-2.0 - Apache License, Version 2.0 - - - - - https://github.com/liquibase/liquibase-neo4j/issues - - - - scm:git:https://github.com/liquibase/liquibase-neo4j.git - https://github.com/liquibase/liquibase-neo4j - HEAD - - nvoxland @@ -60,51 +44,16 @@ - UTF-8 - 1.8 - 1.8 - ${maven.compiler.source} 4.24.0 - 1.8 - 1.8 - 3.0.1 - liquibase - ${project.artifactId} - ${project.name} - ${project.description} - https://sonarcloud.io - git - true - src/main/java - src/test/groovy 1.19.1 - - org.liquibase - liquibase-core - ${liquibase.version} - provided - org.neo4j.driver neo4j-java-driver 4.4.11 - - org.spockframework - spock-core - 2.3-groovy-4.0 - test - - - org.apache.groovy - groovy - - 4.0.15 - test - org.testcontainers neo4j @@ -144,94 +93,7 @@ - - - ${project.basedir}/src/main/resources - true - - - - - - org.jacoco - jacoco-maven-plugin - 0.8.10 - - - - - - maven-resources-plugin - 3.3.1 - - UTF-8 - - - - - maven-compiler-plugin - 3.11.0 - - true - ${project.build.sourceEncoding} - - -Xlint:all - - true - true - - - - - org.apache.maven.plugins - maven-release-plugin - ${maven-release-plugin.version} - - [Version Bumped to ${project.version}] - - - - - maven-surefire-plugin - 3.1.2 - - true - plain - - - - - maven-failsafe-plugin - 3.1.2 - - true - plain - - - - - integration-test - verify - - - - - - - org.codehaus.gmavenplus - gmavenplus-plugin - 3.0.2 - - - - addTestSources - compileTests - - - - - org.apache.maven.plugins maven-enforcer-plugin @@ -253,225 +115,8 @@ - - - org.codehaus.mojo - build-helper-maven-plugin - 3.4.0 - - - - maven-jar-plugin - 3.3.0 - - - - Liquibase - ${liquibase.version} - Liquibase.org - ${project.name} - ${project.version} - Neo4j - - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 - true - - sonatype-nexus-staging - https://oss.sonatype.org/ - true - - - - - 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.sonarsource.scanner.maven - sonar-maven-plugin - 3.10.0.2594 - - - - - 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 - 3.6.0 - - false - Liquibase Neo4j ${project.version} API - true - none - UTF-8 - ${project.build.directory} - - - - jar-javadoc - - jar - - package - - - - - - com.coderplus.maven.plugins - copy-rename-maven-plugin - 1.0.1 - - - copy - package - - copy - - - - - ${project.basedir}/pom.xml - ${project.build.directory}/${project.artifactId}-${project.version}.pom - - - - - - - - - - - From f05fff13eb1b81d5c9da10583cbd19a86005d841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 19:58:24 +0000 Subject: [PATCH 2/4] Bump net.bytebuddy:byte-buddy from 1.14.8 to 1.14.9 Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.8 to 1.14.9. - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.8...byte-buddy-1.14.9) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d06ef9c0..d369d8de 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ net.bytebuddy byte-buddy - 1.14.8 + 1.14.9 test From b0b192b58d2e7cdc09426e574656b811f57d27bc Mon Sep 17 00:00:00 2001 From: Florent Biville Date: Tue, 10 Oct 2023 16:34:16 +0200 Subject: [PATCH 3/4] Set next development version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d369d8de..d25e6ab2 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.liquibase.ext liquibase-neo4j - 4.24.0-SNAPSHOT + 4.24.1-SNAPSHOT Liquibase Neo4j Database Extension Adds additional Neo4j specific Liquibase functionality From 974ea45a2824f8893aab72f9b8426fa6827a2af0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:00:51 +0000 Subject: [PATCH 4/4] Bump org.liquibase:liquibase-parent-pom from 0.2.0 to 0.2.1 Bumps [org.liquibase:liquibase-parent-pom](https://github.com/liquibase/liquibase-parent-pom) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/liquibase/liquibase-parent-pom/releases) - [Commits](https://github.com/liquibase/liquibase-parent-pom/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: org.liquibase:liquibase-parent-pom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d25e6ab2..ac591025 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.liquibase liquibase-parent-pom - 0.2.0 + 0.2.1 org.liquibase.ext