Bump narya to 1.20 for the Bang TLS work

A clean minor-version bump (retiring the Epic 2 -bangN patched-fork suffix —
that scheme is superseded; we now own these forks outright and version them
normally). GitHub Packages won't let us re-publish 1.19, and 1.20 makes the
TLS-capable build obvious in dependency listings.
This commit is contained in:
2026-06-29 22:47:16 +12:00
parent a942d5d3dc
commit 3266a9c163
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>com.threerings</groupId> <groupId>com.threerings</groupId>
<artifactId>narya-parent</artifactId> <artifactId>narya-parent</artifactId>
<version>1.19</version> <version>1.20</version>
</parent> </parent>
<artifactId>narya</artifactId> <artifactId>narya</artifactId>
+1 -1
View File
@@ -5,7 +5,7 @@
<groupId>com.threerings</groupId> <groupId>com.threerings</groupId>
<artifactId>narya-parent</artifactId> <artifactId>narya-parent</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.19</version> <version>1.20</version>
<name>Narya Parent</name> <name>Narya Parent</name>
<description>Facilities for making networked multiplayer games.</description> <description>Facilities for making networked multiplayer games.</description>
+1 -1
View File
@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>com.threerings</groupId> <groupId>com.threerings</groupId>
<artifactId>narya-parent</artifactId> <artifactId>narya-parent</artifactId>
<version>1.19</version> <version>1.20</version>
</parent> </parent>
<artifactId>narya-tools</artifactId> <artifactId>narya-tools</artifactId>