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

update version to update guava #111

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arklet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>${revision}</version>
<modelVersion>4.0.0</modelVersion>
<properties>
<revision>0.3.1</revision>
<revision>0.3.2</revision>
<project.encoding>UTF-8</project.encoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
Expand Down
2 changes: 1 addition & 1 deletion docs/content/zh-cn/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SOFAServerless 已在蚂蚁内部规模化落地,支撑 42W 核业务,需求


{{% blocks/feature icon="fab fa-github" title="Pay as you need!" url="https://github.com/google/docsy-example" %}}
模块粒度小,占用资源少,调度密度与资源复用率高
模块粒度小,占用资源少,弹性伸缩灵活,调度密度与资源复用率高
{{% /blocks/feature %}}

<br>
Expand Down
13 changes: 6 additions & 7 deletions sofa-serverless-runtime-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<properties>
<revision>0.1.2</revision>
<revision>0.1.3</revision>
<project.encoding>UTF-8</project.encoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
Expand All @@ -25,7 +25,7 @@
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>

<sofa.ark.version>2.2.3</sofa.ark.version>
<sofa.serverless.arklet.version>0.3.1</sofa.serverless.arklet.version>
<sofa.serverless.arklet.version>0.3.2</sofa.serverless.arklet.version>
</properties>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -77,11 +77,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-ark-compatible-springboot2</artifactId>
<version>${sofa.ark.version}</version>
</dependency>
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-ark-springboot-starter</artifactId>
Expand All @@ -91,6 +86,10 @@
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-ark-compatible-springboot1</artifactId>
</exclusion>
<exclusion>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-ark-compatible-springboot2</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- sofa-ark end -->
Expand Down
Loading