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

This commit is contained in:
Michael Bayne
2026-02-24 20:54:55 -08:00
parent 15d31793d9
commit 2de347743d
+2 -2
View File
@@ -5,7 +5,7 @@
<groupId>com.samskivert</groupId> <groupId>com.samskivert</groupId>
<artifactId>depot</artifactId> <artifactId>depot</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.9-SNAPSHOT</version> <version>1.8.3</version>
<name>Depot</name> <name>Depot</name>
<description>A library for relational-database-based persistence in Java.</description> <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> <connection>scm:git:git://github.com/threerings/depot.git</connection>
<developerConnection>scm:git:git@github.com:threerings/depot.git</developerConnection> <developerConnection>scm:git:git@github.com:threerings/depot.git</developerConnection>
<url>https://github.com/threerings/depot/</url> <url>https://github.com/threerings/depot/</url>
<tag>HEAD</tag> <tag>depot-1.8.3</tag>
</scm> </scm>
<dependencies> <dependencies>