Skip to content

Commit

Permalink
[maven-release-plugin] prepare release inrupt-client-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn committed Aug 30, 2023
1 parent 935e6df commit 347951b
Show file tree
Hide file tree
Showing 38 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion access-grant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-accessgrant</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client-archetype-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-archetype-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-archetype-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion caffeine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-caffeine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions examples/cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client-examples-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-examples-cli</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<name>Inrupt Java Client Libraries - CLI Example</name>
<description>
Sample CLI application.
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-examples-parent</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions examples/springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client-examples-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-examples-springboot</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<name>Inrupt Java Client Libraries - Spring Boot Example</name>
<description>
Sample Spring Boot application.
Expand Down
4 changes: 2 additions & 2 deletions examples/webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client-examples-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-examples-webapp</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<name>Inrupt Java Client Libraries - Quarkus Example</name>
<description>
Sample web application.
Expand Down
2 changes: 1 addition & 1 deletion gradle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-gradle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-guava</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-httpclient</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client-integration-tests</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>inrupt-client-integration-base-tests</artifactId>
<name>Inrupt Java Client Libraries - Integration Base Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion integration/customokhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client-integration-tests</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-integration-customokhttp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration/openid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client-integration-tests</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-integration-openid-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration/uma/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client-integration-tests</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-integration-uma-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jena/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-jena</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-jsonb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion okhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-okhttp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-openid</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-parser</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion performance/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client-performance-tests</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>inrupt-client-performance-base-tests</artifactId>
<name>Inrupt Java Client Libraries - Performance Base Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion performance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-performance-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion performance/uma/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client-performance-tests</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-performance-uma-tests</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<name>Inrupt Java Client Libraries</name>
<url>https://docs.inrupt.com/developer-tools/java/client-libraries/</url>
<description>
Expand Down Expand Up @@ -785,7 +785,7 @@
<connection>scm:git:https://github.com/inrupt/solid-client-java.git</connection>
<developerConnection>scm:git:[email protected]:inrupt/solid-client-java.git</developerConnection>
<url>https://github.com/inrupt/solid-client-java</url>
<tag>HEAD</tag>
<tag>inrupt-client-1.0.1</tag>
</scm>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion rdf-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-rdf-legacy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rdf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-rdf4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion reports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-report</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion solid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-solid</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion uma/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-uma</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vocabulary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-vocabulary</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.inrupt.client</groupId>
<artifactId>inrupt-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>inrupt-client-webid</artifactId>
Expand Down

0 comments on commit 347951b

Please sign in to comment.