Skip to content

Commit 0103c05

Browse files
committed
[maven-release-plugin] prepare release 1.33
1 parent b7d4580 commit 0103c05

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

pom.xml

+7-13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>org.sonatype.oss</groupId>
@@ -8,7 +7,7 @@
87
</parent>
98
<groupId>com.github.chewiebug</groupId>
109
<artifactId>gcviewer</artifactId>
11-
<version>1.33-SNAPSHOT</version>
10+
<version>1.33</version>
1211
<packaging>jar</packaging>
1312
<name>GCViewer</name>
1413
<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>
@@ -101,7 +100,7 @@
101100
<url>https://github.com/chewiebug/GCViewer</url>
102101
<connection>scm:git:git://github.com/chewiebug/GCViewer.git</connection>
103102
<developerConnection>scm:git:ssh://github.com/chewiebug/GCViewer.git</developerConnection>
104-
<tag>HEAD</tag>
103+
<tag>1.33</tag>
105104
</scm>
106105

107106
<dependencies>
@@ -533,15 +532,10 @@
533532
<phase>deploy</phase>
534533
<configuration>
535534
<target>
536-
<scp
537-
todir="${scp.username}:${scp.password}@frs.sourceforge.net:/home/frs/project/gcviewer/"
538-
trust="true" failonerror="true">
539-
<fileset
540-
dir="${project.basedir}/target">
541-
<include
542-
name="${project.build.finalName}.${project.packaging}" />
543-
<include
544-
name="${project.build.finalName}-dist-mac.zip" />
535+
<scp todir="${scp.username}:${scp.password}@frs.sourceforge.net:/home/frs/project/gcviewer/" trust="true" failonerror="true">
536+
<fileset dir="${project.basedir}/target">
537+
<include name="${project.build.finalName}.${project.packaging}" />
538+
<include name="${project.build.finalName}-dist-mac.zip" />
545539
<include name="README" />
546540
</fileset>
547541
</scp>

0 commit comments

Comments
 (0)