From ccfd20ff9b5dae768c5d17f7e1a01c16932580c2 Mon Sep 17 00:00:00 2001 From: "Miquel A. Ferran Gonzalez" Date: Fri, 31 May 2024 03:23:40 +0200 Subject: [PATCH] Release v0.1.3 --- README.md | 2 +- jacoco-report/pom.xml | 2 +- javase-testing-logging/javase-testing-logging-core/pom.xml | 2 +- javase-testing-logging/javase-testing-logging-hamcrest/pom.xml | 2 +- .../javase-testing-logging-junit-jupiter/pom.xml | 2 +- javase-testing-logging/pom.xml | 2 +- pom.xml | 2 +- release-tag/pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d7be8e5..4291d91 100755 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ # JavaSE Testing -Visit [project site](https://codeteapot.github.io/javase-testing/v0.1.3-SNAPSHOT) to see full +Visit [project site](https://codeteapot.github.io/javase-testing/v0.1.3) to see full documentation. diff --git a/jacoco-report/pom.xml b/jacoco-report/pom.xml index 03faee5..a0c1cbd 100755 --- a/jacoco-report/pom.xml +++ b/jacoco-report/pom.xml @@ -9,7 +9,7 @@ com.github.codeteapot.testing javase-testing - 0.1.3-SNAPSHOT + 0.1.3 jacoco-report diff --git a/javase-testing-logging/javase-testing-logging-core/pom.xml b/javase-testing-logging/javase-testing-logging-core/pom.xml index 49e0d39..9b24234 100755 --- a/javase-testing-logging/javase-testing-logging-core/pom.xml +++ b/javase-testing-logging/javase-testing-logging-core/pom.xml @@ -9,7 +9,7 @@ com.github.codeteapot.testing javase-testing-logging - 0.1.3-SNAPSHOT + 0.1.3 javase-testing-logging-core diff --git a/javase-testing-logging/javase-testing-logging-hamcrest/pom.xml b/javase-testing-logging/javase-testing-logging-hamcrest/pom.xml index 137b18c..44798b7 100755 --- a/javase-testing-logging/javase-testing-logging-hamcrest/pom.xml +++ b/javase-testing-logging/javase-testing-logging-hamcrest/pom.xml @@ -9,7 +9,7 @@ com.github.codeteapot.testing javase-testing-logging - 0.1.3-SNAPSHOT + 0.1.3 javase-testing-logging-hamcrest diff --git a/javase-testing-logging/javase-testing-logging-junit-jupiter/pom.xml b/javase-testing-logging/javase-testing-logging-junit-jupiter/pom.xml index 6df3045..d6a1b44 100755 --- a/javase-testing-logging/javase-testing-logging-junit-jupiter/pom.xml +++ b/javase-testing-logging/javase-testing-logging-junit-jupiter/pom.xml @@ -9,7 +9,7 @@ com.github.codeteapot.testing javase-testing-logging - 0.1.3-SNAPSHOT + 0.1.3 javase-testing-logging-junit-jupiter diff --git a/javase-testing-logging/pom.xml b/javase-testing-logging/pom.xml index ce0c921..28f4718 100755 --- a/javase-testing-logging/pom.xml +++ b/javase-testing-logging/pom.xml @@ -9,7 +9,7 @@ com.github.codeteapot.testing javase-testing - 0.1.3-SNAPSHOT + 0.1.3 javase-testing-logging diff --git a/pom.xml b/pom.xml index 660cff5..26171b4 100755 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.github.codeteapot.testing javase-testing - 0.1.3-SNAPSHOT + 0.1.3 pom JavaSE Testing diff --git a/release-tag/pom.xml b/release-tag/pom.xml index 489d716..ac2cb0a 100755 --- a/release-tag/pom.xml +++ b/release-tag/pom.xml @@ -9,7 +9,7 @@ com.github.codeteapot.testing javase-testing - 0.1.3-SNAPSHOT + 0.1.3 release-tag