版本发布流程:
1.执行versionUp.bat修改项目版本
2.执行release.bat发布到中央仓库,版本号后缀为SNAPSHOT则发布到snapshot仓库,若没有则发布到staging仓库
3.测试staging仓库包没问题以后,登录staging库close掉发布,该版本即可发布到中央仓库
4.github对该分支打tag,然后用此tag发布release包
| License |
License |
|---|---|
| GroupId | GroupIdcom.geercode.elehall |
| ArtifactId | ArtifactIdcommon |
| Last Version | Last Version0.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncommon
elehall's common
|
| Filename | Size |
|---|---|
| common-0.0.3.pom | |
| common-0.0.3.jar | 12 KB |
| common-0.0.3-sources.jar | 9 KB |
| common-0.0.3-javadoc.jar | 70 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.geercode.elehall/common/ -->
<dependency>
<groupId>com.geercode.elehall</groupId>
<artifactId>common</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.geercode.elehall/common/
implementation 'com.geercode.elehall:common:0.0.3'
// https://jarcasting.com/artifacts/com.geercode.elehall/common/
implementation ("com.geercode.elehall:common:0.0.3")
'com.geercode.elehall:common:jar:0.0.3'
<dependency org="com.geercode.elehall" name="common" rev="0.0.3">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.geercode.elehall', module='common', version='0.0.3')
)
libraryDependencies += "com.geercode.elehall" % "common" % "0.0.3"
[com.geercode.elehall/common "0.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.10 |
| org.apache.commons : commons-collections4 | jar | 4.4 |
| cn.hutool : hutool-all | jar | 5.3.2 |
| 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包