Skip to content

Commit 56671fd

Browse files
committed
[maven-release-plugin] prepare release 1.34
1 parent 89f6e74 commit 56671fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</parent>
88
<groupId>com.github.chewiebug</groupId>
99
<artifactId>gcviewer</artifactId>
10-
<version>1.34-SNAPSHOT</version>
10+
<version>1.34</version>
1111
<packaging>jar</packaging>
1212
<name>GCViewer</name>
1313
<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>
@@ -119,7 +119,7 @@
119119
<url>https://github.com/chewiebug/GCViewer</url>
120120
<connection>scm:git:git://github.com/chewiebug/GCViewer.git</connection>
121121
<developerConnection>scm:git:ssh://github.com/chewiebug/GCViewer.git</developerConnection>
122-
<tag>HEAD</tag>
122+
<tag>1.34</tag>
123123
</scm>
124124

125125
<dependencies>

0 commit comments

Comments
 (0)