From 30559396679a5e1eaa2f1f7491e27de382f55325 Mon Sep 17 00:00:00 2001 From: "Mr. Senko" Date: Thu, 21 Mar 2019 22:48:03 +0200 Subject: [PATCH 1/4] pom.xml: group Maven release plugins into a profile --- pom.xml | 119 ++++++++++++++++++++++++++++++-------------------------- 1 file changed, 64 insertions(+), 55 deletions(-) diff --git a/pom.xml b/pom.xml index 13ac2cd..30b9f0f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.kiwitcms.java kiwitcms-junit-plugin jar - 1.0.0 + 1.0.2-SNAPSHOT kiwitcms-junit-plugin JUnit 5 plugin for Kiwi TCMS. @@ -54,64 +54,73 @@ 0.8.3 - - - - - org.apache.maven.plugins - maven-source-plugin - 2.2.1 - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - - attach-javadocs - - jar - - - - + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - - + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ossrh - https://oss.sonatype.org/ - true - - + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + + + + org.apache.maven.plugins From 0a628763c9359a96da37b9bed7af9ba2897c7860 Mon Sep 17 00:00:00 2001 From: "Mr. Senko" Date: Thu, 21 Mar 2019 22:48:15 +0200 Subject: [PATCH 2/4] Readme typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ffc900e..e608cba 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ and decorate your test suite with the `KiwiTcmsExtension` class: ## Configuration and environment -Minimal config file `~/.tcms.conf`:: +Minimal config file `~/.tcms.conf`: [tcms] url = https://tcms.server/xml-rpc/ @@ -100,6 +100,6 @@ You need your `~/.m2/settings.xml` to look something like this -Update the version string in `pom.xml` and do +To push a new release/SNAPSHOT update the version string in `pom.xml` and do - mvn clean deploy + mvn clean deploy -P release From 31d81acdd60bc7a54a75fb8c04270ea511ef2d55 Mon Sep 17 00:00:00 2001 From: "Mr. Senko" Date: Thu, 21 Mar 2019 22:50:32 +0200 Subject: [PATCH 3/4] Convert jacoco.version from property to hard-coded string --- pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 30b9f0f..70780d6 100644 --- a/pom.xml +++ b/pom.xml @@ -50,11 +50,6 @@ - - 0.8.3 - - - @@ -147,7 +142,7 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version} + 0.8.3 prepare-agent From 6f57f5b96c2757ff6ce0c84a4b189e9d09fd2ecd Mon Sep 17 00:00:00 2001 From: "Mr. Senko" Date: Thu, 21 Mar 2019 22:58:53 +0200 Subject: [PATCH 4/4] Version 1.0.3 --- README.md | 5 +++-- pom.xml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e608cba..b057d1e 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,10 @@ http://kiwitcms.org/blog/atodorov/2019/02/22/how-to-use-kiwi-tcms-plugins-pt-1/ ## Changelog -### 1.0.1 (21 March 2019) -Initial release. Can be considered of Beta quality! +### 1.0.3, signed with C0C5FF36, Kiwi TCMS (21 March 2019) + +Initial release. Beta quality! ## Hacking diff --git a/pom.xml b/pom.xml index 70780d6..052d501 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.kiwitcms.java kiwitcms-junit-plugin jar - 1.0.2-SNAPSHOT + 1.0.3 kiwitcms-junit-plugin JUnit 5 plugin for Kiwi TCMS. @@ -116,6 +116,7 @@ + org.apache.maven.plugins