diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 0d4ce18..77b779a 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -21,7 +21,6 @@ jobs: build: runs-on: ubuntu-latest strategy: - max-parallel: 7 matrix: java: [ '8', '11' , '17' , '21' , '25' ] maven-profile-spring-boot: [ 'spring-boot-2.1' , 'spring-boot-2.2' , 'spring-boot-2.3', @@ -31,14 +30,15 @@ jobs: - name: Checkout Source uses: actions/checkout@v5 - - name: Setup JDK ${{ matrix.Java }} + - name: Setup Java ${{ matrix.java }} uses: actions/setup-java@v5 with: distribution: 'temurin' java-version: ${{ matrix.java }} + cache: maven - name: Build with Maven - run: ./mvnw + run: mvn --batch-mode --update-snapshots --file pom.xml diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 5ee1f19..44dcf9c 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -43,10 +43,9 @@ jobs: server-id: ossrh server-username: MAVEN_USERNAME server-password: MAVEN_PASSWORD - cache: maven - name: Publish package - run: mvn + run: ./mvnw --batch-mode --update-snapshots --file pom.xml diff --git a/README.md b/README.md index 65637c1..d1b7509 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,8 @@ pom.xml: | **Branches** | **Purpose** | **Latest Version** | |--------------|--------------------------------------------------|--------------------| -| **0.2.x** | Compatible with Spring Boot 3.0.x - 3.5.x, 4.0.x | 0.2.12 | -| **0.1.x** | Compatible with Spring Boot 2.0.x - 2.7.x | 0.1.12 | +| **0.2.x** | Compatible with Spring Boot 3.0.x - 3.5.x, 4.0.x | 0.2.13 | +| **0.1.x** | Compatible with Spring Boot 2.0.x - 2.7.x | 0.1.13 | Then add the specific modules you need: diff --git a/microsphere-spring-boot-parent/pom.xml b/microsphere-spring-boot-parent/pom.xml index 7d503fd..be5d03e 100644 --- a/microsphere-spring-boot-parent/pom.xml +++ b/microsphere-spring-boot-parent/pom.xml @@ -19,10 +19,10 @@ Microsphere Spring Boot Parent - 0.1.15 + 0.1.16 1.7.2 - 5.14.3 + 5.14.4 diff --git a/pom.xml b/pom.xml index 05e04f7..cedaf2d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.github.microsphere-projects microsphere-build - 0.2.7 + 0.2.9 4.0.0