Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
chewiebug committed Oct 30, 2013
1 parent b7d4580 commit 0103c05
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.oss</groupId>
Expand All @@ -8,7 +7,7 @@
</parent>
<groupId>com.github.chewiebug</groupId>
<artifactId>gcviewer</artifactId>
<version>1.33-SNAPSHOT</version>
<version>1.33</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 @@ -101,7 +100,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.33</tag>
</scm>

<dependencies>
Expand Down Expand Up @@ -533,15 +532,10 @@
<phase>deploy</phase>
<configuration>
<target>
<scp
todir="${scp.username}:${scp.password}@frs.sourceforge.net:/home/frs/project/gcviewer/"
trust="true" failonerror="true">
<fileset
dir="${project.basedir}/target">
<include
name="${project.build.finalName}.${project.packaging}" />
<include
name="${project.build.finalName}-dist-mac.zip" />
<scp todir="${scp.username}:${scp.password}@frs.sourceforge.net:/home/frs/project/gcviewer/" trust="true" failonerror="true">
<fileset dir="${project.basedir}/target">
<include name="${project.build.finalName}.${project.packaging}" />
<include name="${project.build.finalName}-dist-mac.zip" />
<include name="README" />
</fileset>
</scp>
Expand Down

0 comments on commit 0103c05

Please sign in to comment.