diff --git a/.github/workflows/ReleaseFullArtifactsInBatches.yaml b/.github/workflows/ReleaseFullArtifactsInBatches.yaml index f360abab..4aaf811a 100644 --- a/.github/workflows/ReleaseFullArtifactsInBatches.yaml +++ b/.github/workflows/ReleaseFullArtifactsInBatches.yaml @@ -50,7 +50,7 @@ jobs: # - name: ListMavenProjects # run: mvn -B projects:list - - name: PublishOS-DependenciesToMavenCentral + - name: PublishArtifactsToMavenCentralByBatch env: OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }} # 假设你的 Maven GPG 插件配置或 settings.xml 使用这些变量 OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }} diff --git a/meta-bom/bom-deamon/pom.xml b/meta-bom/bom-deamon/pom.xml index 56cf2fb7..ff0a84b5 100644 --- a/meta-bom/bom-deamon/pom.xml +++ b/meta-bom/bom-deamon/pom.xml @@ -42,7 +42,7 @@ - 0.7.4 + 0.7.5-SNAPSHOT 1.3.0 0.4.2 ${project.basedir}/.flattened-pom.xml diff --git a/meta-bom/bom-mod/pom.xml b/meta-bom/bom-mod/pom.xml index 29ac1699..90a501f2 100644 --- a/meta-bom/bom-mod/pom.xml +++ b/meta-bom/bom-mod/pom.xml @@ -51,7 +51,7 @@ 1.7.3 1.3.0 - 0.7.4 + 0.7.5-SNAPSHOT 5.16.0 3.50.3.0 diff --git a/os-dependencies/pom.xml b/os-dependencies/pom.xml index 03731a15..4c7ff41e 100644 --- a/os-dependencies/pom.xml +++ b/os-dependencies/pom.xml @@ -36,8 +36,8 @@ - 0.7.4 - 0.7.4 + 0.7.5-SNAPSHOT + 0.7.5-SNAPSHOT 1.3.0 UTF-8 diff --git a/pom.xml b/pom.xml index 7a14bd1e..da8ad92f 100644 --- a/pom.xml +++ b/pom.xml @@ -38,8 +38,8 @@ - 0.7.4 - 0.7.4 + 0.7.5-SNAPSHOT + 0.7.5-SNAPSHOT 1.3.0 21 diff --git a/version b/version index 0a1ffad4..4ea41dbf 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.7.4 +0.7.5-SNAPSHOT