Skip to content

Commit

Permalink
Mark 1.0.1-SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 11, 2024
1 parent cdb23f2 commit ead14b4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion README-CHANGES.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<c:changelog project="com.io7m.mime2045" xmlns:c="urn:com.io7m.changelog:4.0">
<c:releases>
<c:release date="2023-07-01T14:43:34+00:00" is-open="false" ticket-system="com.github.io7m.mime2045" version="1.0.0">
<c:release date="2023-07-01T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.mime2045" version="1.0.0">
<c:changes>
<c:change date="2023-07-01T00:00:00+00:00" summary="Initial major release."/>
</c:changes>
</c:release>
<c:release date="2024-05-11T16:05:54+00:00" is-open="true" ticket-system="com.github.io7m.mime2045" version="1.0.1">
<c:changes>
<c:change date="2024-05-11T16:05:54+00:00" summary="Move to new organization."/>
</c:changes>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="true" id="com.github.io7m.mime2045" url="https://www.github.com/io7m-com/mime2045/issues/"/>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.mime2045.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.mime2045</artifactId>
<groupId>com.io7m.mime2045</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

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

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

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

<artifactId>com.io7m.mime2045.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.mime2045</groupId>
<artifactId>com.io7m.mime2045</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>

<packaging>pom</packaging>
<name>com.io7m.mime2045</name>
Expand Down

0 comments on commit ead14b4

Please sign in to comment.