This is an automated email from the ASF dual-hosted git repository. chengpan pushed a commit to branch branch-0.3 in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
commit 2db85e7d1ef2abbe9cad68bd0a9245c4f2d02405 Author: Cheng Pan <[email protected]> AuthorDate: Wed Sep 6 10:44:17 2023 +0800 Bump 0.3.1-incubating --- .bsp/sbt.json | 1 + pom.xml | 2 +- project/build.properties | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.bsp/sbt.json b/.bsp/sbt.json new file mode 100644 index 000000000..a3714c6d4 --- /dev/null +++ b/.bsp/sbt.json @@ -0,0 +1 @@ +{"name":"sbt","version":"1.9.2","bspVersion":"2.1.0-M1","languages":["scala"],"argv":["/Users/chengpan/.sdkman/candidates/java/17.0.7-oracle/bin/java","-Xms100m","-Xmx100m","-classpath","/Users/chengpan/Library/Application Support/JetBrains/IdeaIC2023.2/plugins/Scala/launcher/sbt-launch.jar","-Dsbt.script=/Users/chengpan/.sdkman/candidates/sbt/current/bin/sbt","xsbt.boot.Boot","-bsp"]} \ No newline at end of file diff --git a/pom.xml b/pom.xml index 9b77ec070..ab2cb713f 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ </distributionManagement> <properties> - <project.version>0.3.2-SNAPSHOT</project.version> + <project.version>0.3.1-incubating</project.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> diff --git a/project/build.properties b/project/build.properties new file mode 100644 index 000000000..875b706a8 --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version=1.9.2
