Skip to content

Commit

Permalink
HERE Data SDK for Java & Scala Release 2.62.5
Browse files Browse the repository at this point in the history
  • Loading branch information
heremaps-bot authored and heremaps-bot committed Apr 26, 2024
1 parent b8d571d commit 0a0a31c
Show file tree
Hide file tree
Showing 34 changed files with 91 additions and 91 deletions.
8 changes: 4 additions & 4 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.874</version>
<version>0.0.879</version>
<packaging>jar</packaging>

<!-- Meta information section start -->
Expand All @@ -23,17 +23,17 @@
<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.61.5</tag>
<tag>2.62.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.61.5</sdk-bom.version>
<sdk-bom.version>2.62.5</sdk-bom.version>
<scala.compat.version>2.12</scala.compat.version>
<artifact.wagon.version>2.0.21</artifact.wagon.version>
<artifact.wagon.version>2.0.24</artifact.wagon.version>

<avro.version>1.10.0</avro.version>
<commons-logging.version>1.2</commons-logging.version>
Expand Down
8 changes: 4 additions & 4 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.874</version>
<version>0.0.879</version>
<packaging>jar</packaging>

<!-- Meta information section start -->
Expand All @@ -23,17 +23,17 @@
<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.61.5</tag>
<tag>2.62.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.61.5</sdk-bom.version>
<sdk-bom.version>2.62.5</sdk-bom.version>
<scala.compat.version>2.12</scala.compat.version>
<artifact.wagon.version>2.0.21</artifact.wagon.version>
<artifact.wagon.version>2.0.24</artifact.wagon.version>

<hadoop-client.version>2.7.3</hadoop-client.version>
<parquet-protobuf.version>1.11.1</parquet-protobuf.version>
Expand Down
8 changes: 4 additions & 4 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.874</version>
<version>0.0.879</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.61.5</tag>
<tag>2.62.5</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>
<artifact.wagon.version>2.0.24</artifact.wagon.version>

<sdk-bom.version>2.61.5</sdk-bom.version>
<sdk-bom.version>2.62.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.874</version>
<version>0.0.879</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.61.5</tag>
<tag>2.62.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.61.5</sdk-bom.version>
<sdk-bom.version>2.62.5</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.874</version>
<version>0.0.879</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.61.5</tag>
<tag>2.62.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.61.5</sdk-bom.version>
<sdk-bom.version>2.62.5</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.874</version>
<version>0.0.879</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.61.5</tag>
<tag>2.62.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.61.5</sdk-bom.version>
<sdk-bom.version>2.62.5</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.874</version>
<version>0.0.879</version>
</parent>

<groupId>com.here.platform.data.processing.example.java.pedestrian.protobuf</groupId>
<artifactId>compiler</artifactId>
<version>0.0.874</version>
<version>0.0.879</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.61.5</tag>
<tag>2.62.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.874</version>
<version>0.0.879</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.874</version>
<version>0.0.879</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.61.5</tag>
<tag>2.62.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.874</version>
<version>0.0.879</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.61.5</tag>
<tag>2.62.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.874</version>
<version>0.0.879</version>
</parent>

<groupId>com.here.platform.schema.data.processing.example.java.pedestrian.protobuf</groupId>
<artifactId>model_v2</artifactId>
<version>0.0.874</version>
<version>0.0.879</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.61.5</tag>
<tag>2.62.5</tag>
</scm>
<distributionManagement>
<repository>
Expand All @@ -61,7 +61,7 @@
<scala.compat.version>2.12</scala.compat.version>
<protobuf.version>3.11.4</protobuf.version>
<here.plugin.version>2.1.18</here.plugin.version>
<artifact.wagon.version>2.0.21</artifact.wagon.version>
<artifact.wagon.version>2.0.24</artifact.wagon.version>
</properties>

<dependencyManagement>
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.874</version>
<version>0.0.879</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.61.5</tag>
<tag>2.62.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.874</version>
<version>0.0.879</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.61.5</tag>
<tag>2.62.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.874</version>
<version>0.0.879</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.61.5</tag>
<tag>2.62.5</tag>
</scm>

<properties>
<sdk-bom.version>2.61.5</sdk-bom.version>
<sdk-bom.version>2.62.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.874</version>
<version>0.0.879</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.61.5</tag>
<tag>2.62.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.61.5</sdk-bom.version>
<sdk-bom.version>2.62.5</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.874"
ThisBuild / version := "0.0.879"
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.61.5"
val sdkBomVersion = "2.62.5"

assembly / assemblyJarName := f"${name.value}-${version.value}-platform.jar"
assembly / assemblyMergeStrategy := {
Expand Down
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.874"
ThisBuild / version := "0.0.879"
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.61.5"
val sdkBomVersion = "2.62.5"

assembly / assemblyJarName := f"${name.value}-${version.value}-platform.jar"
assembly / assemblyMergeStrategy := {
Expand Down
Loading

0 comments on commit 0a0a31c

Please sign in to comment.