[maven-release-plugin] prepare release ooo-user-1.5

This commit is contained in:
Michael Bayne
2025-07-29 11:50:33 -07:00
parent 0dcde3131d
commit 5b2ebf399d
+2 -2
View File
@@ -5,7 +5,7 @@
<groupId>com.threerings</groupId> <groupId>com.threerings</groupId>
<artifactId>ooo-user</artifactId> <artifactId>ooo-user</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.5-SNAPSHOT</version> <version>1.5</version>
<name>ooo-user</name> <name>ooo-user</name>
<description>A bunch of user management code used by OOO.</description> <description>A bunch of user management code used by OOO.</description>
@@ -34,7 +34,7 @@
<connection>scm:git:git://github.com/threerings/ooo-user.git</connection> <connection>scm:git:git://github.com/threerings/ooo-user.git</connection>
<developerConnection>scm:git:git@github.com:threerings/ooo-user.git</developerConnection> <developerConnection>scm:git:git@github.com:threerings/ooo-user.git</developerConnection>
<url>https://github.com/threerings/ooo-user</url> <url>https://github.com/threerings/ooo-user</url>
<tag>HEAD</tag> <tag>ooo-user-1.5</tag>
</scm> </scm>
<prerequisites> <prerequisites>