Skip to content

Commit

Permalink
Mark 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 10, 2024
1 parent 1b62f1c commit c47c44d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
11 changes: 8 additions & 3 deletions README-CHANGES.xml
Original file line number Diff line number Diff line change
@@ -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://github.com/io7m-com/jattribute/issues/"/>
<c:ticket-system default="true" id="com.github.io7m.jattribute" url="https://github.com/io7m-com/jattribute/issues/"/>
</c:ticket-systems>
</c:changelog>
2 changes: 1 addition & 1 deletion com.io7m.jattribute.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jattribute.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c47c44d

Please sign in to comment.