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

This commit is contained in:
Michael Bayne
2025-07-03 15:57:27 -07:00
parent 5e22258afc
commit e2f0cc1381
+2 -1
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.8-SNAPSHOT</version> <version>1.8</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,6 +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>depot-1.8</tag>
</scm> </scm>
<dependencies> <dependencies>