From 378285cc3b8a72a5547b428d8715b6665f91f95c Mon Sep 17 00:00:00 2001 From: Alexey Ragozin Date: Sun, 25 Oct 2020 23:31:19 +0300 Subject: [PATCH] [maven-release-plugin] prepare release jvmtool-umbrella-pom-0.17 --- gcflow/pom.xml | 2 +- mxdump/pom.xml | 2 +- pom.xml | 12 ++++++------ sjk-agent/pom.xml | 2 +- sjk-cli/pom.xml | 2 +- sjk-core/pom.xml | 2 +- sjk-hflame/pom.xml | 2 +- sjk-json/pom.xml | 2 +- sjk-plus/pom.xml | 8 +++----- sjk-stacktrace/pom.xml | 2 +- sjk-win32/pom.xml | 2 +- sjk/pom.xml | 8 +++----- ygc-bench/pom.xml | 5 ++--- 13 files changed, 23 insertions(+), 28 deletions(-) diff --git a/gcflow/pom.xml b/gcflow/pom.xml index 42d014c2..9dd230cf 100644 --- a/gcflow/pom.xml +++ b/gcflow/pom.xml @@ -23,7 +23,7 @@ org.gridkit.jvmtool jvmtool-umbrella-pom - 0.17-SNAPSHOT + 0.17 ../pom.xml diff --git a/mxdump/pom.xml b/mxdump/pom.xml index 27e25e64..3ef3b0b1 100644 --- a/mxdump/pom.xml +++ b/mxdump/pom.xml @@ -23,7 +23,7 @@ org.gridkit.jvmtool jvmtool-umbrella-pom - 0.17-SNAPSHOT + 0.17 ../pom.xml diff --git a/pom.xml b/pom.xml index 32d06f2f..8fa604ce 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.gridkit.jvmtool jvmtool-umbrella-pom - 0.17-SNAPSHOT + 0.17 ${project.groupId}::${project.artifactId} JVM tools, parent project pom @@ -68,7 +68,7 @@ scm:git:https://github.com/aragozin/jvm-tools.git scm:git:https://github.com/aragozin/jvm-tools.git https://github.com/aragozin/jvm-tools - HEAD + jvmtool-umbrella-pom-0.17 @@ -273,26 +273,26 @@ src/**/java/**/*.java - + true false 4 - + **/pom.xml - + true false 2 - + diff --git a/sjk-agent/pom.xml b/sjk-agent/pom.xml index af7659ed..a260ddc6 100644 --- a/sjk-agent/pom.xml +++ b/sjk-agent/pom.xml @@ -23,7 +23,7 @@ org.gridkit.jvmtool jvmtool-umbrella-pom - 0.17-SNAPSHOT + 0.17 ../pom.xml diff --git a/sjk-cli/pom.xml b/sjk-cli/pom.xml index 64a3fb5f..aeaca206 100644 --- a/sjk-cli/pom.xml +++ b/sjk-cli/pom.xml @@ -23,7 +23,7 @@ org.gridkit.jvmtool jvmtool-umbrella-pom - 0.17-SNAPSHOT + 0.17 ../pom.xml diff --git a/sjk-core/pom.xml b/sjk-core/pom.xml index a88868b5..29305913 100644 --- a/sjk-core/pom.xml +++ b/sjk-core/pom.xml @@ -23,7 +23,7 @@ org.gridkit.jvmtool jvmtool-umbrella-pom - 0.17-SNAPSHOT + 0.17 ../pom.xml diff --git a/sjk-hflame/pom.xml b/sjk-hflame/pom.xml index 4d082201..aa1bb18f 100644 --- a/sjk-hflame/pom.xml +++ b/sjk-hflame/pom.xml @@ -23,7 +23,7 @@ org.gridkit.jvmtool jvmtool-umbrella-pom - 0.17-SNAPSHOT + 0.17 ../pom.xml diff --git a/sjk-json/pom.xml b/sjk-json/pom.xml index 85767def..35e2d4f5 100644 --- a/sjk-json/pom.xml +++ b/sjk-json/pom.xml @@ -23,7 +23,7 @@ org.gridkit.jvmtool jvmtool-umbrella-pom - 0.17-SNAPSHOT + 0.17 ../pom.xml diff --git a/sjk-plus/pom.xml b/sjk-plus/pom.xml index 554f9f03..d21294df 100644 --- a/sjk-plus/pom.xml +++ b/sjk-plus/pom.xml @@ -23,7 +23,7 @@ org.gridkit.jvmtool jvmtool-umbrella-pom - 0.17-SNAPSHOT + 0.17 ../pom.xml @@ -69,8 +69,7 @@ - + org.gridkit.jvmtool.SJK org.gridkit.jvmtool.agent.SjkAgent @@ -78,8 +77,7 @@ false - + diff --git a/sjk-stacktrace/pom.xml b/sjk-stacktrace/pom.xml index 1030ca17..bec1bc58 100644 --- a/sjk-stacktrace/pom.xml +++ b/sjk-stacktrace/pom.xml @@ -23,7 +23,7 @@ org.gridkit.jvmtool jvmtool-umbrella-pom - 0.17-SNAPSHOT + 0.17 ../pom.xml diff --git a/sjk-win32/pom.xml b/sjk-win32/pom.xml index 10af03a4..d256b29d 100644 --- a/sjk-win32/pom.xml +++ b/sjk-win32/pom.xml @@ -23,7 +23,7 @@ org.gridkit.jvmtool jvmtool-umbrella-pom - 0.17-SNAPSHOT + 0.17 ../pom.xml diff --git a/sjk/pom.xml b/sjk/pom.xml index fcfce938..531f95f6 100644 --- a/sjk/pom.xml +++ b/sjk/pom.xml @@ -23,7 +23,7 @@ org.gridkit.jvmtool jvmtool-umbrella-pom - 0.17-SNAPSHOT + 0.17 ../pom.xml @@ -64,8 +64,7 @@ - + org.gridkit.jvmtool.SJK org.gridkit.jvmtool.agent.SjkAgent @@ -73,8 +72,7 @@ false - + diff --git a/ygc-bench/pom.xml b/ygc-bench/pom.xml index 67ab1090..4bc95136 100644 --- a/ygc-bench/pom.xml +++ b/ygc-bench/pom.xml @@ -23,7 +23,7 @@ org.gridkit.jvmtool jvmtool-umbrella-pom - 0.17-SNAPSHOT + 0.17 ../pom.xml @@ -72,8 +72,7 @@ - + org.gridkit.benchmark.gc.YoungGCStarter