File tree 8 files changed +9
-9
lines changed
8 files changed +9
-9
lines changed 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 >0.6.0-SNAPSHOT </version >
9
+ <version >0.6.0</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 >0.6.0-SNAPSHOT </version >
10
+ <version >0.6.0</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 >0.6.0-SNAPSHOT </version >
10
+ <version >0.6.0</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 >0.6.0-SNAPSHOT </version >
16
+ <version >0.6.0</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 >0.6.0-SNAPSHOT </version >
10
+ <version >0.6.0</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 >0.6.0-SNAPSHOT </version >
10
+ <version >0.6.0</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 >0.6.0-SNAPSHOT </version >
10
+ <version >0.6.0</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__ = "0.6.0.dev0 "
20
+ __version__ = "0.6.0"
21
21
22
22
__all__ = ["init_spark" , "stop_spark" ]
Original file line number Diff line number Diff line change 29
29
if package_name == 'raydp_nightly' :
30
30
VERSION = datetime .today ().strftime ("%Y.%m.%d.dev1" )
31
31
else :
32
- VERSION = "0.6.0.dev0 "
32
+ VERSION = "0.6.0"
33
33
34
34
ROOT_DIR = os .path .dirname (__file__ )
35
35
You can’t perform that action at this time.
0 commit comments