Skip to content

Commit

Permalink
Mark release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 16, 2024
1 parent 5584478 commit 76b75db
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion README-CHANGES.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<c:changelog project="com.io7m.digal" xmlns:c="urn:com.io7m.changelog:4.0">
<c:releases/>
<c:releases>
<c:release date="2024-05-16T12:25:27+00:00" is-open="false" ticket-system="com.github.io7m.digal" version="1.0.0">
<c:changes/>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="true" id="com.github.io7m.digal" url="https://github.com/io7m-com/digal/issues/"/>
</c:ticket-systems>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.digal.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.digal</artifactId>
<groupId>com.io7m.digal</groupId>
<version>0.0.6-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

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

<artifactId>com.io7m.digal.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.digal</groupId>
<artifactId>com.io7m.digal</artifactId>
<version>0.0.6-SNAPSHOT</version>
<version>1.0.0</version>

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

<properties>
<!-- Configuration. -->
<io7m.api.previousVersion>0.0.1-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 @@ -215,4 +215,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 76b75db

Please sign in to comment.