From 2cc2958eb8577b76177fe437d4375db879a6bf03 Mon Sep 17 00:00:00 2001 From: huangjin <huangjin@lucahealthcare.com> Date: Fri, 30 Aug 2024 17:56:01 +0800 Subject: [PATCH] build --- pom.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index d7dcdeb..2a40866 100644 --- a/pom.xml +++ b/pom.xml @@ -2,11 +2,12 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> +<!-- <packaging>pom</packaging>--> + <parent> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-parent</artifactId> - <version>2.3.2.RELEASE</version> - <relativePath/> <!-- lookup parent from repository --> + <groupId>com.luca</groupId> + <artifactId>core</artifactId> + <version>1.0.3-SNAPSHOT</version> </parent> <!-- Generated by https://start.springboot.io --> @@ -14,8 +15,6 @@ <groupId>com.luca</groupId> <artifactId>pilot</artifactId> <version>0.0.1-SNAPSHOT</version> - <name>pilot</name> - <description>pilot data clean</description> <properties> <java.version>11</java.version> -- GitLab