[maven-release-plugin] prepare release getdown-1.8.0
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.threerings.getdown</groupId>
|
<groupId>com.threerings.getdown</groupId>
|
||||||
<artifactId>getdown</artifactId>
|
<artifactId>getdown</artifactId>
|
||||||
<version>1.8-SNAPSHOT</version>
|
<version>1.8.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>getdown-ant</artifactId>
|
<artifactId>getdown-ant</artifactId>
|
||||||
|
|||||||
+3
-5
@@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.threerings.getdown</groupId>
|
<groupId>com.threerings.getdown</groupId>
|
||||||
<artifactId>getdown</artifactId>
|
<artifactId>getdown</artifactId>
|
||||||
<version>1.8-SNAPSHOT</version>
|
<version>1.8.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>getdown-core</artifactId>
|
<artifactId>getdown-core</artifactId>
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
Wildcards can be used (*.mycompany.com) and multiple values can be
|
Wildcards can be used (*.mycompany.com) and multiple values can be
|
||||||
separated by commas (app1.foo.com,app2.bar.com,app3.baz.com). -->
|
separated by commas (app1.foo.com,app2.bar.com,app3.baz.com). -->
|
||||||
<properties>
|
<properties>
|
||||||
<getdown.host.whitelist></getdown.host.whitelist>
|
<getdown.host.whitelist />
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@@ -78,9 +78,7 @@
|
|||||||
<tstamp>
|
<tstamp>
|
||||||
<format property="getdown.build.time" pattern="yyyy-MM-dd HH:mm" />
|
<format property="getdown.build.time" pattern="yyyy-MM-dd HH:mm" />
|
||||||
</tstamp>
|
</tstamp>
|
||||||
<copy file="${project.build.sourceDirectory}/com/threerings/getdown/data/Build.java.tmpl"
|
<copy file="${project.build.sourceDirectory}/com/threerings/getdown/data/Build.java.tmpl" tofile="${project.build.sourceDirectory}/com/threerings/getdown/data/Build.java" overwrite="true">
|
||||||
tofile="${project.build.sourceDirectory}/com/threerings/getdown/data/Build.java"
|
|
||||||
overwrite="true">
|
|
||||||
<filterset>
|
<filterset>
|
||||||
<filter token="build_time" value="${getdown.build.time}" />
|
<filter token="build_time" value="${getdown.build.time}" />
|
||||||
<filter token="build_version" value="${project.version}" />
|
<filter token="build_version" value="${project.version}" />
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.threerings.getdown</groupId>
|
<groupId>com.threerings.getdown</groupId>
|
||||||
<artifactId>getdown</artifactId>
|
<artifactId>getdown</artifactId>
|
||||||
<version>1.8-SNAPSHOT</version>
|
<version>1.8.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>getdown-launcher</artifactId>
|
<artifactId>getdown-launcher</artifactId>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<groupId>com.threerings.getdown</groupId>
|
<groupId>com.threerings.getdown</groupId>
|
||||||
<artifactId>getdown</artifactId>
|
<artifactId>getdown</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.8-SNAPSHOT</version>
|
<version>1.8.0</version>
|
||||||
|
|
||||||
<name>getdown</name>
|
<name>getdown</name>
|
||||||
<description>An application installer and updater.</description>
|
<description>An application installer and updater.</description>
|
||||||
|
|||||||
Reference in New Issue
Block a user