-
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.60.3
- Loading branch information
heremaps-bot
authored and
heremaps-bot
committed
Feb 27, 2024
1 parent
1346c11
commit d90fee9
Showing
43 changed files
with
92 additions
and
92 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.865</version> | ||
<version>0.0.869</version> | ||
<packaging>jar</packaging> | ||
|
||
<!-- Meta information section start --> | ||
|
@@ -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> | ||
|
||
|
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.865</version> | ||
<version>0.0.869</version> | ||
<packaging>jar</packaging> | ||
|
||
<!-- Meta information section start --> | ||
|
@@ -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> | ||
|
||
|
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.865</version> | ||
<version>0.0.869</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.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> | ||
|
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.865</version> | ||
<version>0.0.869</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.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> | ||
|
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.865</version> | ||
<version>0.0.869</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.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> | ||
|
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.865</version> | ||
<version>0.0.869</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.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> | ||
|
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.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> | ||
|
@@ -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> | ||
|
@@ -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 --> | ||
|
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.865</version> | ||
<version>0.0.869</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.59.2</tag> | ||
<tag>2.60.3</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.865</version> | ||
<version>0.0.869</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.59.2</tag> | ||
<tag>2.60.3</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.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> | ||
|
@@ -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> | ||
|
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.865</version> | ||
<version>0.0.869</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.59.2</tag> | ||
<tag>2.60.3</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.865</version> | ||
<version>0.0.869</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.59.2</tag> | ||
<tag>2.60.3</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.865</version> | ||
<version>0.0.869</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.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> | ||
|
||
|
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.865</version> | ||
<version>0.0.869</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.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> | ||
|
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
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") |
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
2 changes: 1 addition & 1 deletion
2
data-processing/scala/heremapcontent-difftool/project/plugins.sbt
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 |
---|---|---|
@@ -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") |
Oops, something went wrong.