-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HERE Data SDK for Java & Scala Release 2.62.5
- Loading branch information
heremaps-bot
authored and
heremaps-bot
committed
Apr 26, 2024
1 parent
b8d571d
commit 0a0a31c
Showing
34 changed files
with
91 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 --> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 --> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 --> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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 --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.