[maven-release-plugin] prepare release depot-1.8.2

This commit is contained in:
Michael Bayne
2026-01-22 09:03:39 -08:00
parent a8cc5ef510
commit fd5a85ed64
+2 -2
View File
@@ -5,7 +5,7 @@
<groupId>com.samskivert</groupId>
<artifactId>depot</artifactId>
<packaging>jar</packaging>
<version>1.9-SNAPSHOT</version>
<version>1.8.2</version>
<name>Depot</name>
<description>A library for relational-database-based persistence in Java.</description>
@@ -35,7 +35,7 @@
<connection>scm:git:git://github.com/threerings/depot.git</connection>
<developerConnection>scm:git:git@github.com:threerings/depot.git</developerConnection>
<url>https://github.com/threerings/depot/</url>
<tag>HEAD</tag>
<tag>depot-1.8.2</tag>
</scm>
<dependencies>