From 855d9644f7b70f6f0ef058dbc450cd146fea1549 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Thu, 9 Oct 2025 09:41:51 +0200 Subject: [PATCH 1/4] [maven-release-plugin] prepare release inrupt-client-2.0.0 --- access-grant/pom.xml | 2 +- acp/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 ++-- 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 | 4 ++-- quarkus/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 +- 39 files changed, 44 insertions(+), 44 deletions(-) diff --git a/access-grant/pom.xml b/access-grant/pom.xml index a051c42aad..c92bf82503 100644 --- a/access-grant/pom.xml +++ b/access-grant/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-accessgrant diff --git a/acp/pom.xml b/acp/pom.xml index 82fff84ebf..190467dc21 100644 --- a/acp/pom.xml +++ b/acp/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-acp diff --git a/api/pom.xml b/api/pom.xml index 9b103be600..3866a31a44 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-api diff --git a/archetypes/java/pom.xml b/archetypes/java/pom.xml index e65a76c8d6..24cc519b55 100644 --- a/archetypes/java/pom.xml +++ b/archetypes/java/pom.xml @@ -3,7 +3,7 @@ com.inrupt.client inrupt-client-archetype-parent - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-archetype-java diff --git a/archetypes/pom.xml b/archetypes/pom.xml index bfaf68e11e..59bb17b4d8 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-archetype-parent diff --git a/bom/pom.xml b/bom/pom.xml index 108f9aa59b..ddccc42f70 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -5,7 +5,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 .. diff --git a/caffeine/pom.xml b/caffeine/pom.xml index 479305b31e..35cc32a981 100644 --- a/caffeine/pom.xml +++ b/caffeine/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-caffeine diff --git a/core/pom.xml b/core/pom.xml index f9fd0fa542..12617fd6a5 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-core diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index e1cf98279d..ad226bea99 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-examples-cli - 2.0.0-SNAPSHOT + 2.0.0 Inrupt Java Client Libraries - CLI Example Sample CLI application. diff --git a/examples/pom.xml b/examples/pom.xml index d01506c1a2..39c2975da6 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-examples-parent diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 472d7a3209..1d65f19b69 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-examples-spring-web - 2.0.0-SNAPSHOT + 2.0.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 8ff42eef98..72cee20369 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-examples-springboot - 2.0.0-SNAPSHOT + 2.0.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 64af5f8259..35f8900352 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-examples-webapp - 2.0.0-SNAPSHOT + 2.0.0 Inrupt Java Client Libraries - Quarkus Example Sample web application. diff --git a/guava/pom.xml b/guava/pom.xml index 49a0b242c0..6819137af4 100644 --- a/guava/pom.xml +++ b/guava/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-guava diff --git a/httpclient/pom.xml b/httpclient/pom.xml index d14dc87239..d8567fcc4f 100644 --- a/httpclient/pom.xml +++ b/httpclient/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-httpclient diff --git a/integration/base/pom.xml b/integration/base/pom.xml index 3a199b8362..51b112e7b7 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-integration-tests - 2.0.0-SNAPSHOT + 2.0.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 81106a74b0..ae010bc0d8 100644 --- a/integration/openid/pom.xml +++ b/integration/openid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-integration-tests - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-integration-openid-tests diff --git a/integration/pom.xml b/integration/pom.xml index 614c6630a4..f0e9549aba 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-integration-tests diff --git a/integration/uma/pom.xml b/integration/uma/pom.xml index 2fb563ea4f..ed7ba9f394 100644 --- a/integration/uma/pom.xml +++ b/integration/uma/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-integration-tests - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-integration-uma-tests diff --git a/jackson/pom.xml b/jackson/pom.xml index 3a4212e295..bb6b5981da 100644 --- a/jackson/pom.xml +++ b/jackson/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-jackson diff --git a/jena/pom.xml b/jena/pom.xml index 5fafa7cd8f..f11abc562e 100644 --- a/jena/pom.xml +++ b/jena/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-jena diff --git a/jsonb/pom.xml b/jsonb/pom.xml index 21f74e927b..71bccf0143 100644 --- a/jsonb/pom.xml +++ b/jsonb/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-jsonb diff --git a/okhttp/pom.xml b/okhttp/pom.xml index 873395dfea..b5330c2ee9 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-okhttp diff --git a/openid/pom.xml b/openid/pom.xml index 2dc86179b3..ededc24eb3 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-openid diff --git a/parser/pom.xml b/parser/pom.xml index 77901c5875..ea1ff38575 100644 --- a/parser/pom.xml +++ b/parser/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-parser diff --git a/performance/base/pom.xml b/performance/base/pom.xml index e28271c0c7..324f7cb75b 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-performance-tests - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-performance-base-tests Inrupt Java Client Libraries - Performance Base Tests diff --git a/performance/pom.xml b/performance/pom.xml index e8ef579cf0..60578e781e 100644 --- a/performance/pom.xml +++ b/performance/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-performance-tests diff --git a/performance/uma/pom.xml b/performance/uma/pom.xml index 6328dee12d..c190410f65 100644 --- a/performance/uma/pom.xml +++ b/performance/uma/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-performance-tests - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-performance-uma-tests diff --git a/pom.xml b/pom.xml index 3bd191f193..502b386973 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 Inrupt Java Client Libraries https://docs.inrupt.com/developer-tools/java/client-libraries/ @@ -837,7 +837,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 - inrupt-client-1.2.0 + inrupt-client-2.0.0 diff --git a/quarkus/pom.xml b/quarkus/pom.xml index df053f3671..2bddc9c99e 100644 --- a/quarkus/pom.xml +++ b/quarkus/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-quarkus diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index b705364a49..460cefe49f 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-rdf4j diff --git a/reports/pom.xml b/reports/pom.xml index 5e399c2115..073155f563 100644 --- a/reports/pom.xml +++ b/reports/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-report diff --git a/runtime/pom.xml b/runtime/pom.xml index 734b697282..429f7a810c 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -5,7 +5,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 .. diff --git a/solid/pom.xml b/solid/pom.xml index 8d314b0247..23c052debe 100644 --- a/solid/pom.xml +++ b/solid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-solid diff --git a/spring/pom.xml b/spring/pom.xml index 60ef95319a..2ac778c538 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-spring diff --git a/test/pom.xml b/test/pom.xml index 31d5c57315..fda5d345c9 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-test diff --git a/uma/pom.xml b/uma/pom.xml index 5ff327ceb0..0d2d7de83d 100644 --- a/uma/pom.xml +++ b/uma/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-uma diff --git a/vocabulary/pom.xml b/vocabulary/pom.xml index 11e56732a3..56e976e62f 100644 --- a/vocabulary/pom.xml +++ b/vocabulary/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-vocabulary diff --git a/webid/pom.xml b/webid/pom.xml index def80fd88b..f36e6076e9 100644 --- a/webid/pom.xml +++ b/webid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0-SNAPSHOT + 2.0.0 inrupt-client-webid From 8a451981cdaa5c9e15dbabba8f187ee211868e72 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Thu, 9 Oct 2025 09:41:57 +0200 Subject: [PATCH 2/4] [maven-release-plugin] prepare for next development iteration --- access-grant/pom.xml | 2 +- acp/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 ++-- 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 | 4 ++-- quarkus/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 +- 39 files changed, 44 insertions(+), 44 deletions(-) diff --git a/access-grant/pom.xml b/access-grant/pom.xml index c92bf82503..b55865f6a9 100644 --- a/access-grant/pom.xml +++ b/access-grant/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-accessgrant diff --git a/acp/pom.xml b/acp/pom.xml index 190467dc21..4233ea9e10 100644 --- a/acp/pom.xml +++ b/acp/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-acp diff --git a/api/pom.xml b/api/pom.xml index 3866a31a44..6a0eab5de7 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-api diff --git a/archetypes/java/pom.xml b/archetypes/java/pom.xml index 24cc519b55..587e3d34db 100644 --- a/archetypes/java/pom.xml +++ b/archetypes/java/pom.xml @@ -3,7 +3,7 @@ com.inrupt.client inrupt-client-archetype-parent - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-archetype-java diff --git a/archetypes/pom.xml b/archetypes/pom.xml index 59bb17b4d8..14d9a09050 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-archetype-parent diff --git a/bom/pom.xml b/bom/pom.xml index ddccc42f70..93caa85987 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -5,7 +5,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT .. diff --git a/caffeine/pom.xml b/caffeine/pom.xml index 35cc32a981..c92c7560d2 100644 --- a/caffeine/pom.xml +++ b/caffeine/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-caffeine diff --git a/core/pom.xml b/core/pom.xml index 12617fd6a5..cb53a29d8f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-core diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index ad226bea99..63db135a8c 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-examples-cli - 2.0.0 + 2.0.1-SNAPSHOT Inrupt Java Client Libraries - CLI Example Sample CLI application. diff --git a/examples/pom.xml b/examples/pom.xml index 39c2975da6..d387231683 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-examples-parent diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 1d65f19b69..bde4161125 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-examples-spring-web - 2.0.0 + 2.0.1-SNAPSHOT Inrupt Java Client Libraries - SpringBoot WebApp Example Sample SpringBoot Web Application. diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 72cee20369..b6a2c55c55 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-examples-springboot - 2.0.0 + 2.0.1-SNAPSHOT Inrupt Java Client Libraries - Spring Boot Example Sample Spring Boot application. diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 35f8900352..d6d2e07ece 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-examples-webapp - 2.0.0 + 2.0.1-SNAPSHOT Inrupt Java Client Libraries - Quarkus Example Sample web application. diff --git a/guava/pom.xml b/guava/pom.xml index 6819137af4..ba774df3d1 100644 --- a/guava/pom.xml +++ b/guava/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-guava diff --git a/httpclient/pom.xml b/httpclient/pom.xml index d8567fcc4f..f9c901f0af 100644 --- a/httpclient/pom.xml +++ b/httpclient/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-httpclient diff --git a/integration/base/pom.xml b/integration/base/pom.xml index 51b112e7b7..abac47e5ba 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-integration-tests - 2.0.0 + 2.0.1-SNAPSHOT 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 ae010bc0d8..617b180997 100644 --- a/integration/openid/pom.xml +++ b/integration/openid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-integration-tests - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-integration-openid-tests diff --git a/integration/pom.xml b/integration/pom.xml index f0e9549aba..fc4d1deb64 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-integration-tests diff --git a/integration/uma/pom.xml b/integration/uma/pom.xml index ed7ba9f394..5b50b63983 100644 --- a/integration/uma/pom.xml +++ b/integration/uma/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-integration-tests - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-integration-uma-tests diff --git a/jackson/pom.xml b/jackson/pom.xml index bb6b5981da..ae0908c5f5 100644 --- a/jackson/pom.xml +++ b/jackson/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-jackson diff --git a/jena/pom.xml b/jena/pom.xml index f11abc562e..09e3040724 100644 --- a/jena/pom.xml +++ b/jena/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-jena diff --git a/jsonb/pom.xml b/jsonb/pom.xml index 71bccf0143..7c8cce83fe 100644 --- a/jsonb/pom.xml +++ b/jsonb/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-jsonb diff --git a/okhttp/pom.xml b/okhttp/pom.xml index b5330c2ee9..6c32f73a52 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-okhttp diff --git a/openid/pom.xml b/openid/pom.xml index ededc24eb3..5d7769124f 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-openid diff --git a/parser/pom.xml b/parser/pom.xml index ea1ff38575..827a051633 100644 --- a/parser/pom.xml +++ b/parser/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-parser diff --git a/performance/base/pom.xml b/performance/base/pom.xml index 324f7cb75b..c4e320ac93 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-performance-tests - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-performance-base-tests Inrupt Java Client Libraries - Performance Base Tests diff --git a/performance/pom.xml b/performance/pom.xml index 60578e781e..39406ba0a7 100644 --- a/performance/pom.xml +++ b/performance/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-performance-tests diff --git a/performance/uma/pom.xml b/performance/uma/pom.xml index c190410f65..9190fd0e8a 100644 --- a/performance/uma/pom.xml +++ b/performance/uma/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-performance-tests - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-performance-uma-tests diff --git a/pom.xml b/pom.xml index 502b386973..b83fc14e4f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT Inrupt Java Client Libraries https://docs.inrupt.com/developer-tools/java/client-libraries/ @@ -837,7 +837,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 - inrupt-client-2.0.0 + inrupt-client-1.2.0 diff --git a/quarkus/pom.xml b/quarkus/pom.xml index 2bddc9c99e..60e4f1f1af 100644 --- a/quarkus/pom.xml +++ b/quarkus/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-quarkus diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index 460cefe49f..e8e7ffc537 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-rdf4j diff --git a/reports/pom.xml b/reports/pom.xml index 073155f563..f5066b84d6 100644 --- a/reports/pom.xml +++ b/reports/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-report diff --git a/runtime/pom.xml b/runtime/pom.xml index 429f7a810c..35dab86784 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -5,7 +5,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT .. diff --git a/solid/pom.xml b/solid/pom.xml index 23c052debe..3012d58c4d 100644 --- a/solid/pom.xml +++ b/solid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-solid diff --git a/spring/pom.xml b/spring/pom.xml index 2ac778c538..fc77501d36 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-spring diff --git a/test/pom.xml b/test/pom.xml index fda5d345c9..1573799a69 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-test diff --git a/uma/pom.xml b/uma/pom.xml index 0d2d7de83d..9325e84139 100644 --- a/uma/pom.xml +++ b/uma/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-uma diff --git a/vocabulary/pom.xml b/vocabulary/pom.xml index 56e976e62f..7e2cd5d4b5 100644 --- a/vocabulary/pom.xml +++ b/vocabulary/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-vocabulary diff --git a/webid/pom.xml b/webid/pom.xml index f36e6076e9..1c79738504 100644 --- a/webid/pom.xml +++ b/webid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 2.0.0 + 2.0.1-SNAPSHOT inrupt-client-webid From e40b65cb67a5752ba92ef2b8e5705f7e13eb6ae8 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Tue, 14 Oct 2025 09:43:24 -0500 Subject: [PATCH 3/4] Adjust central publication configuration --- .github/workflows/cd-config.yml | 3 ++- pom.xml | 19 ++++++++++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd-config.yml b/.github/workflows/cd-config.yml index c3680e00c9..5637288e39 100644 --- a/.github/workflows/cd-config.yml +++ b/.github/workflows/cd-config.yml @@ -46,11 +46,12 @@ jobs: - name: Deploy Artifacts if: ${{ github.actor != 'dependabot[bot]' }} - run: mvn deploy -P publish + run: mvn deploy -P publish -Dcentral.publishing.autopublish=$AUTOPUBLISH env: MAVEN_REPO_USERNAME: ${{ secrets.SONATYPE_USERNAME }} MAVEN_REPO_TOKEN: ${{ secrets.SONATYPE_TOKEN }} MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} + AUTOPUBLISH: ${{ true != contains(github.ref, 'refs/tags/inrupt-client') }} - name: Sonar Analysis if: ${{ github.actor != 'dependabot[bot]' }} diff --git a/pom.xml b/pom.xml index b83fc14e4f..a23a2eebfa 100644 --- a/pom.xml +++ b/pom.xml @@ -86,6 +86,7 @@ true + false ${maven.multiModuleProjectDirectory}/reports/target/site/jacoco-merged/jacoco.xml @@ -630,7 +631,23 @@ true central - true + ${central.publishing.autopublish} + + inrupt-client-examples-cli + inrupt-client-examples-parent + inrupt-client-examples-spring-web + inrupt-client-examples-springboot + inrupt-client-examples-webapp + inrupt-client-integration-base-tests + inrupt-client-integration-openid-tests + inrupt-client-integration-tests + inrupt-client-integration-uma-tests + inrupt-client-performance-base-tests + inrupt-client-performance-tests + inrupt-client-performance-uma-tests + inrupt-client-report + inrupt-client-test + From 2bbf3ee2a28f13cf514ae809a9bb658c9c602b07 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Tue, 14 Oct 2025 10:23:45 -0500 Subject: [PATCH 4/4] Simplify autopublication --- .github/workflows/cd-config.yml | 3 +-- pom.xml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd-config.yml b/.github/workflows/cd-config.yml index 5637288e39..c3680e00c9 100644 --- a/.github/workflows/cd-config.yml +++ b/.github/workflows/cd-config.yml @@ -46,12 +46,11 @@ jobs: - name: Deploy Artifacts if: ${{ github.actor != 'dependabot[bot]' }} - run: mvn deploy -P publish -Dcentral.publishing.autopublish=$AUTOPUBLISH + run: mvn deploy -P publish env: MAVEN_REPO_USERNAME: ${{ secrets.SONATYPE_USERNAME }} MAVEN_REPO_TOKEN: ${{ secrets.SONATYPE_TOKEN }} MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - AUTOPUBLISH: ${{ true != contains(github.ref, 'refs/tags/inrupt-client') }} - name: Sonar Analysis if: ${{ github.actor != 'dependabot[bot]' }} diff --git a/pom.xml b/pom.xml index a23a2eebfa..cac994b335 100644 --- a/pom.xml +++ b/pom.xml @@ -86,7 +86,6 @@ true - false ${maven.multiModuleProjectDirectory}/reports/target/site/jacoco-merged/jacoco.xml @@ -631,7 +630,7 @@ true central - ${central.publishing.autopublish} + true inrupt-client-examples-cli inrupt-client-examples-parent