Skip to content

Commit

Permalink
HERE Data SDK for Java & Scala Release 2.60.3
Browse files Browse the repository at this point in the history
  • Loading branch information
heremaps-bot authored and heremaps-bot committed Feb 27, 2024
1 parent 1346c11 commit d90fee9
Show file tree
Hide file tree
Showing 43 changed files with 92 additions and 92 deletions.
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.865</version>
<version>0.0.869</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:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.59.2</tag>
<tag>2.60.3</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.59.2</sdk-bom.version>
<sdk-bom.version>2.60.3</sdk-bom.version>
<scala.compat.version>2.12</scala.compat.version>
<artifact.wagon.version>2.0.21</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.865</version>
<version>0.0.869</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:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.59.2</tag>
<tag>2.60.3</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.59.2</sdk-bom.version>
<sdk-bom.version>2.60.3</sdk-bom.version>
<scala.compat.version>2.12</scala.compat.version>
<artifact.wagon.version>2.0.21</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.865</version>
<version>0.0.869</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:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.59.2</tag>
<tag>2.60.3</tag>
</scm>

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

<sdk-bom.version>2.59.2</sdk-bom.version>
<sdk-bom.version>2.60.3</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.865</version>
<version>0.0.869</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:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.59.2</tag>
<tag>2.60.3</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.59.2</sdk-bom.version>
<sdk-bom.version>2.60.3</sdk-bom.version>
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
<maven-shade-plugin.version>3.2.1</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.865</version>
<version>0.0.869</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:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.59.2</tag>
<tag>2.60.3</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.59.2</sdk-bom.version>
<sdk-bom.version>2.60.3</sdk-bom.version>
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
<maven-shade-plugin.version>3.2.1</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.865</version>
<version>0.0.869</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:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.59.2</tag>
<tag>2.60.3</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.59.2</sdk-bom.version>
<sdk-bom.version>2.60.3</sdk-bom.version>
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
<maven-shade-plugin.version>3.2.1</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.865</version>
<version>0.0.869</version>
</parent>

<groupId>com.here.platform.data.processing.example.java.pedestrian.protobuf</groupId>
<artifactId>compiler</artifactId>
<version>0.0.865</version>
<version>0.0.869</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:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.59.2</tag>
<tag>2.60.3</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.865</version>
<version>0.0.869</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.865</version>
<version>0.0.869</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:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.59.2</tag>
<tag>2.60.3</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.865</version>
<version>0.0.869</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:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.59.2</tag>
<tag>2.60.3</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.865</version>
<version>0.0.869</version>
</parent>

<groupId>com.here.platform.schema.data.processing.example.java.pedestrian.protobuf</groupId>
<artifactId>model_v2</artifactId>
<version>0.0.865</version>
<version>0.0.869</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:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.59.2</tag>
<tag>2.60.3</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.865</version>
<version>0.0.869</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:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.59.2</tag>
<tag>2.60.3</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.865</version>
<version>0.0.869</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:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.59.2</tag>
<tag>2.60.3</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.865</version>
<version>0.0.869</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:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.59.2</tag>
<tag>2.60.3</tag>
</scm>

<properties>
<sdk-bom.version>2.59.2</sdk-bom.version>
<sdk-bom.version>2.60.3</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.865</version>
<version>0.0.869</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:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
<tag>2.59.2</tag>
<tag>2.60.3</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.59.2</sdk-bom.version>
<sdk-bom.version>2.60.3</sdk-bom.version>
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
<maven-shade-plugin.version>3.2.1</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.865"
ThisBuild / version := "0.0.869"
ThisBuild / scalaVersion := "2.12.18"
ThisBuild / evictionErrorLevel := sbt.util.Level.Warn

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

val sdkBomVersion = "2.59.2"
val sdkBomVersion = "2.60.3"

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.5")
addSbtPlugin("com.here.platform" % "sbt-bom" % "1.0.8")
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.865"
ThisBuild / version := "0.0.869"
ThisBuild / scalaVersion := "2.12.18"
ThisBuild / evictionErrorLevel := sbt.util.Level.Warn
val organizationSettings: Seq[Setting[_]] = Seq(
Expand All @@ -24,7 +24,7 @@ val organizationSettings: Seq[Setting[_]] = Seq(
)
)

val sdkBomVersion = "2.59.2"
val sdkBomVersion = "2.60.3"

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.5")
addSbtPlugin("com.here.platform" % "sbt-bom" % "1.0.8")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
addSbtPlugin("com.here.platform.artifact" % "sbt-resolver" % "2.0.31")
Loading

0 comments on commit d90fee9

Please sign in to comment.