[maven-release-plugin] prepare release samskivert-1.10

This commit is contained in:
Michael Bayne
2025-07-03 13:08:19 -07:00
parent b592e7bca8
commit 8a8390641e
+2 -1
View File
@@ -5,7 +5,7 @@
<groupId>com.samskivert</groupId> <groupId>com.samskivert</groupId>
<artifactId>samskivert</artifactId> <artifactId>samskivert</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.10-SNAPSHOT</version> <version>1.10</version>
<name>samskivert</name> <name>samskivert</name>
<description>A collection of Java utilities.</description> <description>A collection of Java utilities.</description>
@@ -34,6 +34,7 @@
<connection>scm:git:git://github.com/samskivert/samskivert.git</connection> <connection>scm:git:git://github.com/samskivert/samskivert.git</connection>
<developerConnection>scm:git:git@github.com:samskivert/samskivert.git</developerConnection> <developerConnection>scm:git:git@github.com:samskivert/samskivert.git</developerConnection>
<url>http://github.com/samskivert/samskivert/</url> <url>http://github.com/samskivert/samskivert/</url>
<tag>samskivert-1.10</tag>
</scm> </scm>
<dependencies> <dependencies>