Commit 23661814 authored by zhangdd's avatar zhangdd

Revert "chore:config project parent"

This reverts commit f512fa68.
parent f512fa68
......@@ -3,12 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.schbrain.framework</groupId>
<artifactId>schbrain-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>com.schbrain.kp</groupId>
<artifactId>schbrain-archetype</artifactId>
<version>1.0-SNAPSHOT</version>
......@@ -21,14 +15,4 @@
<maven.compiler.target>11</maven.compiler.target>
</properties>
<distributionManagement>
<repository>
<id>libs-releases</id>
<url>${maven.repository.url}/maven-releases</url>
</repository>
<snapshotRepository>
<id>libs-snapshots</id>
<url>${maven.repository.url}/maven-snapshots</url>
</snapshotRepository>
</distributionManagement>
</project>
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment