File tree 11 files changed +12
-12
lines changed
11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.intel</groupId >
9
9
<artifactId >raydp-parent</artifactId >
10
- <version >1.6.0 </version >
10
+ <version >1.6.1 </version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.intel</groupId >
8
8
<artifactId >raydp-parent</artifactId >
9
- <version >1.6.0 </version >
9
+ <version >1.6.1 </version >
10
10
<packaging >pom</packaging >
11
11
12
12
<name >RayDP Parent Pom</name >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.intel</groupId >
9
9
<artifactId >raydp-parent</artifactId >
10
- <version >1.6.0 </version >
10
+ <version >1.6.1 </version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.intel</groupId >
9
9
<artifactId >raydp-shims</artifactId >
10
- <version >1.6.0 </version >
10
+ <version >1.6.1 </version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
14
14
<artifactId >raydp-shims-common</artifactId >
15
15
<name >RayDP Shims Common</name >
16
- <version >1.6.0 </version >
16
+ <version >1.6.1 </version >
17
17
<packaging >jar</packaging >
18
18
19
19
<build >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.intel</groupId >
9
9
<artifactId >raydp-parent</artifactId >
10
- <version >1.6.0 </version >
10
+ <version >1.6.1 </version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.intel</groupId >
9
9
<artifactId >raydp-shims</artifactId >
10
- <version >1.6.0 </version >
10
+ <version >1.6.1 </version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.intel</groupId >
9
9
<artifactId >raydp-shims</artifactId >
10
- <version >1.6.0 </version >
10
+ <version >1.6.1 </version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.intel</groupId >
9
9
<artifactId >raydp-shims</artifactId >
10
- <version >1.6.0 </version >
10
+ <version >1.6.1 </version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.intel</groupId >
9
9
<artifactId >raydp-shims</artifactId >
10
- <version >1.7.0-SNAPSHOT </version >
10
+ <version >1.6.1 </version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 17
17
18
18
from raydp .context import init_spark , stop_spark
19
19
20
- __version__ = "1.6.0 "
20
+ __version__ = "1.6.1 "
21
21
22
22
__all__ = ["init_spark" , "stop_spark" ]
Original file line number Diff line number Diff line change 27
27
28
28
build_mode = os .getenv ("RAYDP_BUILD_MODE" , "" )
29
29
package_name = os .getenv ("RAYDP_PACKAGE_NAME" , "raydp" )
30
- VERSION = "1.6.0 "
30
+ VERSION = "1.6.1 "
31
31
32
32
ROOT_DIR = os .path .dirname (__file__ )
33
33
You can’t perform that action at this time.
0 commit comments