From 3266a9c163ff0052fcaa8eb6f774a33652738985 Mon Sep 17 00:00:00 2001 From: Tim Claridge Date: Mon, 29 Jun 2026 22:47:16 +1200 Subject: [PATCH] Bump narya to 1.20 for the Bang TLS work MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- core/pom.xml | 2 +- pom.xml | 2 +- tools/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index fa0428cb0..ef588ddfc 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ com.threerings narya-parent - 1.19 + 1.20 narya diff --git a/pom.xml b/pom.xml index 71c123d62..a81c4cb73 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.threerings narya-parent pom - 1.19 + 1.20 Narya Parent Facilities for making networked multiplayer games. diff --git a/tools/pom.xml b/tools/pom.xml index 4bcdcd4ee..cf8b22459 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -4,7 +4,7 @@ com.threerings narya-parent - 1.19 + 1.20 narya-tools