[maven-release-plugin] prepare release getdown-1.8.0
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
+3
-5
@@ -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>
|
||||
@@ -78,9 +78,7 @@
|
||||
<tstamp>
|
||||
<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}" />
|
||||
|
||||
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user