Skip to content

Commit

Permalink
Merge tag 'com.io7m.brooklime-1.1.0' into develop
Browse files Browse the repository at this point in the history
Release: com.io7m.brooklime 1.1.0

Change: Fix logging (Ticket: #6)
Change: Add the ability write staging repository IDs to a file (Ticket: #7)
  • Loading branch information
io7m committed Apr 18, 2021
2 parents 5ca4b88 + ae36a4d commit 84f8d31
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README-CHANGES.xml
Expand Up @@ -6,14 +6,14 @@
<c:change date="2021-01-01T00:00:00+00:00" summary="Initial public release"/>
</c:changes>
</c:release>
<c:release date="2021-04-18T10:07:08+00:00" is-open="true" ticket-system="com.github.io7m.brooklime" version="1.1.0">
<c:release date="2021-04-18T10:11:10+00:00" is-open="false" ticket-system="com.github.io7m.brooklime" version="1.1.0">
<c:changes>
<c:change date="2021-04-18T00:00:00+00:00" summary="Fix logging">
<c:tickets>
<c:ticket id="6"/>
</c:tickets>
</c:change>
<c:change date="2021-04-18T10:07:08+00:00" summary="Add the ability write staging repository IDs to a file">
<c:change date="2021-04-18T00:00:00+00:00" summary="Add the ability write staging repository IDs to a file">
<c:tickets>
<c:ticket id="7"/>
</c:tickets>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.brooklime.api/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.brooklime</artifactId>
<groupId>com.io7m.brooklime</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>com.io7m.brooklime.api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.brooklime.cmdline/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.brooklime</artifactId>
<groupId>com.io7m.brooklime</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>com.io7m.brooklime.cmdline</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.brooklime.documentation/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.brooklime</artifactId>
<groupId>com.io7m.brooklime</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>com.io7m.brooklime.documentation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.brooklime.tests/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.brooklime</artifactId>
<groupId>com.io7m.brooklime</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>com.io7m.brooklime.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.brooklime.vanilla/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.brooklime</artifactId>
<groupId>com.io7m.brooklime</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>com.io7m.brooklime.vanilla</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -12,7 +12,7 @@

<groupId>com.io7m.brooklime</groupId>
<artifactId>com.io7m.brooklime</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>

<description>Nexus command-line uploader</description>
Expand Down

0 comments on commit 84f8d31

Please sign in to comment.