Skip to content

Commit

Permalink
[BitSail] Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garyli1019 committed Jan 12, 2023
1 parent 442a714 commit 253112e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ mvn clean package -pl bitsail-dist -am -Dmaven.test.skip=true -U -P${mvnProfile}
rm -rf output
mkdir -p output

revision="0.1.0-SNAPSHOT" # modify ${revision} when version updated
revision="0.1.0" # modify ${revision} when version updated
cp -r bitsail-dist/target/bitsail-dist-${revision}-bin/bitsail-archive-${revision}/* output/ || { echo 'cp bitsail-dist failed' ; exit 1; }
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<main.basedir>${project.basedir}</main.basedir>

<!-- project version -->
<revision>0.1.0-SNAPSHOT</revision>
<revision>0.1.0</revision>
<flink.version>1.11.6</flink.version>
<scala.version>2.11.12</scala.version>
<scala.binary.version>2.11</scala.binary.version>
Expand Down

0 comments on commit 253112e

Please sign in to comment.