Skip to content

Commit

Permalink
HERE Data SDK for Java & Scala Release 2.69.5
Browse files Browse the repository at this point in the history
  • Loading branch information
heremaps-bot authored and heremaps-bot committed Nov 28, 2024
1 parent 9738a96 commit 75b12de
Show file tree
Hide file tree
Showing 47 changed files with 96 additions and 96 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

The team behind the [HERE Workspace Examples for Java and Scala Developers](here-workspace-examples-java-scala) gratefully accepts contributions via
The team behind the [HERE Workspace Examples for Java and Scala Developers](https://github.com/heremaps/here-workspace-examples-java-scala) gratefully accepts contributions via
[pull requests](https://help.github.com/articles/about-pull-requests/) filed against the
[GitHub project](https://github.com/heremaps/here-workspace-examples-java-scala/pulls).

Expand Down
6 changes: 3 additions & 3 deletions data-archive/java/avro-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.here.platform.data.archive</groupId>
<artifactId>data-archive-avro-example</artifactId>
<version>0.0.920</version>
<version>0.0.925</version>
<packaging>jar</packaging>

<!-- Meta information section start -->
Expand All @@ -23,15 +23,15 @@
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
<developerConnection>scm:git:git@github.com:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.68.3</tag>
<tag>2.69.5</tag>
</scm>

<!-- Meta information section end -->
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>

<sdk-bom.version>2.68.3</sdk-bom.version>
<sdk-bom.version>2.69.5</sdk-bom.version>
<scala.compat.version>2.12</scala.compat.version>
<artifact.wagon.version>2.0.24</artifact.wagon.version>

Expand Down
6 changes: 3 additions & 3 deletions data-archive/java/parquet-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.here.platform.data.archive</groupId>
<artifactId>data-archive-parquet-example</artifactId>
<version>0.0.920</version>
<version>0.0.925</version>
<packaging>jar</packaging>

<!-- Meta information section start -->
Expand All @@ -23,15 +23,15 @@
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
<developerConnection>scm:git:git@github.com:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.68.3</tag>
<tag>2.69.5</tag>
</scm>

<!-- Meta information section end -->
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>

<sdk-bom.version>2.68.3</sdk-bom.version>
<sdk-bom.version>2.69.5</sdk-bom.version>
<scala.compat.version>2.12</scala.compat.version>
<artifact.wagon.version>2.0.24</artifact.wagon.version>

Expand Down
6 changes: 3 additions & 3 deletions data-archive/java/sensoris-protobuf-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.here.platform.examples</groupId>
<artifactId>data-archive-sensoris-protobuf-example</artifactId>
<version>0.0.920</version>
<version>0.0.925</version>
<packaging>jar</packaging>

<!-- Meta information section -->
Expand All @@ -25,15 +25,15 @@
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
<developerConnection>scm:git:git@github.com:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.68.3</tag>
<tag>2.69.5</tag>
</scm>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<artifact.wagon.version>2.0.24</artifact.wagon.version>

<sdk-bom.version>2.68.3</sdk-bom.version>
<sdk-bom.version>2.69.5</sdk-bom.version>
<scala.compat.version>2.12</scala.compat.version>

<avro.version>1.10.0</avro.version>
Expand Down
6 changes: 3 additions & 3 deletions data-processing/java/geometry-lifter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.here.platform.data.processing.example.java.geometry.lifter</groupId>
<artifactId>geometry-lifter</artifactId>
<version>0.0.920</version>
<version>0.0.925</version>
<packaging>jar</packaging>

<name>Batch Processor compiler for Geometry Lifter in Java</name>
Expand All @@ -23,14 +23,14 @@
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
<developerConnection>scm:git:git@github.com:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.68.3</tag>
<tag>2.69.5</tag>
</scm>

<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<sdk-bom.version>2.68.3</sdk-bom.version>
<sdk-bom.version>2.69.5</sdk-bom.version>
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<scala-maven-plugin.version>4.5.4</scala-maven-plugin.version>
Expand Down
6 changes: 3 additions & 3 deletions data-processing/java/heremapcontent-difftool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.here.platform.data.processing.example.java</groupId>
<artifactId>heremapcontent-difftool</artifactId>
<version>0.0.920</version>
<version>0.0.925</version>
<packaging>jar</packaging>

<name>HERE Map Content Differences example for Java</name>
Expand All @@ -23,14 +23,14 @@
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
<developerConnection>scm:git:git@github.com:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.68.3</tag>
<tag>2.69.5</tag>
</scm>

<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<sdk-bom.version>2.68.3</sdk-bom.version>
<sdk-bom.version>2.69.5</sdk-bom.version>
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<scala-maven-plugin.version>4.5.4</scala-maven-plugin.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.here.platform.schema.data.processing.example.java</groupId>
<artifactId>pedestrian-topologies-extraction-geojson</artifactId>
<version>0.0.920</version>
<version>0.0.925</version>
<packaging>jar</packaging>

<name>Batch Processor compiler for GeoJson in Java</name>
Expand All @@ -23,14 +23,14 @@
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
<developerConnection>scm:git:git@github.com:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.68.3</tag>
<tag>2.69.5</tag>
</scm>

<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<sdk-bom.version>2.68.3</sdk-bom.version>
<sdk-bom.version>2.69.5</sdk-bom.version>
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<scala-maven-plugin.version>4.5.4</scala-maven-plugin.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.here.platform.data.processing.example.java</groupId>
<artifactId>pedestrian-topologies-extraction-protobuf</artifactId>
<version>0.0.920</version>
<version>0.0.925</version>
</parent>

<groupId>com.here.platform.data.processing.example.java.pedestrian.protobuf</groupId>
<artifactId>compiler</artifactId>
<version>0.0.920</version>
<version>0.0.925</version>
<packaging>jar</packaging>

<name>Batch Processor compiler for Protobuf in Java</name>
Expand All @@ -29,7 +29,7 @@
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
<developerConnection>scm:git:git@github.com:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.68.3</tag>
<tag>2.69.5</tag>
</scm>

<properties>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>com.here.platform.schema.data.processing.example.java.pedestrian.protobuf</groupId>
<artifactId>model_v2_java</artifactId>
<version>0.0.920</version>
<version>0.0.925</version>
</dependency>

<!-- HERE dependencies -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.here.platform.schema.data.processing.example.java.pedestrian.protobuf</groupId>
<artifactId>model_v2</artifactId>
<version>0.0.920</version>
<version>0.0.925</version>
</parent>

<artifactId>model_v2_ds</artifactId>
Expand All @@ -28,7 +28,7 @@
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
<developerConnection>scm:git:git@github.com:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.68.3</tag>
<tag>2.69.5</tag>
</scm>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.here.platform.schema.data.processing.example.java.pedestrian.protobuf</groupId>
<artifactId>model_v2</artifactId>
<version>0.0.920</version>
<version>0.0.925</version>
</parent>

<artifactId>model_v2_java</artifactId>
Expand All @@ -28,7 +28,7 @@
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
<developerConnection>scm:git:git@github.com:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.68.3</tag>
<tag>2.69.5</tag>
</scm>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.here.platform.data.processing.example.java</groupId>
<artifactId>pedestrian-topologies-extraction-protobuf</artifactId>
<version>0.0.920</version>
<version>0.0.925</version>
</parent>

<groupId>com.here.platform.schema.data.processing.example.java.pedestrian.protobuf</groupId>
<artifactId>model_v2</artifactId>
<version>0.0.920</version>
<version>0.0.925</version>
<packaging>pom</packaging>

<name>Pedestrian Topologies Extraction Example Java</name>
Expand Down Expand Up @@ -40,7 +40,7 @@
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
<developerConnection>scm:git:git@github.com:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.68.3</tag>
<tag>2.69.5</tag>
</scm>
<distributionManagement>
<repository>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.here.platform.schema.data.processing.example.java.pedestrian.protobuf</groupId>
<artifactId>model_v2</artifactId>
<version>0.0.920</version>
<version>0.0.925</version>
</parent>

<artifactId>model_v2_proto</artifactId>
Expand All @@ -28,7 +28,7 @@
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
<developerConnection>scm:git:git@github.com:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.68.3</tag>
<tag>2.69.5</tag>
</scm>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.here.platform.schema.data.processing.example.java.pedestrian.protobuf</groupId>
<artifactId>model_v2</artifactId>
<version>0.0.920</version>
<version>0.0.925</version>
</parent>

<artifactId>model_v2_scala_2.12</artifactId>
Expand All @@ -28,7 +28,7 @@
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
<developerConnection>scm:git:git@github.com:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.68.3</tag>
<tag>2.69.5</tag>
</scm>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.here.platform.data.processing.example.java</groupId>
<artifactId>pedestrian-topologies-extraction-protobuf</artifactId>
<version>0.0.920</version>
<version>0.0.925</version>
<packaging>pom</packaging>

<name>Pedestrian topologies extraction compiler example to ProtoBuf in Java</name>
Expand All @@ -28,11 +28,11 @@
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
<developerConnection>scm:git:git@github.com:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.68.3</tag>
<tag>2.69.5</tag>
</scm>

<properties>
<sdk-bom.version>2.68.3</sdk-bom.version>
<sdk-bom.version>2.69.5</sdk-bom.version>
<scala.compat.version>2.12</scala.compat.version>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.here.platform.data.processing.example.java</groupId>
<artifactId>stateful-nodecardinality-extraction</artifactId>
<version>0.0.920</version>
<version>0.0.925</version>
<packaging>jar</packaging>

<name>
Expand All @@ -25,14 +25,14 @@
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
<developerConnection>scm:git:git@github.com:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.68.3</tag>
<tag>2.69.5</tag>
</scm>

<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<sdk-bom.version>2.68.3</sdk-bom.version>
<sdk-bom.version>2.69.5</sdk-bom.version>
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<scala-maven-plugin.version>4.5.4</scala-maven-plugin.version>
Expand Down
4 changes: 2 additions & 2 deletions data-processing/scala/geometry-lifter/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.here.bom.Bom

ThisBuild / organization := "com.here.platform.data.processing.example.scala.geometry.lifter"
ThisBuild / version := "0.0.920"
ThisBuild / version := "0.0.925"
ThisBuild / scalaVersion := "2.12.18"

val organizationSettings: Seq[Setting[_]] = Seq(
Expand All @@ -24,7 +24,7 @@ val organizationSettings: Seq[Setting[_]] = Seq(
)
)

val sdkBomVersion = "2.68.3"
val sdkBomVersion = "2.69.5"

assembly / assemblyJarName := f"${name.value}-${version.value}-platform.jar"
assembly / assemblyMergeStrategy := {
Expand Down
2 changes: 1 addition & 1 deletion data-processing/scala/geometry-lifter/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resolvers += Resolver.url("MAVEN_CENTRAL", url("https://repo.maven.apache.org/maven2"))(
Patterns("[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]"))
addSbtPlugin("com.here.platform" % "sbt-bom" % "1.0.14")
addSbtPlugin("com.here.platform" % "sbt-bom" % "1.0.17")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
addSbtPlugin("com.here.platform.artifact" % "sbt-resolver" % "2.0.31")
4 changes: 2 additions & 2 deletions data-processing/scala/heremapcontent-difftool/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.here.bom.Bom

ThisBuild / organization := "com.here.platform.data.processing.example.scala"
ThisBuild / version := "0.0.920"
ThisBuild / version := "0.0.925"
ThisBuild / scalaVersion := "2.12.18"
val organizationSettings: Seq[Setting[_]] = Seq(
projectInfo := ModuleInfo(
Expand All @@ -23,7 +23,7 @@ val organizationSettings: Seq[Setting[_]] = Seq(
)
)

val sdkBomVersion = "2.68.3"
val sdkBomVersion = "2.69.5"

assembly / assemblyJarName := f"${name.value}-${version.value}-platform.jar"
assembly / assemblyMergeStrategy := {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resolvers += Resolver.url("MAVEN_CENTRAL", url("https://repo.maven.apache.org/maven2"))(
Patterns("[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]"))
addSbtPlugin("com.here.platform" % "sbt-bom" % "1.0.14")
addSbtPlugin("com.here.platform" % "sbt-bom" % "1.0.17")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
addSbtPlugin("com.here.platform.artifact" % "sbt-resolver" % "2.0.31")
Loading

0 comments on commit 75b12de

Please sign in to comment.