From 6fb2fb9b368c7cfd767225566880d5f0de0b9a4a Mon Sep 17 00:00:00 2001 From: 3dwardch3ng Date: Fri, 30 Aug 2024 07:15:20 +0000 Subject: [PATCH 1/3] Update for next development version [skip ci] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e50f5c1..030b297 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ ec-config-server - 1.0.3 + 1.0.4-SNAPSHOT From 7e5f7ce209a3ec97a5b3e88ce9bd6525855fa7dd Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Fri, 30 Aug 2024 17:56:43 +1000 Subject: [PATCH 2/3] Fixing the No Main Manifest Attribute --- pom.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9bd5804..149fbbf 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ sydney.cheng ec-super-pom - 1.0.2 + 1.0.4 ec-config-server @@ -65,4 +65,24 @@ spring-boot-starter-web + + + + + org.springframework.boot + spring-boot-maven-plugin + + sydney.cheng.microservice.Application + JAR + + + + + repackage + + + + + + \ No newline at end of file From 983b42e5c81e85b610eccf88bcab4bfa987722c3 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Fri, 30 Aug 2024 17:57:44 +1000 Subject: [PATCH 3/3] Fixing the No Main Manifest Attribute --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 78622ae..268bcd1 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,7 @@ 17 17 UTF-8 + sydney.cheng.microservice.Application jacoco reuseReports @@ -72,7 +73,7 @@ org.springframework.boot spring-boot-maven-plugin - sydney.cheng.microservice.Application + ${start-class} JAR