From c47c44dc99ccdad6dd918d8d3b23069c7b9b8886 Mon Sep 17 00:00:00 2001
From: Mark Raynsford <code@io7m.com>
Date: Fri, 10 May 2024 21:51:29 +0000
Subject: [PATCH] Mark 1.0.0

---
 README-CHANGES.xml                | 11 ++++++++---
 com.io7m.jattribute.core/pom.xml  |  2 +-
 com.io7m.jattribute.tests/pom.xml |  2 +-
 pom.xml                           |  2 +-
 4 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/README-CHANGES.xml b/README-CHANGES.xml
index 40eba5c..f8a2f2f 100644
--- a/README-CHANGES.xml
+++ b/README-CHANGES.xml
@@ -1,8 +1,13 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <c:changelog project="com.io7m.jattribute" xmlns:c="urn:com.io7m.changelog:4.0">
-  <c:releases/>
+  <c:releases>
+    <c:release date="2024-05-10T21:51:20+00:00" is-open="true" ticket-system="com.github.io7m.jattribute" version="1.0.0">
+      <c:changes>
+        <c:change date="2024-05-10T21:51:20+00:00" summary="Initial public release."/>
+      </c:changes>
+    </c:release>
+  </c:releases>
   <c:ticket-systems>
-    <c:ticket-system default="true" id="com.github.io7m.jattribute"
-                     url="https://www.github.com/io7m-com/jattribute/issues/"/>
+    <c:ticket-system default="true" id="com.github.io7m.jattribute" url="https://www.github.com/io7m-com/jattribute/issues/"/>
   </c:ticket-systems>
 </c:changelog>
diff --git a/com.io7m.jattribute.core/pom.xml b/com.io7m.jattribute.core/pom.xml
index 0ba7ddc..efeb080 100644
--- a/com.io7m.jattribute.core/pom.xml
+++ b/com.io7m.jattribute.core/pom.xml
@@ -9,7 +9,7 @@
   <parent>
     <groupId>com.io7m.jattribute</groupId>
     <artifactId>com.io7m.jattribute</artifactId>
-    <version>0.0.2-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>com.io7m.jattribute.core</artifactId>
 
diff --git a/com.io7m.jattribute.tests/pom.xml b/com.io7m.jattribute.tests/pom.xml
index edb4532..aea2f18 100644
--- a/com.io7m.jattribute.tests/pom.xml
+++ b/com.io7m.jattribute.tests/pom.xml
@@ -9,7 +9,7 @@
   <parent>
     <groupId>com.io7m.jattribute</groupId>
     <artifactId>com.io7m.jattribute</artifactId>
-    <version>0.0.2-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>com.io7m.jattribute.tests</artifactId>
 
diff --git a/pom.xml b/pom.xml
index 8614946..1605f29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
 
   <groupId>com.io7m.jattribute</groupId>
   <artifactId>com.io7m.jattribute</artifactId>
-  <version>0.0.2-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
 
   <packaging>pom</packaging>
   <name>com.io7m.jattribute</name>