From bf3fcf0354a493d3194a02fcc52289e8b50e6786 Mon Sep 17 00:00:00 2001 From: jhartmann Date: Tue, 25 Jun 2024 13:27:00 +0200 Subject: [PATCH 1/3] chore: fix dependabot --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c2a3bd8350..2d7d7670f7 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.eclipse.tractusx.irs item-relationship-service-root - ${revision} + 0.0.2-SNAPSHOT pom Item Relationship Service From 3c778cfba1b2f9d1c5d252d57dece3e2d8a3c0d7 Mon Sep 17 00:00:00 2001 From: jhartmann Date: Tue, 25 Jun 2024 13:42:07 +0200 Subject: [PATCH 2/3] chore: fix dependabot --- docs/pom.xml | 2 +- irs-api/pom.xml | 4 ++-- irs-common/pom.xml | 2 +- irs-cucumber-tests/pom.xml | 2 +- irs-edc-client/pom.xml | 2 +- irs-integration-tests/pom.xml | 2 +- irs-load-tests/pom.xml | 2 +- irs-models/pom.xml | 2 +- irs-parent-spring-boot/pom.xml | 2 +- irs-policy-store/pom.xml | 2 +- irs-registry-client/pom.xml | 2 +- irs-report-aggregate/pom.xml | 2 +- irs-testdata-upload/pom.xml | 2 +- irs-testing/pom.xml | 2 +- 14 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/pom.xml b/docs/pom.xml index c6498094a8..7b12effabf 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -6,7 +6,7 @@ org.eclipse.tractusx.irs item-relationship-service-root - ${revision} + 0.0.2-SNAPSHOT docs diff --git a/irs-api/pom.xml b/irs-api/pom.xml index 48d41ab03b..3e280a2b12 100644 --- a/irs-api/pom.xml +++ b/irs-api/pom.xml @@ -6,7 +6,7 @@ org.eclipse.tractusx.irs irs-parent-spring-boot - ${revision} + 0.0.2-SNAPSHOT ../irs-parent-spring-boot @@ -35,7 +35,7 @@ org.eclipse.tractusx.irs irs-policy-store - ${revision} + ${version} org.eclipse.tractusx.irs diff --git a/irs-common/pom.xml b/irs-common/pom.xml index 9d96c0abce..a06b6a1b95 100644 --- a/irs-common/pom.xml +++ b/irs-common/pom.xml @@ -6,7 +6,7 @@ org.eclipse.tractusx.irs irs-parent-spring-boot - ${revision} + 0.0.2-SNAPSHOT ../irs-parent-spring-boot diff --git a/irs-cucumber-tests/pom.xml b/irs-cucumber-tests/pom.xml index c4f13ede6f..e661e5241a 100644 --- a/irs-cucumber-tests/pom.xml +++ b/irs-cucumber-tests/pom.xml @@ -6,7 +6,7 @@ org.eclipse.tractusx.irs irs-parent-spring-boot - ${revision} + 0.0.2-SNAPSHOT ../irs-parent-spring-boot diff --git a/irs-edc-client/pom.xml b/irs-edc-client/pom.xml index 6d88117cab..e10802e3ca 100644 --- a/irs-edc-client/pom.xml +++ b/irs-edc-client/pom.xml @@ -6,7 +6,7 @@ org.eclipse.tractusx.irs irs-parent-spring-boot - ${revision} + 0.0.2-SNAPSHOT ../irs-parent-spring-boot diff --git a/irs-integration-tests/pom.xml b/irs-integration-tests/pom.xml index 151e03308c..fa6509c0e4 100644 --- a/irs-integration-tests/pom.xml +++ b/irs-integration-tests/pom.xml @@ -6,7 +6,7 @@ org.eclipse.tractusx.irs irs-parent-spring-boot - ${revision} + 0.0.2-SNAPSHOT ../irs-parent-spring-boot diff --git a/irs-load-tests/pom.xml b/irs-load-tests/pom.xml index 1c271663eb..5a744ea320 100644 --- a/irs-load-tests/pom.xml +++ b/irs-load-tests/pom.xml @@ -6,7 +6,7 @@ org.eclipse.tractusx.irs irs-parent-spring-boot - ${revision} + 0.0.2-SNAPSHOT ../irs-parent-spring-boot diff --git a/irs-models/pom.xml b/irs-models/pom.xml index 7c8585f3d3..a1980dada8 100644 --- a/irs-models/pom.xml +++ b/irs-models/pom.xml @@ -6,7 +6,7 @@ org.eclipse.tractusx.irs irs-parent-spring-boot - ${revision} + 0.0.2-SNAPSHOT ../irs-parent-spring-boot diff --git a/irs-parent-spring-boot/pom.xml b/irs-parent-spring-boot/pom.xml index 879e62f3b6..2f41c4c595 100644 --- a/irs-parent-spring-boot/pom.xml +++ b/irs-parent-spring-boot/pom.xml @@ -6,7 +6,7 @@ org.eclipse.tractusx.irs item-relationship-service-root - ${revision} + 0.0.2-SNAPSHOT irs-parent-spring-boot diff --git a/irs-policy-store/pom.xml b/irs-policy-store/pom.xml index 3f099ef12d..5642cfef57 100644 --- a/irs-policy-store/pom.xml +++ b/irs-policy-store/pom.xml @@ -6,7 +6,7 @@ org.eclipse.tractusx.irs irs-parent-spring-boot - ${revision} + 0.0.2-SNAPSHOT ../irs-parent-spring-boot diff --git a/irs-registry-client/pom.xml b/irs-registry-client/pom.xml index d9e576845c..145e31fbc9 100644 --- a/irs-registry-client/pom.xml +++ b/irs-registry-client/pom.xml @@ -6,7 +6,7 @@ org.eclipse.tractusx.irs irs-parent-spring-boot - ${revision} + 0.0.2-SNAPSHOT ../irs-parent-spring-boot diff --git a/irs-report-aggregate/pom.xml b/irs-report-aggregate/pom.xml index fa6d920fbd..e72520f967 100644 --- a/irs-report-aggregate/pom.xml +++ b/irs-report-aggregate/pom.xml @@ -6,7 +6,7 @@ org.eclipse.tractusx.irs item-relationship-service-root - ${revision} + 0.0.2-SNAPSHOT irs-report-aggregate diff --git a/irs-testdata-upload/pom.xml b/irs-testdata-upload/pom.xml index 893f251883..e870ca5c93 100644 --- a/irs-testdata-upload/pom.xml +++ b/irs-testdata-upload/pom.xml @@ -6,7 +6,7 @@ org.eclipse.tractusx.irs irs-parent-spring-boot - ${revision} + 0.0.2-SNAPSHOT ../irs-parent-spring-boot diff --git a/irs-testing/pom.xml b/irs-testing/pom.xml index 1f6821218c..9edcd58afe 100644 --- a/irs-testing/pom.xml +++ b/irs-testing/pom.xml @@ -6,7 +6,7 @@ org.eclipse.tractusx.irs irs-parent-spring-boot - ${revision} + 0.0.2-SNAPSHOT ../irs-parent-spring-boot From f53ca3880f30dfbefa9962ba755725426b6a5066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:43:18 +0000 Subject: [PATCH 3/3] chore(deps): bump org.sonatype.plugins:nexus-staging-maven-plugin Bumps org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0. --- updated-dependencies: - dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2d7d7670f7..4f197212c5 100644 --- a/pom.xml +++ b/pom.xml @@ -422,7 +422,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.13 + 1.7.0 true ossrh