Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
Release: com.io7m.jvindicator 1.0.0
Change: Initial public release.
  • Loading branch information
io7m committed May 11, 2024
2 parents d96b00f + 5dfe73f commit 4ba0762
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README-CHANGES.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<c:changelog project="com.io7m.jvindicator" xmlns:c="urn:com.io7m.changelog:4.0">
<c:releases>
<c:release date="2024-05-11T10:10:14+00:00" is-open="true" ticket-system="com.github.io7m.jvindicator" version="1.0.0">
<c:release date="2024-05-11T10:14:23+00:00" is-open="false" ticket-system="com.github.io7m.jvindicator" version="1.0.0">
<c:changes>
<c:change date="2024-05-11T10:10:14+00:00" summary="Initial public release."/>
<c:change date="2024-05-11T00:00:00+00:00" summary="Initial public release."/>
</c:changes>
</c:release>
</c:releases>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jvindicator.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.jvindicator</artifactId>
<groupId>com.io7m.jvindicator</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

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

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

<groupId>com.io7m.jvindicator</groupId>
<artifactId>com.io7m.jvindicator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<packaging>pom</packaging>
<name>com.io7m.jvindicator</name>
Expand All @@ -27,7 +27,7 @@

<properties>
<!-- Configuration. -->
<io7m.api.previousVersion>0.0.3-SNAPSHOT</io7m.api.previousVersion>
<io7m.api.previousVersion>1.0.0</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>

<!-- Third-party dependencies. -->
Expand Down Expand Up @@ -175,4 +175,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 4ba0762

Please sign in to comment.