Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
chewiebug committed Jun 28, 2017
1 parent 3e3bc1e commit 155210b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.chewiebug</groupId>
<artifactId>gcviewer</artifactId>
<version>1.35-SNAPSHOT</version>
<version>1.35</version>
<packaging>jar</packaging>
<name>GCViewer</name>
<description>GCViewer is a little tool that visualizes verbose GC output generated by Sun / Oracle, IBM, HP and BEA Java Virtual Machines. It is free software released under GNU LGPL.</description>
Expand Down Expand Up @@ -183,7 +183,7 @@
<url>https://github.com/chewiebug/GCViewer</url>
<connection>scm:git:git://github.com/chewiebug/GCViewer.git</connection>
<developerConnection>scm:git:ssh://github.com/chewiebug/GCViewer.git</developerConnection>
<tag>HEAD</tag>
<tag>1.35</tag>
</scm>

<dependencies>
Expand Down Expand Up @@ -638,11 +638,8 @@
<phase>deploy</phase>
<configuration>
<target>
<echo message="ant version: ${ant.version}"/>
<scp todir="${env.SCP_USERNAME}@frs.sourceforge.net:/home/frs/project/gcviewer/"
password="${env.SCP_PASSWORD}"
trust="true"
failonerror="true">
<echo message="ant version: ${ant.version}" />
<scp todir="${env.SCP_USERNAME}@frs.sourceforge.net:/home/frs/project/gcviewer/" password="${env.SCP_PASSWORD}" trust="true" failonerror="true">
<fileset dir="${project.basedir}/target">
<include name="${project.build.finalName}.${project.packaging}" />
<include name="${project.build.finalName}-dist-mac.zip" />
Expand Down

0 comments on commit 155210b

Please sign in to comment.