Skip to content

Commit

Permalink
Mark release 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 8, 2024
1 parent 87f099a commit 1795479
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<c:change date="2022-11-13T00:00:00+00:00" summary="Add a Maven plugin to avoid classpath pollution during Maven builds."/>
</c:changes>
</c:release>
<c:release date="2024-05-08T21:27:15+00:00" is-open="true" ticket-system="com.github.io7m.xstructural" version="1.8.1">
<c:release date="2024-05-08T21:41:14+00:00" is-open="false" ticket-system="com.github.io7m.xstructural" version="1.8.1">
<c:changes>
<c:change date="2024-05-05T00:00:00+00:00" summary="Update org.apache.commons:commons-compress 1.25.0 → 1.26.1."/>
<c:change date="2024-05-08T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.4.14 → 1.5.6"/>
Expand All @@ -111,7 +111,7 @@
<c:change date="2024-05-08T00:00:00+00:00" summary="Update org.apache.maven.plugin-tools:maven-plugin-annotations:3.10.2 → 3.13.0"/>
<c:change date="2024-05-08T00:00:00+00:00" summary="Update org.immutables:value:2.10.0 → 2.10.1"/>
<c:change date="2024-05-08T00:00:00+00:00" summary="Update org.junit.jupiter:junit-jupiter-api:5.10.1 → 5.10.2"/>
<c:change date="2024-05-08T21:27:15+00:00" summary="Update org.junit.jupiter:junit-jupiter-engine:5.10.1 → 5.10.2"/>
<c:change date="2024-05-08T00:00:00+00:00" summary="Update org.junit.jupiter:junit-jupiter-engine:5.10.1 → 5.10.2"/>
</c:changes>
</c:release>
</c:releases>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.xstructural.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.xstructural</artifactId>
<groupId>com.io7m.xstructural</groupId>
<version>1.8.1-SNAPSHOT</version>
<version>1.8.1</version>
</parent>

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

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

<artifactId>com.io7m.xstructural.documentation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.xstructural.maven_plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.io7m.xstructural</groupId>
<artifactId>com.io7m.xstructural</artifactId>
<version>1.8.1-SNAPSHOT</version>
<version>1.8.1</version>
</parent>

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

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

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

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

<groupId>com.io7m.xstructural</groupId>
<artifactId>com.io7m.xstructural</artifactId>
<version>1.8.1-SNAPSHOT</version>
<version>1.8.1</version>
<packaging>pom</packaging>

<description>Structural document format</description>
Expand Down Expand Up @@ -315,4 +315,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 1795479

Please sign in to comment.