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

This commit is contained in:
Michael Bayne
2018-10-19 09:50:29 -07:00
parent 70e27095db
commit 9edca56628
4 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<parent>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<artifactId>getdown-ant</artifactId>
+7 -9
View File
@@ -4,7 +4,7 @@
<parent>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<artifactId>getdown-core</artifactId>
@@ -34,7 +34,7 @@
Wildcards can be used (*.mycompany.com) and multiple values can be
separated by commas (app1.foo.com,app2.bar.com,app3.baz.com). -->
<properties>
<getdown.host.whitelist></getdown.host.whitelist>
<getdown.host.whitelist />
</properties>
<build>
@@ -76,15 +76,13 @@
<configuration>
<target>
<tstamp>
<format property="getdown.build.time" pattern="yyyy-MM-dd HH:mm"/>
<format property="getdown.build.time" pattern="yyyy-MM-dd HH:mm" />
</tstamp>
<copy file="${project.build.sourceDirectory}/com/threerings/getdown/data/Build.java.tmpl"
tofile="${project.build.sourceDirectory}/com/threerings/getdown/data/Build.java"
overwrite="true">
<copy file="${project.build.sourceDirectory}/com/threerings/getdown/data/Build.java.tmpl" tofile="${project.build.sourceDirectory}/com/threerings/getdown/data/Build.java" overwrite="true">
<filterset>
<filter token="build_time" value="${getdown.build.time}"/>
<filter token="build_version" value="${project.version}"/>
<filter token="host_whitelist" value="${getdown.host.whitelist}"/>
<filter token="build_time" value="${getdown.build.time}" />
<filter token="build_version" value="${project.version}" />
<filter token="host_whitelist" value="${getdown.host.whitelist}" />
</filterset>
</copy>
</target>
+1 -1
View File
@@ -4,7 +4,7 @@
<parent>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<artifactId>getdown-launcher</artifactId>
+1 -1
View File
@@ -10,7 +10,7 @@
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
<packaging>pom</packaging>
<version>1.8-SNAPSHOT</version>
<version>1.8.0</version>
<name>getdown</name>
<description>An application installer and updater.</description>