Skip to content

Commit 155210b

Browse files
committedJun 28, 2017
[maven-release-plugin] prepare release 1.35
1 parent 3e3bc1e commit 155210b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed
 

‎pom.xml

+4-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.github.chewiebug</groupId>
44
<artifactId>gcviewer</artifactId>
5-
<version>1.35-SNAPSHOT</version>
5+
<version>1.35</version>
66
<packaging>jar</packaging>
77
<name>GCViewer</name>
88
<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>
@@ -183,7 +183,7 @@
183183
<url>https://github.com/chewiebug/GCViewer</url>
184184
<connection>scm:git:git://github.com/chewiebug/GCViewer.git</connection>
185185
<developerConnection>scm:git:ssh://github.com/chewiebug/GCViewer.git</developerConnection>
186-
<tag>HEAD</tag>
186+
<tag>1.35</tag>
187187
</scm>
188188

189189
<dependencies>
@@ -638,11 +638,8 @@
638638
<phase>deploy</phase>
639639
<configuration>
640640
<target>
641-
<echo message="ant version: ${ant.version}"/>
642-
<scp todir="${env.SCP_USERNAME}@frs.sourceforge.net:/home/frs/project/gcviewer/"
643-
password="${env.SCP_PASSWORD}"
644-
trust="true"
645-
failonerror="true">
641+
<echo message="ant version: ${ant.version}" />
642+
<scp todir="${env.SCP_USERNAME}@frs.sourceforge.net:/home/frs/project/gcviewer/" password="${env.SCP_PASSWORD}" trust="true" failonerror="true">
646643
<fileset dir="${project.basedir}/target">
647644
<include name="${project.build.finalName}.${project.packaging}" />
648645
<include name="${project.build.finalName}-dist-mac.zip" />

0 commit comments

Comments
 (0)
Please sign in to comment.