|
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"> |
3 | 2 | <modelVersion>4.0.0</modelVersion>
|
4 | 3 | <parent>
|
5 | 4 | <groupId>org.sonatype.oss</groupId>
|
|
8 | 7 | </parent>
|
9 | 8 | <groupId>com.github.chewiebug</groupId>
|
10 | 9 | <artifactId>gcviewer</artifactId>
|
11 |
| - <version>1.33-SNAPSHOT</version> |
| 10 | + <version>1.33</version> |
12 | 11 | <packaging>jar</packaging>
|
13 | 12 | <name>GCViewer</name>
|
14 | 13 | <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 | 100 | <url>https://github.com/chewiebug/GCViewer</url>
|
102 | 101 | <connection>scm:git:git://github.com/chewiebug/GCViewer.git</connection>
|
103 | 102 | <developerConnection>scm:git:ssh://github.com/chewiebug/GCViewer.git</developerConnection>
|
104 |
| - <tag>HEAD</tag> |
| 103 | + <tag>1.33</tag> |
105 | 104 | </scm>
|
106 | 105 |
|
107 | 106 | <dependencies>
|
|
533 | 532 | <phase>deploy</phase>
|
534 | 533 | <configuration>
|
535 | 534 | <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" /> |
545 | 539 | <include name="README" />
|
546 | 540 | </fileset>
|
547 | 541 | </scp>
|
|
0 commit comments