From 9b11f5847b926d597d42daadf384fae9a0e832a8 Mon Sep 17 00:00:00 2001 From: Nicolas Ayral Seydoux Date: Fri, 20 Sep 2024 14:39:50 +0200 Subject: [PATCH] [maven-release-plugin] prepare release inrupt-client-1.2.0 --- access-grant/pom.xml | 2 +- api/pom.xml | 2 +- archetypes/java/pom.xml | 2 +- archetypes/pom.xml | 2 +- bom/pom.xml | 2 +- caffeine/pom.xml | 2 +- core/pom.xml | 2 +- examples/cli/pom.xml | 4 ++-- examples/pom.xml | 2 +- examples/spring-web/pom.xml | 4 ++-- examples/springboot/pom.xml | 4 ++-- examples/webapp/pom.xml | 4 ++-- gradle/pom.xml | 2 +- guava/pom.xml | 2 +- httpclient/pom.xml | 2 +- integration/base/pom.xml | 2 +- integration/openid/pom.xml | 2 +- integration/pom.xml | 2 +- integration/uma/pom.xml | 2 +- jackson/pom.xml | 2 +- jena/pom.xml | 2 +- jsonb/pom.xml | 2 +- okhttp/pom.xml | 2 +- openid/pom.xml | 2 +- parser/pom.xml | 2 +- performance/base/pom.xml | 2 +- performance/pom.xml | 2 +- performance/uma/pom.xml | 2 +- pom.xml | 6 +++--- quarkus/pom.xml | 2 +- rdf-legacy/pom.xml | 2 +- rdf4j/pom.xml | 2 +- reports/pom.xml | 2 +- runtime/pom.xml | 2 +- solid/pom.xml | 2 +- spring/pom.xml | 2 +- test/pom.xml | 2 +- uma/pom.xml | 2 +- vocabulary/pom.xml | 2 +- webid/pom.xml | 2 +- 40 files changed, 46 insertions(+), 46 deletions(-) diff --git a/access-grant/pom.xml b/access-grant/pom.xml index 76910cd80f8..c34b1088938 100644 --- a/access-grant/pom.xml +++ b/access-grant/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-accessgrant diff --git a/api/pom.xml b/api/pom.xml index 0371802bbd5..1f33b149730 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-api diff --git a/archetypes/java/pom.xml b/archetypes/java/pom.xml index 04d967987fc..b80956342ab 100644 --- a/archetypes/java/pom.xml +++ b/archetypes/java/pom.xml @@ -3,7 +3,7 @@ com.inrupt.client inrupt-client-archetype-parent - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-archetype-java diff --git a/archetypes/pom.xml b/archetypes/pom.xml index 1af37f66aaf..87bee4a17e6 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-archetype-parent diff --git a/bom/pom.xml b/bom/pom.xml index 0ea8bff48fa..fcf23d27d05 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -5,7 +5,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 .. diff --git a/caffeine/pom.xml b/caffeine/pom.xml index ca1e146bbdd..cea4d21ef1b 100644 --- a/caffeine/pom.xml +++ b/caffeine/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-caffeine diff --git a/core/pom.xml b/core/pom.xml index 3beac12833d..eb2cca069ba 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-core diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index 321d5ac8002..f82df4e8e2b 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-examples-cli - 1.2.0-SNAPSHOT + 1.2.0 Inrupt Java Client Libraries - CLI Example Sample CLI application. diff --git a/examples/pom.xml b/examples/pom.xml index bcb805f35c6..a702eedb925 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-examples-parent diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 979dccbb0d3..418bdd8afac 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-examples-spring-web - 1.2.0-SNAPSHOT + 1.2.0 Inrupt Java Client Libraries - SpringBoot WebApp Example Sample SpringBoot Web Application. diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 881ca5bce2b..19b8500ef19 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-examples-springboot - 1.2.0-SNAPSHOT + 1.2.0 Inrupt Java Client Libraries - Spring Boot Example Sample Spring Boot application. diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 9124d0d2a11..2550209a27a 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-examples-webapp - 1.2.0-SNAPSHOT + 1.2.0 Inrupt Java Client Libraries - Quarkus Example Sample web application. diff --git a/gradle/pom.xml b/gradle/pom.xml index 1322724eb06..b175e1918ef 100644 --- a/gradle/pom.xml +++ b/gradle/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-gradle diff --git a/guava/pom.xml b/guava/pom.xml index 2c59229b9a2..8c730f3e2ec 100644 --- a/guava/pom.xml +++ b/guava/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-guava diff --git a/httpclient/pom.xml b/httpclient/pom.xml index 437efe25f66..45a877b98f1 100644 --- a/httpclient/pom.xml +++ b/httpclient/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-httpclient diff --git a/integration/base/pom.xml b/integration/base/pom.xml index c9b2802ef8b..6e5a431b57c 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-integration-tests - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-integration-base-tests Inrupt Java Client Libraries - Integration Base Tests diff --git a/integration/openid/pom.xml b/integration/openid/pom.xml index cde1d6d1cb1..8c2a387b2e4 100644 --- a/integration/openid/pom.xml +++ b/integration/openid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-integration-tests - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-integration-openid-tests diff --git a/integration/pom.xml b/integration/pom.xml index 58ce773687b..a5a5143ae23 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-integration-tests diff --git a/integration/uma/pom.xml b/integration/uma/pom.xml index 168d2a96d84..05ac8c9faef 100644 --- a/integration/uma/pom.xml +++ b/integration/uma/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-integration-tests - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-integration-uma-tests diff --git a/jackson/pom.xml b/jackson/pom.xml index 155cdccd65a..1229a1ca1f2 100644 --- a/jackson/pom.xml +++ b/jackson/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-jackson diff --git a/jena/pom.xml b/jena/pom.xml index b935b572e98..2b211625edd 100644 --- a/jena/pom.xml +++ b/jena/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-jena diff --git a/jsonb/pom.xml b/jsonb/pom.xml index 14fc7e3303d..5fadafb2f5a 100644 --- a/jsonb/pom.xml +++ b/jsonb/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-jsonb diff --git a/okhttp/pom.xml b/okhttp/pom.xml index 9d1d90ea809..fd1d64e6cd7 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-okhttp diff --git a/openid/pom.xml b/openid/pom.xml index 0440b487f6f..d508b1f9895 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-openid diff --git a/parser/pom.xml b/parser/pom.xml index 0dc234e3fb3..b526567f079 100644 --- a/parser/pom.xml +++ b/parser/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-parser diff --git a/performance/base/pom.xml b/performance/base/pom.xml index ad0866ee25a..3509c71e5f3 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-performance-tests - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-performance-base-tests Inrupt Java Client Libraries - Performance Base Tests diff --git a/performance/pom.xml b/performance/pom.xml index 2114a70cff9..9cd9d7acb8e 100644 --- a/performance/pom.xml +++ b/performance/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-performance-tests diff --git a/performance/uma/pom.xml b/performance/uma/pom.xml index 55971a8afa2..e105bdebf67 100644 --- a/performance/uma/pom.xml +++ b/performance/uma/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-performance-tests - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-performance-uma-tests diff --git a/pom.xml b/pom.xml index a18a7297a5d..c8c83395c08 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 Inrupt Java Client Libraries https://docs.inrupt.com/developer-tools/java/client-libraries/ @@ -83,7 +83,7 @@ true true - + @@ -864,7 +864,7 @@ scm:git:https://github.com/inrupt/solid-client-java.git scm:git:git@github.com:inrupt/solid-client-java.git https://github.com/inrupt/solid-client-java - HEAD + inrupt-client-1.2.0 diff --git a/quarkus/pom.xml b/quarkus/pom.xml index 1633800c74d..4fba0df020a 100644 --- a/quarkus/pom.xml +++ b/quarkus/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-quarkus diff --git a/rdf-legacy/pom.xml b/rdf-legacy/pom.xml index 0bd84f3350d..4ac1009087a 100644 --- a/rdf-legacy/pom.xml +++ b/rdf-legacy/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-rdf-legacy diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index dbbd4b13a27..929a6c48702 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-rdf4j diff --git a/reports/pom.xml b/reports/pom.xml index ab0e53cbd1d..aaaccb5910a 100644 --- a/reports/pom.xml +++ b/reports/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-report diff --git a/runtime/pom.xml b/runtime/pom.xml index 68be3e37349..9a5fa24ec7e 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -5,7 +5,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 .. diff --git a/solid/pom.xml b/solid/pom.xml index 1d8dbabcae1..ac10c265390 100644 --- a/solid/pom.xml +++ b/solid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-solid diff --git a/spring/pom.xml b/spring/pom.xml index 5ba87d579b0..d35b8edaf1d 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-spring diff --git a/test/pom.xml b/test/pom.xml index 4a0072a6a81..263b53d23e2 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-test diff --git a/uma/pom.xml b/uma/pom.xml index f532ef2955d..d3bbaaeb083 100644 --- a/uma/pom.xml +++ b/uma/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-uma diff --git a/vocabulary/pom.xml b/vocabulary/pom.xml index 2c4c6e9d57d..733f05286fa 100644 --- a/vocabulary/pom.xml +++ b/vocabulary/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-vocabulary diff --git a/webid/pom.xml b/webid/pom.xml index 3dae094ab29..69a01d97f22 100644 --- a/webid/pom.xml +++ b/webid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-webid