Skip to content

Commit

Permalink
[DOCS] Bump Sedona version to 1.5.2 (#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuasu committed Apr 29, 2024
1 parent 6079428 commit 9980e51
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion R/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: apache.sedona
Title: R Interface for Apache Sedona
Version: 1.5.1
Version: 1.5.2
Authors@R:
c(person(family = "Apache Sedona",
role = c("aut", "cre"),
Expand Down
3 changes: 1 addition & 2 deletions R/R/dependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ spark_dependencies <- function(spark_version, scala_version, ...) {
}

packages <- c(
"org.datasyslab:geotools-wrapper:1.5.1-28.2",
"edu.ucar:cdm-core:5.4.2"
"org.datasyslab:geotools-wrapper:1.5.2-28.2"
)
jars <- NULL

Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sedona-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>sedona-parent</artifactId>
<groupId>org.apache.sedona</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.2</version>
</parent>
<artifactId>sedona-flink-shaded_${scala.compat.version}</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sedona-flink_${scala.compat.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</parent>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.2</version>
<packaging>pom</packaging>
<name>sedona-parent</name>
<url>http://sedona.apache.org/</url>
Expand Down
2 changes: 1 addition & 1 deletion python/sedona/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

version = "1.5.1"
version = "1.5.2"
2 changes: 1 addition & 1 deletion snowflake-tester/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion snowflake/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spark-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>sedona-parent</artifactId>
<groupId>org.apache.sedona</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.2</version>
</parent>
<artifactId>sedona-spark-shaded-${spark.compat.version}_${scala.compat.version}</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion spark/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-spark-parent-${spark.compat.version}_${scala.compat.version}</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sedona-spark-common-${spark.compat.version}_${scala.compat.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sedona-spark-parent-${spark.compat.version}_${scala.compat.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spark/spark-3.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-spark-parent-${spark.compat.version}_${scala.compat.version}</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sedona-spark-3.0_${scala.compat.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spark/spark-3.4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-spark-parent-${spark.compat.version}_${scala.compat.version}</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sedona-spark-3.4_${scala.compat.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spark/spark-3.5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-spark-parent-${spark.compat.version}_${scala.compat.version}</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sedona-spark-3.5_${scala.compat.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zeppelin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "apache-sedona",
"description": "Zeppelin visualization support for Sedona",
"author": "Apache Sedona, original authors are listed on https://github.com/myuwono/zeppelin-leaflet",
"version": "1.5.1",
"version": "1.5.2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

1 comment on commit 9980e51

@Kontinuation
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've noticed that there's one place we forgot to bump:

sprintf("-%s_%s:1.5.1", spark_version, scala_version)

Please sign in to comment.