Skip to content

Commit

Permalink
Bump to 0.2.0.0-apple-SNAPSHOT after 0.2.0.1-apple release
Browse files Browse the repository at this point in the history
  • Loading branch information
huaxingao committed Aug 23, 2024
1 parent 084b626 commit 15a24a5
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 40 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.comet</groupId>
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
<version>0.2.0.0-apple-SNAPSHOT</version>
<version>0.2.0.1-apple-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion fuzz-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.comet</groupId>
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
<version>0.2.0.0-apple-SNAPSHOT</version>
<version>0.2.0.1-apple-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
51 changes: 18 additions & 33 deletions native/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.comet</groupId>
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
<version>0.2.0.0-apple-SNAPSHOT</version>
<version>0.2.0.1-apple-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Comet Project Parent POM</name>

Expand Down
4 changes: 2 additions & 2 deletions rio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ machine:
env: &base_env
LOCAL_REPO: ".dist/local-repo"
COMET: true
COMET_VERSION: 0.2.0.0-apple-SNAPSHOT
COMET_VERSION: 0.2.0.1-apple-SNAPSHOT
RUST_BACKTRACE: full
LANG: "en_US.UTF-8"
LC_ALL: "en_US.UTF-8"
Expand Down Expand Up @@ -1277,7 +1277,7 @@ builds:
finally:
tag:
enabled: true
expression: "0.2.0.0-apple"
expression: "0.2.0.1-apple"
pipelineChain:
- pipeline: build-main-apple-release-publish-3.4_2.12
buildArguments:
Expand Down
2 changes: 1 addition & 1 deletion spark-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.comet</groupId>
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
<version>0.2.0.0-apple-SNAPSHOT</version>
<version>0.2.0.1-apple-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.comet</groupId>
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
<version>0.2.0.0-apple-SNAPSHOT</version>
<version>0.2.0.1-apple-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 15a24a5

Please sign in to comment.