[maven-release-plugin] prepare release getdown-1.8.8

This commit is contained in:
Michael Bayne
2026-02-12 15:45:37 -08:00
parent ff9f028828
commit 060099564a
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<parent>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
<version>1.8.8-SNAPSHOT</version>
<version>1.8.8</version>
</parent>
<artifactId>getdown-ant</artifactId>
+2 -2
View File
@@ -4,7 +4,7 @@
<parent>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
<version>1.8.8-SNAPSHOT</version>
<version>1.8.8</version>
</parent>
<artifactId>getdown-core</artifactId>
@@ -36,7 +36,7 @@
separated by commas (app1.foo.com,app2.bar.com,app3.baz.com). -->
<getdown.host.whitelist />
<!-- This is needed for Mockito's agent config shenanigans below. -->
<argLine/>
<argLine />
</properties>
<build>
+1 -1
View File
@@ -4,7 +4,7 @@
<parent>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
<version>1.8.8-SNAPSHOT</version>
<version>1.8.8</version>
</parent>
<artifactId>getdown-launcher</artifactId>
+2 -2
View File
@@ -5,7 +5,7 @@
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
<packaging>pom</packaging>
<version>1.8.8-SNAPSHOT</version>
<version>1.8.8</version>
<name>getdown</name>
<description>An application installer and updater.</description>
@@ -34,7 +34,7 @@
<connection>scm:git:git://github.com/threerings/getdown.git</connection>
<developerConnection>scm:git:git@github.com:threerings/getdown.git</developerConnection>
<url>https://github.com/threerings/getdown</url>
<tag>HEAD</tag>
<tag>getdown-1.8.8</tag>
</scm>
<properties>