Skip to content

Commit

Permalink
没有更新内容,只是测试Maven中央仓库快照发布
Browse files Browse the repository at this point in the history
  • Loading branch information
1250422131 committed Aug 16, 2023
1 parent ec0383f commit 5cf0b2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions compiler/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ val PUBLISH_GROUP_ID: String = gradleLocalProperties(rootDir).getProperty("PUBLI
val PUBLISH_EMAIL: String = gradleLocalProperties(rootDir).getProperty("PUBLISH_EMAIL")

group = "com.imcys.deeprecopy"
version = "0.0.1Alpha-05"
version = "0.0.1Alpha-06"

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand All @@ -39,7 +39,7 @@ publishing {
create<MavenPublication>("maven") {
artifactId = "compiler"
groupId = "com.imcys.deeprecopy"
version = "0.0.1Alpha-05"
version = "0.0.1Alpha-06"

pom {
name.value("DeepReCopy")
Expand Down
6 changes: 3 additions & 3 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "com.imcys.deeprecopy"
version = "0.0.1Alpha-05"
version = "0.0.1Alpha-06"

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand All @@ -27,7 +27,7 @@ val PUBLISH_GROUP_ID: String = gradleLocalProperties(rootDir).getProperty("PUBLI
val PUBLISH_EMAIL: String = gradleLocalProperties(rootDir).getProperty("PUBLISH_EMAIL")

group = "com.imcys.deeprecopy"
version = "0.0.1Alpha-05"
version = "0.0.1Alpha-06"

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand All @@ -41,7 +41,7 @@ publishing {
create<MavenPublication>("maven") {
artifactId = "core"
groupId = "com.imcys.deeprecopy"
version = "0.0.1Alpha-05"
version = "0.0.1Alpha-06"

pom {
name.value("DeepReCopy")
Expand Down

0 comments on commit 5cf0b2b

Please sign in to comment.