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 #411 from sofastack/youji-dev
Browse files Browse the repository at this point in the history
update to 0.5.5
  • Loading branch information
lvjing2 authored Dec 22, 2023
2 parents ae7b71e + 5a8b3f2 commit 45850ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/sofaboot-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<properties>
<java.version>1.8</java.version>
<sofa.ark.version>2.2.5</sofa.ark.version>
<sofa.serverless.runtime.version>0.5.5-SNAPSHOT</sofa.serverless.runtime.version>
<sofa.serverless.runtime.version>0.5.5</sofa.serverless.runtime.version>
<curator.version>2.9.1</curator.version>
<mybatis.version>1.3.2</mybatis.version>
<mysql.version>5.1.46</mysql.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/springboot-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<spring.boot.version>2.7.16</spring.boot.version>
<java.version>1.8</java.version>
<sofa.ark.version>2.2.5</sofa.ark.version>
<sofa.serverless.runtime.version>0.5.5-SNAPSHOT</sofa.serverless.runtime.version>
<sofa.serverless.runtime.version>0.5.5</sofa.serverless.runtime.version>
<disruptor.version>3.4.2</disruptor.version>
<os.plugin.version>1.7.1</os.plugin.version>
<protobuf.plugin.version>0.6.1</protobuf.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion sofa-serverless-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<sofa.ark.version>2.2.5</sofa.ark.version>
<spring.boot.version>2.7.15</spring.boot.version>
<logback.core>1.2.9</logback.core>
<revision>0.5.5-SNAPSHOT</revision>
<revision>0.5.5</revision>
<project.encoding>UTF-8</project.encoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
Expand Down

0 comments on commit 45850ad

Please sign in to comment.