版本发布流程:
1.执行versionUp.bat修改项目版本
2.执行release.bat发布到中央仓库,版本号后缀为SNAPSHOT则发布到snapshot仓库,若没有则发布到staging仓库
3.测试staging仓库包没问题以后,登录staging库close掉发布,该版本即可发布到中央仓库
4.github对该分支打tag,然后用此tag发布release包
License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdcom.geercode.elehall |
ArtifactId | ArtifactIdelehall-autoconfigure |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionelehall-autoconfigure
elehall's autoconfigure
|
<!-- https://jarcasting.com/artifacts/com.geercode.elehall/elehall-autoconfigure/ -->
<dependency>
<groupId>com.geercode.elehall</groupId>
<artifactId>elehall-autoconfigure</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.geercode.elehall/elehall-autoconfigure/
implementation 'com.geercode.elehall:elehall-autoconfigure:0.0.3'
// https://jarcasting.com/artifacts/com.geercode.elehall/elehall-autoconfigure/
implementation ("com.geercode.elehall:elehall-autoconfigure:0.0.3")
'com.geercode.elehall:elehall-autoconfigure:jar:0.0.3'
<dependency org="com.geercode.elehall" name="elehall-autoconfigure" rev="0.0.3">
<artifact name="elehall-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.geercode.elehall', module='elehall-autoconfigure', version='0.0.3')
)
libraryDependencies += "com.geercode.elehall" % "elehall-autoconfigure" % "0.0.3"
[com.geercode.elehall/elehall-autoconfigure "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.1.8.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.8.RELEASE |
org.springframework.boot : spring-boot-autoconfigure-processor Optional | jar | 2.1.8.RELEASE |
org.springframework.boot : spring-boot-autoconfigure Optional | jar | 2.1.8.RELEASE |
com.geercode.elehall : web-common | jar | 0.0.3 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.10 |
版本发布流程:
1.执行versionUp.bat修改项目版本
2.执行release.bat发布到中央仓库,版本号后缀为SNAPSHOT则发布到snapshot仓库,若没有则发布到staging仓库
3.测试staging仓库包没问题以后,登录staging库close掉发布,该版本即可发布到中央仓库
4.github对该分支打tag,然后用此tag发布release包