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

Commit 5a8b3f2

Browse files
committed
update to 0.5.5
1 parent 155856d commit 5a8b3f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/sofaboot-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<properties>
2323
<java.version>1.8</java.version>
2424
<sofa.ark.version>2.2.5</sofa.ark.version>
25-
<sofa.serverless.runtime.version>0.5.5-SNAPSHOT</sofa.serverless.runtime.version>
25+
<sofa.serverless.runtime.version>0.5.5</sofa.serverless.runtime.version>
2626
<curator.version>2.9.1</curator.version>
2727
<mybatis.version>1.3.2</mybatis.version>
2828
<mysql.version>5.1.46</mysql.version>

samples/springboot-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<spring.boot.version>2.7.16</spring.boot.version>
2222
<java.version>1.8</java.version>
2323
<sofa.ark.version>2.2.5</sofa.ark.version>
24-
<sofa.serverless.runtime.version>0.5.5-SNAPSHOT</sofa.serverless.runtime.version>
24+
<sofa.serverless.runtime.version>0.5.5</sofa.serverless.runtime.version>
2525
<disruptor.version>3.4.2</disruptor.version>
2626
<os.plugin.version>1.7.1</os.plugin.version>
2727
<protobuf.plugin.version>0.6.1</protobuf.plugin.version>

sofa-serverless-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<sofa.ark.version>2.2.5</sofa.ark.version>
1313
<spring.boot.version>2.7.15</spring.boot.version>
1414
<logback.core>1.2.9</logback.core>
15-
<revision>0.5.5-SNAPSHOT</revision>
15+
<revision>0.5.5</revision>
1616
<project.encoding>UTF-8</project.encoding>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
<java.version>1.8</java.version>

0 commit comments

Comments
 (0)