Skip to content

Commit 0fb60a7

Browse files
committed
modify branch version to 2.10.0-SNAPSHOT
1 parent 9469a7e commit 0fb60a7

File tree

182 files changed

+191
-191
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+191
-191
lines changed

.github/workflows/checkstyle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name: checkstyle
2121
on:
2222
pull_request:
2323
branches:
24-
- 2.8.x
24+
- 2.9.x
2525

2626
jobs:
2727
checkstyle:
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up jdk
3333
uses: actions/setup-java@v3
3434
with:
35-
java-version: '17'
35+
java-version: '21'
3636
distribution: 'temurin'
3737
- name: checkstyle
3838
run: mvn -B -Pit install -DskipTests -Dspotbugs.skip=true checkstyle:check

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ name: Java CI with Maven
2121

2222
on:
2323
push:
24-
branches: [ 2.8.x ]
24+
branches: [ 2.9.x ]
2525
pull_request:
26-
branches: [ 2.8.x ]
26+
branches: [ 2.9.x ]
2727

2828
jobs:
2929
build:
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up jdk
3737
uses: actions/setup-java@v3
3838
with:
39-
java-version: '8'
39+
java-version: '21'
4040
distribution: 'temurin'
4141
- name: Set up Maven
4242
uses: stCarolas/setup-maven@v4.5

.github/workflows/rat_check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ name: rat check
2121
on:
2222
push:
2323
branches:
24-
- 2.8.x
24+
- 2.9.x
2525
pull_request:
2626
branches:
27-
- 2.8.x
27+
- 2.9.x
2828

2929
jobs:
3030
rat_check:
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up jdk
3636
uses: actions/setup-java@v3
3737
with:
38-
java-version: '8'
38+
java-version: '21'
3939
distribution: 'temurin'
4040
- name: rat check
4141
run: mvn apache-rat:check -B -Pit,distribution

.github/workflows/spotbugs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name: spot bugs
2121
on:
2222
pull_request:
2323
branches:
24-
- 2.8.x
24+
- 2.9.x
2525

2626
jobs:
2727
spotbugs:
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up jdk
3333
uses: actions/setup-java@v3
3434
with:
35-
java-version: '8'
35+
java-version: '21'
3636
distribution: 'temurin'
3737
- name: spotbugs
3838
run: mvn -B -Pit -DskipTests clean verify spotbugs:spotbugs

.github/workflows/unit-test-jdk17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ name: Unit Test Jdk17
2222
on:
2323
pull_request:
2424
branches:
25-
- 2.8.x
25+
- 2.9.x
2626

2727
jobs:
2828
unit-tests:
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
# under the License.
1818
#
1919

20-
name: Unit Test Jdk11
20+
name: Unit Test Jdk21
2121

2222
on:
2323
pull_request:
2424
branches:
25-
- 2.8.x
25+
- 2.9.x
2626

2727
jobs:
2828
unit-tests:
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up jdk
3434
uses: actions/setup-java@v3
3535
with:
36-
java-version: '11'
36+
java-version: '21'
3737
distribution: 'temurin'
3838
- name: Compilation and Installation
39-
run: mvn -B -Dcheckstyle.skip -Dspotbugs.skip=true clean test
39+
run: mvn -B -Dcheckstyle.skip -Dspotbugs.skip=true clean install -Pit

archetypes/business-service-jaxrs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.servicecomb</groupId>
2424
<artifactId>archetypes</artifactId>
25-
<version>2.9.0-SNAPSHOT</version>
25+
<version>2.10.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<groupId>org.apache.servicecomb.archetypes</groupId>

archetypes/business-service-pojo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.servicecomb</groupId>
2424
<artifactId>archetypes</artifactId>
25-
<version>2.9.0-SNAPSHOT</version>
25+
<version>2.10.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<groupId>org.apache.servicecomb.archetypes</groupId>

archetypes/business-service-spring-boot2-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.servicecomb</groupId>
2424
<artifactId>archetypes</artifactId>
25-
<version>2.9.0-SNAPSHOT</version>
25+
<version>2.10.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<groupId>org.apache.servicecomb.archetypes</groupId>

archetypes/business-service-springmvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.servicecomb</groupId>
2424
<artifactId>archetypes</artifactId>
25-
<version>2.9.0-SNAPSHOT</version>
25+
<version>2.10.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<groupId>org.apache.servicecomb.archetypes</groupId>

0 commit comments

Comments
 (0)