From c089e0b3919cfe72dad64a5dc794dd00da2ef030 Mon Sep 17 00:00:00 2001 From: vijay-eis Date: Fri, 3 Mar 2023 12:38:23 +0000 Subject: [PATCH 1/6] build(US000000):Preparing for 1.0.6-SNAPSHOT development --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f85f3cf..502e5c7 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.vijay mod-spring-sample - 1.0.5-SNAPSHOT + 1.0.6-SNAPSHOT mod-spring-sample mod-spring-sample From 5bbd29f135c1d8d7eda31714d82c88fdf076a0a1 Mon Sep 17 00:00:00 2001 From: vijay-eis <95888656+vijay-eis@users.noreply.github.com> Date: Fri, 3 Mar 2023 08:18:22 -0500 Subject: [PATCH 2/6] chore(US00000):Post v1.0.5 release tasks * build(US000000):Setting release version v1.0.0 for the artifact * Update Release Notes for v1.0.0 * build(US000000):Setting release version v1.0.1 for the artifact * Update Release Notes for v1.0.1 * build(US000000):Setting release version v1.0.2 for the artifact * Update Release Notes for v1.0.2 * build(US000000):Setting release version v1.0.3 for the artifact * Update Release Notes for v1.0.3 * build(US000000):Setting release version v1.0.4 for the artifact * build(US000000):Setting release version v1.0.5 for the artifact * Update Release Notes for v1.0.5 --- NEWS.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/NEWS.md b/NEWS.md index d888d94..9bfa33d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,20 @@ +## [v1.0.5](https://gitlab.com/html-validate/html-validate/compare/v1.0.5) (2023-03-03) + + + + + +### :lady_beetle: Fixes :lady_beetle: +- [US00019](https://rally1.rallydev.com/#/search?keywords=US00019) Remove redundant files ([eba9998d08301b4](https://github.com/vijay-eis/mod-spring-sample/commit/eba9998d08301b4)) + +## [v1.0.4](https://gitlab.com/html-validate/html-validate/compare/v1.0.4) (2023-03-03) + + + + + + + ## [v1.0.3](https://gitlab.com/html-validate/html-validate/compare/v1.0.3) (2023-03-02) ### :stop_sign: Breaking changes :stop_sign: From 8c9659dab4effaeb0ba9179ec82df7a0c2e76173 Mon Sep 17 00:00:00 2001 From: vijay Date: Fri, 3 Mar 2023 09:57:32 -0500 Subject: [PATCH 3/6] fix(US00020): Fix message --- .../java/com/vijay/spring/controller/Feature1Controller.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/vijay/spring/controller/Feature1Controller.java b/src/main/java/com/vijay/spring/controller/Feature1Controller.java index f1ebc20..250d0f4 100644 --- a/src/main/java/com/vijay/spring/controller/Feature1Controller.java +++ b/src/main/java/com/vijay/spring/controller/Feature1Controller.java @@ -29,7 +29,7 @@ public class Feature1Controller { @GetMapping("/feature1") public String index() { - log.info("Handling index route for feature 1...."); + log.info("Handle index route for feature 1...."); return "Some message"; } From 6961ac95f4b21fe00c91527ed83e75e7f1e544ef Mon Sep 17 00:00:00 2001 From: vijay Date: Fri, 3 Mar 2023 09:58:25 -0500 Subject: [PATCH 4/6] feat(US00021): Change route --- .../java/com/vijay/spring/controller/Feature2Controller.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/vijay/spring/controller/Feature2Controller.java b/src/main/java/com/vijay/spring/controller/Feature2Controller.java index 652f872..7e93875 100644 --- a/src/main/java/com/vijay/spring/controller/Feature2Controller.java +++ b/src/main/java/com/vijay/spring/controller/Feature2Controller.java @@ -31,7 +31,7 @@ @Log4j2 public class Feature2Controller { - @GetMapping("/feature2") + @GetMapping("/f2") public ResponseEntity> methodF2() { log.info("Handling the /f2 route"); Map jsonResponse = new java.util.HashMap(Collections.EMPTY_MAP); @@ -41,7 +41,7 @@ public ResponseEntity> methodF2() { return ResponseEntity.ok(jsonResponse); } - @GetMapping("/feature21") + @GetMapping("/f21") public ResponseEntity> methodF21() { log.info("Handling the /f21a route"); String keyPrefix = "FO_"; From 0478d43926519591ed75978570e77d2525764c83 Mon Sep 17 00:00:00 2001 From: vijay-eis Date: Fri, 3 Mar 2023 14:59:42 +0000 Subject: [PATCH 5/6] build(US000000):Setting release version v1.0.6 for the artifact --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 502e5c7..7796dfb 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.vijay mod-spring-sample - 1.0.6-SNAPSHOT + 1.0.6 mod-spring-sample mod-spring-sample From fdf254b8b3d88ad1945219596a7909c9e8cbf6d5 Mon Sep 17 00:00:00 2001 From: vijay-eis Date: Fri, 3 Mar 2023 15:01:31 +0000 Subject: [PATCH 6/6] Update Release Notes for v1.0.6 --- NEWS.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/NEWS.md b/NEWS.md index 9bfa33d..4b378d0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,22 @@ +## [v1.0.6](https://gitlab.com/html-validate/html-validate/compare/v1.0.6) (2023-03-03) + + + +### :sparkle: Features :sparkle: +- [US00021](https://rally1.rallydev.com/#/search?keywords=US00021) Change route ([6961ac95f4b21fe](https://github.com/vijay-eis/mod-spring-sample/commit/6961ac95f4b21fe)) + + +### :lady_beetle: Fixes :lady_beetle: +- [US00020](https://rally1.rallydev.com/#/search?keywords=US00020) Fix message ([8c9659dab4effae](https://github.com/vijay-eis/mod-spring-sample/commit/8c9659dab4effae)) + +## [v1.0.5](https://gitlab.com/html-validate/html-validate/compare/v1.0.5) (2023-03-03) + + + + + + + ## [v1.0.5](https://gitlab.com/html-validate/html-validate/compare/v1.0.5) (2023-03-03)