File tree Expand file tree Collapse file tree 10 files changed +11
-18
lines changed
Expand file tree Collapse file tree 10 files changed +11
-18
lines changed Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.intel</groupId >
99 <artifactId >raydp-parent</artifactId >
10- <version >1.6.0-SNAPSHOT </version >
10+ <version >1.6.0</version >
1111 <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
Original file line number Diff line number Diff line change 66
77 <groupId >com.intel</groupId >
88 <artifactId >raydp-parent</artifactId >
9- <version >1.6.0-SNAPSHOT </version >
9+ <version >1.6.0</version >
1010 <packaging >pom</packaging >
1111
1212 <name >RayDP Parent Pom</name >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.intel</groupId >
99 <artifactId >raydp-parent</artifactId >
10- <version >1.6.0-SNAPSHOT </version >
10+ <version >1.6.0</version >
1111 <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.intel</groupId >
99 <artifactId >raydp-shims</artifactId >
10- <version >1.6.0-SNAPSHOT </version >
10+ <version >1.6.0</version >
1111 <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
1414 <artifactId >raydp-shims-common</artifactId >
1515 <name >RayDP Shims Common</name >
16- <version >1.6.0-SNAPSHOT </version >
16+ <version >1.6.0</version >
1717 <packaging >jar</packaging >
1818
1919 <build >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.intel</groupId >
99 <artifactId >raydp-parent</artifactId >
10- <version >1.6.0-SNAPSHOT </version >
10+ <version >1.6.0</version >
1111 <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.intel</groupId >
99 <artifactId >raydp-shims</artifactId >
10- <version >1.6.0-SNAPSHOT </version >
10+ <version >1.6.0</version >
1111 <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.intel</groupId >
99 <artifactId >raydp-shims</artifactId >
10- <version >1.6.0-SNAPSHOT </version >
10+ <version >1.6.0</version >
1111 <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.intel</groupId >
99 <artifactId >raydp-shims</artifactId >
10- <version >1.6.0-SNAPSHOT </version >
10+ <version >1.6.0</version >
1111 <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
Original file line number Diff line number Diff line change 1717
1818from raydp .context import init_spark , stop_spark
1919
20- __version__ = "1.6.0.dev0 "
20+ __version__ = "1.6.0"
2121
2222__all__ = ["init_spark" , "stop_spark" ]
Original file line number Diff line number Diff line change 2727
2828build_mode = os .getenv ("RAYDP_BUILD_MODE" , "" )
2929package_name = os .getenv ("RAYDP_PACKAGE_NAME" , "raydp" )
30- BASE_VERSION = "1.6.0"
31- if build_mode == "nightly" :
32- VERSION = BASE_VERSION + datetime .today ().strftime ("b%Y%m%d.dev0" )
33- # for legacy raydp_nightly package
34- elif package_name == 'raydp_nightly' :
35- VERSION = datetime .today ().strftime ("%Y.%m.%d.dev0" )
36- else :
37- VERSION = BASE_VERSION + ".dev0"
30+ VERSION = "1.6.0"
3831
3932ROOT_DIR = os .path .dirname (__file__ )
4033
You can’t perform that action at this time.
0 commit comments