Skip to content

Commit bf2cec6

Browse files
committed
[maven-release-plugin] prepare release jvmtool-umbrella-pom-0.22
1 parent cf3961b commit bf2cec6

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
lines changed

gcflow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.gridkit.jvmtool</groupId>
2525
<artifactId>jvmtool-umbrella-pom</artifactId>
26-
<version>0.22-SNAPSHOT</version>
26+
<version>0.22</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

mxdump/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.gridkit.jvmtool</groupId>
2525
<artifactId>jvmtool-umbrella-pom</artifactId>
26-
<version>0.22-SNAPSHOT</version>
26+
<version>0.22</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>org.gridkit.jvmtool</groupId>
3030
<artifactId>jvmtool-umbrella-pom</artifactId>
31-
<version>0.22-SNAPSHOT</version>
31+
<version>0.22</version>
3232
<name>${project.groupId}::${project.artifactId}</name>
3333
<description>JVM tools, parent project</description>
3434
<packaging>pom</packaging>
@@ -69,7 +69,7 @@
6969
<connection>scm:git:https://github.com/aragozin/jvm-tools.git</connection>
7070
<developerConnection>scm:git:https://github.com/aragozin/jvm-tools.git</developerConnection>
7171
<url>https://github.com/aragozin/jvm-tools</url>
72-
<tag>HEAD</tag>
72+
<tag>jvmtool-umbrella-pom-0.22</tag>
7373
</scm>
7474

7575
<dependencyManagement>

sjk-agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.gridkit.jvmtool</groupId>
2525
<artifactId>jvmtool-umbrella-pom</artifactId>
26-
<version>0.22-SNAPSHOT</version>
26+
<version>0.22</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

sjk-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.gridkit.jvmtool</groupId>
2525
<artifactId>jvmtool-umbrella-pom</artifactId>
26-
<version>0.22-SNAPSHOT</version>
26+
<version>0.22</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

sjk-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.gridkit.jvmtool</groupId>
2525
<artifactId>jvmtool-umbrella-pom</artifactId>
26-
<version>0.22-SNAPSHOT</version>
26+
<version>0.22</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

sjk-hflame/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.gridkit.jvmtool</groupId>
2525
<artifactId>jvmtool-umbrella-pom</artifactId>
26-
<version>0.22-SNAPSHOT</version>
26+
<version>0.22</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

sjk-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.gridkit.jvmtool</groupId>
2525
<artifactId>jvmtool-umbrella-pom</artifactId>
26-
<version>0.22-SNAPSHOT</version>
26+
<version>0.22</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

sjk-plus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.gridkit.jvmtool</groupId>
2525
<artifactId>jvmtool-umbrella-pom</artifactId>
26-
<version>0.22-SNAPSHOT</version>
26+
<version>0.22</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

sjk-stacktrace/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.gridkit.jvmtool</groupId>
2525
<artifactId>jvmtool-umbrella-pom</artifactId>
26-
<version>0.22-SNAPSHOT</version>
26+
<version>0.22</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)