Skip to content

Commit

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

Change: Switch to Synapse-specific APIs for user registration
Change: Add a configuration option to control token expiration (Ticket: #2)
  • Loading branch information
io7m committed May 29, 2021
2 parents 38a9474 + af85168 commit 2e07671
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README-CHANGES.xml
Expand Up @@ -4,10 +4,10 @@
<c:release date="2021-05-29T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.portero" version="1.0.0">
<c:changes/>
</c:release>
<c:release date="2021-05-29T14:25:55+00:00" is-open="true" ticket-system="com.github.io7m.portero" version="2.0.0">
<c:release date="2021-05-29T14:40:19+00:00" is-open="false" ticket-system="com.github.io7m.portero" version="2.0.0">
<c:changes>
<c:change date="2021-05-29T00:00:00+00:00" summary="Switch to Synapse-specific APIs for user registration"/>
<c:change date="2021-05-29T14:25:55+00:00" summary="Add a configuration option to control token expiration">
<c:change date="2021-05-29T00:00:00+00:00" summary="Add a configuration option to control token expiration">
<c:tickets>
<c:ticket id="2"/>
</c:tickets>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.portero.cmdline/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.portero</artifactId>
<groupId>com.io7m.portero</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

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

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

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

<groupId>com.io7m.portero</groupId>
<artifactId>com.io7m.portero</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>

<description>Matrix server registration gatekeeper</description>
Expand Down

0 comments on commit 2e07671

Please sign in to comment.