Skip to content

Commit

Permalink
Merge branch 'release/1.3.0'
Browse files Browse the repository at this point in the history
Release: com.io7m.quixote 1.3.0
Change: Update ch.qos.logback:logback-classic:1.5.3 → 1.5.6
Change: Update org.slf4j:slf4j-api:2.0.12 → 2.0.13
Change: Update com.io7m.blackthorne:com.io7m.blackthorne.core:2.0.0 → 2.0.1
Change: Update com.io7m.blackthorne:com.io7m.blackthorne.jxe:2.0.0 → 2.0.1
Change: Update com.io7m.jxe:com.io7m.jxe.core:1.0.2 → 1.0.3
Change: Update com.io7m.anethum:com.io7m.anethum.api:1.1.0 → 1.1.1
Change: Update com.io7m.anethum:com.io7m.anethum.slf4j:1.1.0 → 1.1.1
Change: Update com.io7m.jlexing:com.io7m.jlexing.core:3.1.0 → 3.2.0
  • Loading branch information
io7m committed May 10, 2024
2 parents 9e3927b + 80ff198 commit c821de3
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<c:change date="2024-04-03T00:00:00+00:00" summary="Add OCI container support."/>
</c:changes>
</c:release>
<c:release date="2024-05-10T20:29:10+00:00" is-open="true" ticket-system="com.github.io7m.quixote" version="1.3.0">
<c:release date="2024-05-10T20:31:36+00:00" is-open="false" ticket-system="com.github.io7m.quixote" version="1.3.0">
<c:changes>
<c:change date="2024-05-10T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.5.3 → 1.5.6"/>
<c:change date="2024-05-10T00:00:00+00:00" summary="Update org.slf4j:slf4j-api:2.0.12 → 2.0.13"/>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.quixote.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.quixote</artifactId>
<groupId>com.io7m.quixote</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

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

<artifactId>com.io7m.quixote.main</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.quixote.oci/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.quixote</artifactId>
<groupId>com.io7m.quixote</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>com.io7m.quixote.oci</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.quixote.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.quixote</artifactId>
<groupId>com.io7m.quixote</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>com.io7m.quixote.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.quixote.xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.quixote</artifactId>
<groupId>com.io7m.quixote</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>com.io7m.quixote.xml</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.io7m.quixote</groupId>
<artifactId>com.io7m.quixote</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>

<packaging>pom</packaging>
<name>com.io7m.quixote</name>
Expand Down Expand Up @@ -201,4 +201,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit c821de3

Please sign in to comment.