Skip to content

Commit 54bc20c

Browse files
committed
[maven-release-plugin] prepare release gctoolkit-3.0.4
1 parent 293e4c7 commit 54bc20c

File tree

7 files changed

+9
-8
lines changed

7 files changed

+9
-8
lines changed

IT/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.microsoft.gctoolkit</groupId>
77
<artifactId>gctoolkit</artifactId>
8-
<version>3.0.4-SNAPSHOT</version>
8+
<version>3.0.4</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.microsoft.gctoolkit</groupId>
77
<artifactId>gctoolkit</artifactId>
8-
<version>3.0.4-SNAPSHOT</version>
8+
<version>3.0.4</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

gclogs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.gctoolkit</groupId>
88
<artifactId>gctoolkit</artifactId>
9-
<version>3.0.4-SNAPSHOT</version>
9+
<version>3.0.4</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

parser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.microsoft.gctoolkit</groupId>
77
<artifactId>gctoolkit</artifactId>
8-
<version>3.0.4-SNAPSHOT</version>
8+
<version>3.0.4</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.microsoft.gctoolkit</groupId>
66
<artifactId>gctoolkit</artifactId>
77
<packaging>pom</packaging>
8-
<version>3.0.4-SNAPSHOT</version>
8+
<version>3.0.4</version>
99

1010
<name>GCToolKit</name>
1111
<description>GC log parsing utilities</description>
@@ -28,7 +28,8 @@
2828
<connection>scm:git:${repository.url}</connection>
2929
<developerConnection>scm:git:${repository.url}</developerConnection>
3030
<url>${repository.url}</url>
31-
</scm>
31+
<tag>gctoolkit-3.0.4</tag>
32+
</scm>
3233

3334
<developers>
3435
<developer>

sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.microsoft.gctoolkit</groupId>
77
<artifactId>gctoolkit</artifactId>
8-
<version>3.0.4-SNAPSHOT</version>
8+
<version>3.0.4</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

vertx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.microsoft.gctoolkit</groupId>
77
<artifactId>gctoolkit</artifactId>
8-
<version>3.0.4-SNAPSHOT</version>
8+
<version>3.0.4</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)