Re-version to 1.7.2-android1 — never republish under an existing version

The streamer regen + narya 1.22 dep were mistakenly installed over the
already-published 1.7.1 coordinate (the 2026-07-06 poisoned-vilya incident,
bang-game task #76). New coordinates make the changed artifact distinct from
the clean 1.7.1 on GitHub Packages, matching the nenya 1.7.2-android1 scheme.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017SDW7vBNEjNxk8Qs6wTUYB
This commit is contained in:
Tim Claridge
2026-07-09 21:30:05 +12:00
parent 86aa1cef69
commit ffe2102207
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>com.threerings</groupId> <groupId>com.threerings</groupId>
<artifactId>vilya-parent</artifactId> <artifactId>vilya-parent</artifactId>
<version>1.7.1</version> <version>1.7.2-android1</version>
</parent> </parent>
<artifactId>vilya</artifactId> <artifactId>vilya</artifactId>
+5 -2
View File
@@ -5,7 +5,7 @@
<groupId>com.threerings</groupId> <groupId>com.threerings</groupId>
<artifactId>vilya-parent</artifactId> <artifactId>vilya-parent</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.7.1</version> <version>1.7.2-android1</version>
<name>Vilya</name> <name>Vilya</name>
<description>Facilities for making networked multiplayer games.</description> <description>Facilities for making networked multiplayer games.</description>
@@ -34,7 +34,10 @@
<connection>scm:git:git://github.com/threerings/vilya.git</connection> <connection>scm:git:git://github.com/threerings/vilya.git</connection>
<developerConnection>scm:git:git@github.com:threerings/vilya.git</developerConnection> <developerConnection>scm:git:git@github.com:threerings/vilya.git</developerConnection>
<url>https://github.com/threerings/vilya/</url> <url>https://github.com/threerings/vilya/</url>
<tag>vilya-1.7.1</tag> <!-- fork release: built from claridtimo/vilya branch epicA1-streamers (regenerated
flatten streamers + narya 1.22). New coordinates per the 2026-07-06 incident rule:
never republish a fork lib under an existing version. -->
<tag>vilya-1.7.2-android1</tag>
</scm> </scm>
<modules> <modules>