From cf80c16b938b4a6cd02727a7e9354ca0562c29b8 Mon Sep 17 00:00:00 2001 From: Hammer Date: Thu, 16 Jul 2026 18:53:34 -0400 Subject: [PATCH] Fix remaining version mismatches in build --- aslib/pom.xml | 2 +- core/pom.xml | 2 +- maven-plugin/pom.xml | 2 +- tools/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aslib/pom.xml b/aslib/pom.xml index 54fbcd41..5d659e91 100644 --- a/aslib/pom.xml +++ b/aslib/pom.xml @@ -4,7 +4,7 @@ com.threerings nenya-parent - 1.7-SNAPSHOT + 1.7.3 nenyalib diff --git a/core/pom.xml b/core/pom.xml index 6eeb0aed..733c9ee2 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ com.threerings nenya-parent - 1.7.3-SNAPSHOT + 1.7.3 nenya diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index cd1e7ddf..4170f31a 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -4,7 +4,7 @@ com.threerings nenya-parent - 1.7.3-SNAPSHOT + 1.7.3 nenya-maven-plugin diff --git a/tools/pom.xml b/tools/pom.xml index b1abf32c..c8ecce38 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -4,7 +4,7 @@ com.threerings nenya-parent - 1.7.3-SNAPSHOT + 1.7.3 nenya-tools