File tree Expand file tree Collapse file tree 10 files changed +11
-11
lines changed
Expand file tree Collapse file tree 10 files changed +11
-11
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.7 .0-SNAPSHOT</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.7 .0-SNAPSHOT</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.7 .0-SNAPSHOT</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.7 .0-SNAPSHOT</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.7 .0-SNAPSHOT</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.7 .0-SNAPSHOT</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.7 .0-SNAPSHOT</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.7 .0-SNAPSHOT</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.7 .0-SNAPSHOT</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.7 .0.dev0"
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"
30+ BASE_VERSION = "1.7 .0"
3131if build_mode == "nightly" :
3232 VERSION = BASE_VERSION + datetime .today ().strftime ("b%Y%m%d.dev0" )
3333# for legacy raydp_nightly package
You can’t perform that action at this time.
0 commit comments