From f512fa686f58df5f5fe32f39f5e932dbd733a27b Mon Sep 17 00:00:00 2001 From: zhangdd <86431843@qq.com> Date: Sun, 20 Mar 2022 14:32:27 +0800 Subject: [PATCH] chore:config project parent Signed-off-by: zhangdd <86431843@qq.com> --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index f7c6c7b..be7e80b 100644 --- a/pom.xml +++ b/pom.xml @@ -3,6 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + com.schbrain.framework + schbrain-parent + 1.0.0-SNAPSHOT + + com.schbrain.kp schbrain-archetype 1.0-SNAPSHOT @@ -15,4 +21,14 @@ 11 + + + libs-releases + ${maven.repository.url}/maven-releases + + + libs-snapshots + ${maven.repository.url}/maven-snapshots + + \ No newline at end of file -- GitLab