Skip to content

Commit

Permalink
update version to 3.1.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjing2 committed May 28, 2024
1 parent cf8efd1 commit 9f65b21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</modules>

<properties>
<sofa.ark.version>3.1.3</sofa.ark.version>
<sofa.ark.version>3.1.4-SNAPSHOT</sofa.ark.version>
<sofa.ark.version.old>3.1.2</sofa.ark.version.old>
<project.encoding>UTF-8</project.encoding>
<java.version>17</java.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ public class DirectoryContainerArchive implements ContainerArchive {
"guava-33.0.0-jre", "guice-6.0.0", "failureaccess-1.0.1", "javax.inject-1",
"jakarta.inject-api-2.0.1", "logback-core-1.4.14", "logback-classic-1.4.14",
"slf4j-api-2.0.11", "sofa-common-tools", "netty-all-4.1.109.Final",
"netty-transport-4.1.109.Final",
"netty-common-4.1.109.Final", "jakarta.inject-api-2.0.1", "netty-handler-4.1.109.Final",
"netty-codec-4.1.109.Final",
"netty-transport-4.1.109.Final", "netty-common-4.1.109.Final",
"jakarta.inject-api-2.0.1", "netty-handler-4.1.109.Final", "netty-codec-4.1.109.Final",
"netty-buffer-4.1.109.Final", "sofa-ark-parent/core-impl/container/target/classes",
"sofa-ark-parent/core-impl/archive/target/classes",
"sofa-ark-parent/core/spi/target/classes",
Expand Down

0 comments on commit 9f65b21

Please sign in to comment.