Skip to content

Commit 0dbbac2

Browse files
committed
[maven-release-plugin] prepare release gctoolkit-2.0.6
1 parent 6ca506d commit 0dbbac2

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

IT/pom.xml

Lines changed: 2 additions & 2 deletions
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>2.0.6-SNAPSHOT</version>
8+
<version>2.0.6</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.microsoft.gctoolkit</groupId>
4646
<artifactId>gctoolkit-sample</artifactId>
47-
<version>2.0.6-SNAPSHOT</version>
47+
<version>2.0.6</version>
4848
<scope>test</scope>
4949
</dependency>
5050
</dependencies>

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>2.0.6-SNAPSHOT</version>
8+
<version>2.0.6</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>2.0.6-SNAPSHOT</version>
9+
<version>2.0.6</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>2.0.6-SNAPSHOT</version>
8+
<version>2.0.6</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 2 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>2.0.6-SNAPSHOT</version>
8+
<version>2.0.6</version>
99

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

3434
<developers>

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>2.0.6-SNAPSHOT</version>
8+
<version>2.0.6</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>2.0.6-SNAPSHOT</version>
8+
<version>2.0.6</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)