Commit 5f4cbff6 authored by liaozan's avatar liaozan 🏀

Add maven-release-plugin

parent 2187abe3
......@@ -31,6 +31,12 @@
</developer>
</developers>
<scm>
<connection>scm:git:git@gitlab.schbrain.com:framework/schbrain-parent.git</connection>
<developerConnection>scm:git:git@gitlab.schbrain.com:framework/schbrain-parent.git</developerConnection>
<tag>HEAD</tag>
</scm>
<properties>
<java.version>11</java.version>
<spring.cloud-version>2021.0.5</spring.cloud-version>
......@@ -563,6 +569,10 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
......
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