[maven-release-plugin] prepare release getdown-1.1
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<groupId>com.threerings</groupId>
|
<groupId>com.threerings</groupId>
|
||||||
<artifactId>getdown</artifactId>
|
<artifactId>getdown</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.1-SNAPSHOT</version>
|
<version>1.1</version>
|
||||||
<name>getdown</name>
|
<name>getdown</name>
|
||||||
<description>An application installer and updater.</description>
|
<description>An application installer and updater.</description>
|
||||||
<url>http://code.google.com/p/getdown/</url>
|
<url>http://code.google.com/p/getdown/</url>
|
||||||
@@ -35,9 +35,9 @@
|
|||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://getdown.googlecode.com/svn/trunk/</connection>
|
<connection>scm:svn:http://getdown.googlecode.com/svn/tags/getdown-1.1</connection>
|
||||||
<developerConnection>scm:svn:https://getdown.googlecode.com/svn/trunk/</developerConnection>
|
<developerConnection>scm:svn:https://getdown.googlecode.com/svn/tags/getdown-1.1</developerConnection>
|
||||||
<url>http://getdown.googlecode.com/svn/trunk/</url>
|
<url>http://getdown.googlecode.com/svn/tags/getdown-1.1</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -129,11 +129,11 @@
|
|||||||
<phase>package</phase>
|
<phase>package</phase>
|
||||||
<configuration>
|
<configuration>
|
||||||
<target>
|
<target>
|
||||||
<property name="deploy.dir" value="target"/>
|
<property name="deploy.dir" value="target" />
|
||||||
<property name="getdown.jar" value="target/getdown-${project.version}.jar"/>
|
<property name="getdown.jar" value="target/getdown-${project.version}.jar" />
|
||||||
<property name="version.suff" value="-${project.version}.jar"/>
|
<property name="version.suff" value="-${project.version}.jar" />
|
||||||
<ant antfile="${basedir}/build.xml">
|
<ant antfile="${basedir}/build.xml">
|
||||||
<target name="-proguard"/>
|
<target name="-proguard" />
|
||||||
</ant>
|
</ant>
|
||||||
</target>
|
</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
Reference in New Issue
Block a user