From b1543676640ac53c8eebea8d59ff9c337d5653ad Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 27 Jun 2024 09:49:40 +0000 Subject: [PATCH] [maven-release-plugin] prepare release v0.4.30 --- backend/pom.xml | 4 ++-- backend/postgres/pom.xml | 2 +- backend/rdf4j/pom.xml | 2 +- core/pom.xml | 4 ++-- example/example-openapi/pom.xml | 2 +- example/example-orchestrate/pom.xml | 2 +- example/example-postgres/pom.xml | 2 +- example/example-rdf4j/pom.xml | 2 +- example/example-rml-proxy/pom.xml | 2 +- example/pom.xml | 4 ++-- ext/ext-orchestrate/pom.xml | 2 +- ext/ext-rml/pom.xml | 2 +- ext/ext-spatial/pom.xml | 2 +- ext/pom.xml | 4 ++-- integration-test/graphql-postgres/pom.xml | 2 +- integration-test/graphql-rdf4j/pom.xml | 2 +- integration-test/openapi-postgres/pom.xml | 2 +- integration-test/openapi-rdf4j/pom.xml | 2 +- integration-test/pom.xml | 4 ++-- integration-test/rml-postgres/pom.xml | 2 +- pom.xml | 4 ++-- service/graphql/pom.xml | 2 +- service/openapi/pom.xml | 2 +- service/pom.xml | 4 ++-- templating/pebble-rdf4j/pom.xml | 2 +- templating/pebble/pom.xml | 2 +- templating/pom.xml | 4 ++-- test/pom.xml | 4 ++-- 28 files changed, 37 insertions(+), 37 deletions(-) diff --git a/backend/pom.xml b/backend/pom.xml index 62ff5c66c..fb601aedc 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -5,12 +5,12 @@ org.dotwebstack.framework dotwebstack-framework - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml backend - 0.4.30-SNAPSHOT + 0.4.30 pom diff --git a/backend/postgres/pom.xml b/backend/postgres/pom.xml index d50eb175e..2b5115255 100644 --- a/backend/postgres/pom.xml +++ b/backend/postgres/pom.xml @@ -5,7 +5,7 @@ org.dotwebstack.framework backend - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml diff --git a/backend/rdf4j/pom.xml b/backend/rdf4j/pom.xml index 103a453bb..9f974b2c3 100644 --- a/backend/rdf4j/pom.xml +++ b/backend/rdf4j/pom.xml @@ -5,7 +5,7 @@ org.dotwebstack.framework backend - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml diff --git a/core/pom.xml b/core/pom.xml index 8e6c9ecd1..35d1c3aa9 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,12 +5,12 @@ org.dotwebstack.framework dotwebstack-framework - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml core - 0.4.30-SNAPSHOT + 0.4.30 diff --git a/example/example-openapi/pom.xml b/example/example-openapi/pom.xml index e966da10f..603a272f2 100644 --- a/example/example-openapi/pom.xml +++ b/example/example-openapi/pom.xml @@ -5,7 +5,7 @@ org.dotwebstack.framework example - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml diff --git a/example/example-orchestrate/pom.xml b/example/example-orchestrate/pom.xml index 9654e678d..1fde3c436 100644 --- a/example/example-orchestrate/pom.xml +++ b/example/example-orchestrate/pom.xml @@ -5,7 +5,7 @@ org.dotwebstack.framework example - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml diff --git a/example/example-postgres/pom.xml b/example/example-postgres/pom.xml index 0ad468a56..1edf3a896 100644 --- a/example/example-postgres/pom.xml +++ b/example/example-postgres/pom.xml @@ -5,7 +5,7 @@ org.dotwebstack.framework example - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml diff --git a/example/example-rdf4j/pom.xml b/example/example-rdf4j/pom.xml index a334c43f8..d7b579baa 100644 --- a/example/example-rdf4j/pom.xml +++ b/example/example-rdf4j/pom.xml @@ -5,7 +5,7 @@ org.dotwebstack.framework example - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml diff --git a/example/example-rml-proxy/pom.xml b/example/example-rml-proxy/pom.xml index 1b408716e..e05f98914 100644 --- a/example/example-rml-proxy/pom.xml +++ b/example/example-rml-proxy/pom.xml @@ -5,7 +5,7 @@ org.dotwebstack.framework example - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml diff --git a/example/pom.xml b/example/pom.xml index 5324fa34f..18480d022 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -5,12 +5,12 @@ org.dotwebstack.framework dotwebstack-framework - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml example - 0.4.30-SNAPSHOT + 0.4.30 pom diff --git a/ext/ext-orchestrate/pom.xml b/ext/ext-orchestrate/pom.xml index 7a920b341..c891de177 100644 --- a/ext/ext-orchestrate/pom.xml +++ b/ext/ext-orchestrate/pom.xml @@ -5,7 +5,7 @@ org.dotwebstack.framework ext - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml diff --git a/ext/ext-rml/pom.xml b/ext/ext-rml/pom.xml index b3294db4d..13d45030d 100644 --- a/ext/ext-rml/pom.xml +++ b/ext/ext-rml/pom.xml @@ -5,7 +5,7 @@ org.dotwebstack.framework ext - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml diff --git a/ext/ext-spatial/pom.xml b/ext/ext-spatial/pom.xml index 468b62d50..b97dee537 100644 --- a/ext/ext-spatial/pom.xml +++ b/ext/ext-spatial/pom.xml @@ -5,7 +5,7 @@ org.dotwebstack.framework ext - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml diff --git a/ext/pom.xml b/ext/pom.xml index 38a351155..8cc21134e 100644 --- a/ext/pom.xml +++ b/ext/pom.xml @@ -4,12 +4,12 @@ org.dotwebstack.framework dotwebstack-framework - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml ext - 0.4.30-SNAPSHOT + 0.4.30 pom diff --git a/integration-test/graphql-postgres/pom.xml b/integration-test/graphql-postgres/pom.xml index 0a36f7abf..f7f063e62 100644 --- a/integration-test/graphql-postgres/pom.xml +++ b/integration-test/graphql-postgres/pom.xml @@ -5,7 +5,7 @@ org.dotwebstack.framework integration-test - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml diff --git a/integration-test/graphql-rdf4j/pom.xml b/integration-test/graphql-rdf4j/pom.xml index b0bb1ed10..c4088bbb7 100644 --- a/integration-test/graphql-rdf4j/pom.xml +++ b/integration-test/graphql-rdf4j/pom.xml @@ -5,7 +5,7 @@ org.dotwebstack.framework integration-test - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml diff --git a/integration-test/openapi-postgres/pom.xml b/integration-test/openapi-postgres/pom.xml index 373b37058..40cf23227 100644 --- a/integration-test/openapi-postgres/pom.xml +++ b/integration-test/openapi-postgres/pom.xml @@ -5,7 +5,7 @@ org.dotwebstack.framework integration-test - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml diff --git a/integration-test/openapi-rdf4j/pom.xml b/integration-test/openapi-rdf4j/pom.xml index e73444ef9..e3d366b61 100644 --- a/integration-test/openapi-rdf4j/pom.xml +++ b/integration-test/openapi-rdf4j/pom.xml @@ -5,7 +5,7 @@ org.dotwebstack.framework integration-test - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml diff --git a/integration-test/pom.xml b/integration-test/pom.xml index e5d28e2a1..5436fe0ff 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -5,12 +5,12 @@ dotwebstack-framework org.dotwebstack.framework - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml integration-test - 0.4.30-SNAPSHOT + 0.4.30 pom diff --git a/integration-test/rml-postgres/pom.xml b/integration-test/rml-postgres/pom.xml index 04532e4be..23e3dda3c 100644 --- a/integration-test/rml-postgres/pom.xml +++ b/integration-test/rml-postgres/pom.xml @@ -5,7 +5,7 @@ org.dotwebstack.framework integration-test - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml diff --git a/pom.xml b/pom.xml index 1ea2ca21f..f35c6c4d8 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.dotwebstack.framework dotwebstack-framework - 0.4.30-SNAPSHOT + 0.4.30 pom DotWebStack Framework @@ -40,7 +40,7 @@ scm:git:https://github.com/dotwebstack/dotwebstack-framework.git scm:git:https://github.com/dotwebstack/dotwebstack-framework.git - HEAD + v0.4.30 diff --git a/service/graphql/pom.xml b/service/graphql/pom.xml index 240ac0bac..949023183 100644 --- a/service/graphql/pom.xml +++ b/service/graphql/pom.xml @@ -5,7 +5,7 @@ org.dotwebstack.framework service - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml diff --git a/service/openapi/pom.xml b/service/openapi/pom.xml index 5ce6597a6..f790b6822 100644 --- a/service/openapi/pom.xml +++ b/service/openapi/pom.xml @@ -5,7 +5,7 @@ org.dotwebstack.framework service - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml diff --git a/service/pom.xml b/service/pom.xml index e2d55bb54..accd9e543 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -5,12 +5,12 @@ org.dotwebstack.framework dotwebstack-framework - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml service - 0.4.30-SNAPSHOT + 0.4.30 pom diff --git a/templating/pebble-rdf4j/pom.xml b/templating/pebble-rdf4j/pom.xml index 290d3ea18..180651ff7 100644 --- a/templating/pebble-rdf4j/pom.xml +++ b/templating/pebble-rdf4j/pom.xml @@ -5,7 +5,7 @@ org.dotwebstack.framework templating - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml diff --git a/templating/pebble/pom.xml b/templating/pebble/pom.xml index 563e37038..00e6f5dd6 100644 --- a/templating/pebble/pom.xml +++ b/templating/pebble/pom.xml @@ -5,7 +5,7 @@ org.dotwebstack.framework templating - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml diff --git a/templating/pom.xml b/templating/pom.xml index 73812689b..1f06dcf09 100644 --- a/templating/pom.xml +++ b/templating/pom.xml @@ -5,12 +5,12 @@ org.dotwebstack.framework dotwebstack-framework - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml templating - 0.4.30-SNAPSHOT + 0.4.30 pom diff --git a/test/pom.xml b/test/pom.xml index ccb0b0927..71b61c3b2 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -5,12 +5,12 @@ org.dotwebstack.framework dotwebstack-framework - 0.4.30-SNAPSHOT + 0.4.30 ../pom.xml test - 0.4.30-SNAPSHOT + 0.4.30