Skip to content

Commit

Permalink
Merge branch 'release/1.5.0'
Browse files Browse the repository at this point in the history
Release: com.io7m.quarrel 1.5.0
Change: Change format of xstructural parameters for better layout.
  • Loading branch information
io7m committed Jan 6, 2024
2 parents e10a982 + f775b83 commit e90b4a7
Show file tree
Hide file tree
Showing 14 changed files with 309 additions and 127 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.linux.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: JDK
uses: actions/setup-java@v3
with:
java-version: 19
java-version: 21
distribution: 'temurin'
- name: Build
run: mvn --errors clean verify site
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.linux.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: JDK
uses: actions/setup-java@v3
with:
java-version: 17
java-version: 21
distribution: 'temurin'
- name: Build
run: mvn --errors clean verify site
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.windows.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: JDK
uses: actions/setup-java@v3
with:
java-version: 19
java-version: 21
distribution: 'temurin'
- name: Build
run: mvn --errors clean verify site
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.windows.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: JDK
uses: actions/setup-java@v3
with:
java-version: 17
java-version: 21
distribution: 'temurin'
- name: Build
run: mvn --errors clean verify site
Expand Down
7 changes: 6 additions & 1 deletion README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,16 @@
<c:change date="2023-07-24T00:00:00+00:00" summary="Add convenient with() method to converter directories."/>
</c:changes>
</c:release>
<c:release date="2023-11-04T18:00:49+00:00" is-open="false" ticket-system="com.github.io7m.quarrel" version="1.4.0">
<c:release date="2023-11-04T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.quarrel" version="1.4.0">
<c:changes>
<c:change date="2023-11-04T00:00:00+00:00" summary="Add parameterValueRequireNow for optional parameters."/>
</c:changes>
</c:release>
<c:release date="2024-01-06T11:43:10+00:00" is-open="false" ticket-system="com.github.io7m.quarrel" version="1.5.0">
<c:changes>
<c:change date="2024-01-06T00:00:00+00:00" summary="Change format of xstructural parameters for better layout."/>
</c:changes>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="true" id="com.github.io7m.quarrel" url="https://www.github.com/io7m/quarrel/issues/"/>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.quarrel.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.quarrel</artifactId>
<groupId>com.io7m.quarrel</groupId>
<version>1.4.0</version>
<version>1.5.0</version>
</parent>

<artifactId>com.io7m.quarrel.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.quarrel.documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.quarrel</artifactId>
<groupId>com.io7m.quarrel</groupId>
<version>1.4.0</version>
<version>1.5.0</version>
</parent>

<artifactId>com.io7m.quarrel.documentation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.quarrel.example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.quarrel</artifactId>
<groupId>com.io7m.quarrel</groupId>
<version>1.4.0</version>
<version>1.5.0</version>
</parent>

<artifactId>com.io7m.quarrel.example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.quarrel.ext.logback/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.quarrel</artifactId>
<groupId>com.io7m.quarrel</groupId>
<version>1.4.0</version>
<version>1.5.0</version>
</parent>

<artifactId>com.io7m.quarrel.ext.logback</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.quarrel.ext.xstructural/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.quarrel</artifactId>
<groupId>com.io7m.quarrel</groupId>
<version>1.4.0</version>
<version>1.5.0</version>
</parent>

<artifactId>com.io7m.quarrel.ext.xstructural</artifactId>
Expand Down
Loading

0 comments on commit e90b4a7

Please sign in to comment.