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 Sep 1, 2024
1 parent f78a637 commit dbe8830
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions README-CHANGES.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<c:changelog project="com.io7m.darco" xmlns:c="urn:com.io7m.changelog:4.0">
<c:releases>
<c:release date="2024-09-01T11:00:18+00:00" is-open="false" ticket-system="com.github.io7m.darco" version="1.0.0">
<c:changes/>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="true" id="com.github.io7m.darco" url="https://www.github.com/io7m/darco/issues/"/>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.darco.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.darco</artifactId>
<groupId>com.io7m.darco</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>com.io7m.darco.api</artifactId>

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

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

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

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

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

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

<packaging>pom</packaging>
<name>com.io7m.darco</name>
Expand All @@ -32,7 +32,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>17</io7m.java.targetJavaVersion>

<!-- io7m dependencies. -->
Expand Down Expand Up @@ -269,4 +269,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit dbe8830

Please sign in to comment.