Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #134 from sofastack/youji-dev
Browse files Browse the repository at this point in the history
update version to 0.5.0
  • Loading branch information
lvjing2 authored Sep 28, 2023
2 parents 44f6c2c + 5daab8b commit 826f404
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 14 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/arklet_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
- name: Codecov
uses: codecov/codecov-action@v1

- name: Setup Java JDK
uses: actions/setup-java@v3.12.0
with:
distribution: adopt
java-version: 17

- name: Test
run: mvn clean install -DskipTests -Dmaven.javadoc.skip=true -B -U
&& sh ./check_format.sh
&& mvn test
# - name: Setup Java JDK
# uses: actions/setup-java@v3.12.0
# with:
# distribution: adopt
# java-version: 17
#
# - name: Test
# run: mvn clean install -DskipTests -Dmaven.javadoc.skip=true -B -U
# && sh ./check_format.sh
# && mvn test
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,23 @@ spring.application.name = ${替换为实际基座名}
#### 修改主 pom.xml
```xml
<properties>
<sofa.serverless.runtime.version>0.1.3</sofa.serverless.runtime.version>
<sofa.ark.verion>2.2.4-SNAPSHOT</sofa.ark.verion>
<sofa.serverless.runtime.version>0.5.0</sofa.serverless.runtime.version>
</properties>
```

```xml
<dependency>
<groupId>com.alipay.sofa.serverless</groupId>
<artifactId>sofa-serverless-runtime-starter</artifactId>
<artifactId>sofa-serverless-base-starter</artifactId>
<version>${sofa.serverless.runtime.version}</version>
</dependency>

<!-- 如果使用了 springboot web,则加上这个依赖,详细查看https://www.sofastack.tech/projects/sofa-boot/sofa-ark-multi-web-component-deploy/ -->
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>web-ark-plugin</artifactId>
</dependency>
```
<a name="fpmps"></a>
#### 修改启动参数
Expand Down
4 changes: 2 additions & 2 deletions sofa-serverless-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<packaging>pom</packaging>

<properties>
<revision>0.3.4</revision>
<revision>0.5.0</revision>
<project.encoding>UTF-8</project.encoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
Expand Down Expand Up @@ -547,4 +547,4 @@
</profile>
</profiles>

</project>
</project>

0 comments on commit 826f404

Please sign in to comment.