Skip to content

Commit 31a81b6

Browse files
committed
Prepare for 1.6.1 release
1 parent d702c70 commit 31a81b6

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

core/agent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.intel</groupId>
99
<artifactId>raydp-parent</artifactId>
10-
<version>1.6.0</version>
10+
<version>1.6.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.intel</groupId>
88
<artifactId>raydp-parent</artifactId>
9-
<version>1.6.0</version>
9+
<version>1.6.1</version>
1010
<packaging>pom</packaging>
1111

1212
<name>RayDP Parent Pom</name>

core/raydp-main/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.intel</groupId>
99
<artifactId>raydp-parent</artifactId>
10-
<version>1.6.0</version>
10+
<version>1.6.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

core/shims/common/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<parent>
88
<groupId>com.intel</groupId>
99
<artifactId>raydp-shims</artifactId>
10-
<version>1.6.0</version>
10+
<version>1.6.1</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</version>
16+
<version>1.6.1</version>
1717
<packaging>jar</packaging>
1818

1919
<build>

core/shims/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.intel</groupId>
99
<artifactId>raydp-parent</artifactId>
10-
<version>1.6.0</version>
10+
<version>1.6.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

core/shims/spark322/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.intel</groupId>
99
<artifactId>raydp-shims</artifactId>
10-
<version>1.6.0</version>
10+
<version>1.6.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

core/shims/spark330/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.intel</groupId>
99
<artifactId>raydp-shims</artifactId>
10-
<version>1.6.0</version>
10+
<version>1.6.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

core/shims/spark340/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.intel</groupId>
99
<artifactId>raydp-shims</artifactId>
10-
<version>1.6.0</version>
10+
<version>1.6.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

core/shims/spark350/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.intel</groupId>
99
<artifactId>raydp-shims</artifactId>
10-
<version>1.7.0-SNAPSHOT</version>
10+
<version>1.6.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

python/raydp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
from raydp.context import init_spark, stop_spark
1919

20-
__version__ = "1.6.0"
20+
__version__ = "1.6.1"
2121

2222
__all__ = ["init_spark", "stop_spark"]

python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
build_mode = os.getenv("RAYDP_BUILD_MODE", "")
2929
package_name = os.getenv("RAYDP_PACKAGE_NAME", "raydp")
30-
VERSION = "1.6.0"
30+
VERSION = "1.6.1"
3131

3232
ROOT_DIR = os.path.dirname(__file__)
3333

0 commit comments

Comments
 (0)