Skip to content

Commit

Permalink
HERE Data SDK for Java & Scala Release 2.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heremaps-bot authored and heremaps-bot committed May 17, 2022
1 parent b6a218a commit 555b461
Show file tree
Hide file tree
Showing 58 changed files with 171 additions and 171 deletions.
4 changes: 2 additions & 2 deletions data-archive/java/avro-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Use the [HERE platform portal](https://platform.here.com/) to [create the input

- For instructions on how to create a catalog, see _Create a Catalog_ in the [Data User Guide](#data-user-guide).
- For instructions on how to create a layer, see _Create a Layer_ in the [Data User Guide](#data-user-guide).
- For instructions on how to link a resource to a project, see _Project Resources Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
- For instructions on how to link a resource to a project, see _Project Resource Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
- For instructions on how to share your project, see _Manage Projects_ in the [Identity & Access Management Developer Guide](https://developer.here.com/documentation/identity-access-management/dev_guide/index.html).

Alternatively, you can use the _OLP CLI Commands_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide) instead of the platform portal to create a new catalog with a `stream` layer:
Expand Down Expand Up @@ -103,7 +103,7 @@ Use the [HERE platform portal](https://platform.here.com/) to [create the output

- For instructions on how to create a catalog, see _Create a Catalog_ in the [Data User Guide](#data-user-guide).
- For instructions on how to create a layer, see _Create a Layer_ in the [Data User Guide](#data-user-guide).
- For instructions on how to link a resource to a project, see _Project Resources Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
- For instructions on how to link a resource to a project, see _Project Resource Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
- For instructions on how to share your project, see _Manage Projects_ in the [Identity & Access Management Developer Guide](https://developer.here.com/documentation/identity-access-management/dev_guide/index.html).

Alternatively, you can use the _OLP CLI Commands_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide) instead of the platform portal to create a new catalog with an `index` layer:
Expand Down
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.766</version>
<version>0.0.774</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.38.0</tag>
<tag>2.39.0</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.38.11</sdk-bom.version>
<sdk-bom.version>2.39.6</sdk-bom.version>
<scala.compat.version>2.12</scala.compat.version>

<avro.version>1.10.0</avro.version>
Expand Down Expand Up @@ -193,7 +193,7 @@
<extension>
<groupId>com.here.platform.artifact</groupId>
<artifactId>artifact-wagon</artifactId>
<version>2.0.5</version>
<version>2.0.10</version>
</extension>
</extensions>
</build>
Expand Down
4 changes: 2 additions & 2 deletions data-archive/java/parquet-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Use the [HERE platform portal](https://platform.here.com/) to [create the input

- For instructions on how to create a catalog, see _Create a Catalog_ in the [Data User Guide](#data-user-guide).
- For instructions on how to create a layer, see _Create a Layer_ in the [Data User Guide](#data-user-guide).
- For instructions on how to link a resource to a project, see _Project Resources Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
- For instructions on how to link a resource to a project, see _Project Resource Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
- For instructions on how to share your project, see _Manage Projects_ in the [Identity & Access Management Developer Guide](https://developer.here.com/documentation/identity-access-management/dev_guide/index.html).

Alternatively, you can use the _OLP CLI Commands_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide) instead of the platform portal to create a new catalog with a `stream` layer:
Expand Down Expand Up @@ -102,7 +102,7 @@ Use the [HERE platform portal](https://platform.here.com/) to [create the output

- For instructions on how to create a catalog, see _Create a Catalog_ in the [Data User Guide](#data-user-guide).
- For instructions on how to create a layer, see _Create a Layer_ in the [Data User Guide](#data-user-guide).
- For instructions on how to link a resource to a project, see _Project Resources Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
- For instructions on how to link a resource to a project, see _Project Resource Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
- For instructions on how to share your project, see _Manage Projects_ in the [Identity & Access Management Developer Guide](https://developer.here.com/documentation/identity-access-management/dev_guide/index.html).

Alternatively, you can use the _OLP CLI Commands_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide) instead of the platform portal to create a new catalog with an `index` layer:
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.766</version>
<version>0.0.774</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.38.0</tag>
<tag>2.39.0</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.38.11</sdk-bom.version>
<sdk-bom.version>2.39.6</sdk-bom.version>
<scala.compat.version>2.12</scala.compat.version>

<hadoop-client.version>2.7.3</hadoop-client.version>
Expand Down Expand Up @@ -181,7 +181,7 @@
<extension>
<groupId>com.here.platform.artifact</groupId>
<artifactId>artifact-wagon</artifactId>
<version>2.0.5</version>
<version>2.0.10</version>
</extension>
</extensions>
</build>
Expand Down
4 changes: 2 additions & 2 deletions data-archive/java/protobuf-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Use the [HERE platform portal](https://platform.here.com/) to [create the input

- For instructions on how to create a catalog, see _Create a Catalog_ in the [Data User Guide](#data-user-guide).
- For instructions on how to create a layer, see _Create a Layer_ in the [Data User Guide](#data-user-guide).
- For instructions on how to link a resource to a project, see _Project Resources Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
- For instructions on how to link a resource to a project, see _Project Resource Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
- For instructions on how to share your project, see _Manage Projects_ in the [Identity & Access Management Developer Guide](https://developer.here.com/documentation/identity-access-management/dev_guide/index.html).

Alternatively, you can use the _OLP CLI Commands_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide) instead of the platform portal to create a new catalog with a `stream` layer:
Expand Down Expand Up @@ -102,7 +102,7 @@ Use the [HERE platform portal](https://platform.here.com/) to [create the output

- For instructions on how to create a catalog, see _Create a Catalog_ in the [Data User Guide](#data-user-guide).
- For instructions on how to create a layer, see _Create a Layer_ in the [Data User Guide](#data-user-guide).
- For instructions on how to link a resource to a project, see _Project Resources Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
- For instructions on how to link a resource to a project, see _Project Resource Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
- For instructions on how to share your project, see _Manage Projects_ in the [Identity & Access Management Developer Guide](https://developer.here.com/documentation/identity-access-management/dev_guide/index.html).

Alternatively, you can use the _OLP CLI Commands_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide) instead of the platform portal to create a new catalog with an `index` layer:
Expand Down
8 changes: 4 additions & 4 deletions data-archive/java/protobuf-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-protobuf-example</artifactId>
<version>0.0.766</version>
<version>0.0.774</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.38.0</tag>
<tag>2.39.0</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.38.11</sdk-bom.version>
<sdk-bom.version>2.39.6</sdk-bom.version>
<scala.compat.version>2.12</scala.compat.version>

<commons-logging.version>1.2</commons-logging.version>
Expand Down Expand Up @@ -161,7 +161,7 @@
<extension>
<groupId>com.here.platform.artifact</groupId>
<artifactId>artifact-wagon</artifactId>
<version>2.0.5</version>
<version>2.0.10</version>
</extension>
</extensions>
</build>
Expand Down
4 changes: 2 additions & 2 deletions data-archive/java/sensoris-parquet-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Use the [HERE platform portal](https://platform.here.com/) to [create the input

- For instructions on how to create a catalog, see _Create a Catalog_ in the [Data User Guide](#data-user-guide).
- For instructions on how to create a layer, see _Create a Layer_ in the [Data User Guide](#data-user-guide).
- For instructions on how to link a resource to a project, see _Project Resources Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
- For instructions on how to link a resource to a project, see _Project Resource Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
- For instructions on how to share your project, see _Manage Projects_ in the [Identity & Access Management Developer Guide](https://developer.here.com/documentation/identity-access-management/dev_guide/index.html).

Alternatively, you can use the _OLP CLI Commands_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide) instead of the platform portal to create a new catalog with a `stream` layer:
Expand Down Expand Up @@ -103,7 +103,7 @@ Use the [HERE platform portal](https://platform.here.com/) to [create the output

- For instructions on how to create a catalog, see _Create a Catalog_ in the [Data User Guide](#data-user-guide).
- For instructions on how to create a layer, see _Create a Layer_ in the [Data User Guide](#data-user-guide).
- For instructions on how to link a resource to a project, see _Project Resources Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
- For instructions on how to link a resource to a project, see _Project Resource Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
- For instructions on how to share your project, see _Manage Projects_ in the [Identity & Access Management Developer Guide](https://developer.here.com/documentation/identity-access-management/dev_guide/index.html).

Alternatively, you can use the _OLP CLI Commands_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide) instead of the platform portal to create a new catalog with an `index` layer:
Expand Down
8 changes: 4 additions & 4 deletions data-archive/java/sensoris-parquet-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-parquet-example</artifactId>
<version>0.0.766</version>
<version>0.0.774</version>
<packaging>jar</packaging>

<!-- Meta information section -->
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.38.0</tag>
<tag>2.39.0</tag>
</scm>

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

<sdk-bom.version>2.38.11</sdk-bom.version>
<sdk-bom.version>2.39.6</sdk-bom.version>
<scala.compat.version>2.12</scala.compat.version>
<hadoop-client.version>2.7.3</hadoop-client.version>
<parquet-protobuf.version>1.11.1</parquet-protobuf.version>
Expand Down
4 changes: 2 additions & 2 deletions data-archive/java/sensoris-protobuf-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Use the [HERE platform portal](https://platform.here.com/) to [create the input

- For instructions on how to create a catalog, see _Create a Catalog_ in the [Data User Guide](#data-user-guide).
- For instructions on how to create a layer, see _Create a Layer_ in the [Data User Guide](#data-user-guide).
- For instructions on how to link a resource to a project, see _Project Resources Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
- For instructions on how to link a resource to a project, see _Project Resource Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
- For instructions on how to share your project, see _Manage Projects_ in the [Identity & Access Management Developer Guide](https://developer.here.com/documentation/identity-access-management/dev_guide/index.html).

Alternatively, you can use the _OLP CLI Commands_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide) instead of the platform portal to create a new catalog with a `stream` layer:
Expand Down Expand Up @@ -103,7 +103,7 @@ Use the [HERE platform portal](https://platform.here.com/) to [create the output

- For instructions on how to create a catalog, see _Create a Catalog_ in the [Data User Guide](#data-user-guide).
- For instructions on how to create a layer, see _Create a Layer_ in the [Data User Guide](#data-user-guide).
- For instructions on how to link a resource to a project, see _Project Resources Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
- For instructions on how to link a resource to a project, see _Project Resource Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
- For instructions on how to share your project, see _Manage Projects_ in the [Identity & Access Management Developer Guide](https://developer.here.com/documentation/identity-access-management/dev_guide/index.html).

Alternatively, you can use the _OLP CLI Commands_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide) instead of the platform portal to create a new catalog with an `index` layer:
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.766</version>
<version>0.0.774</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.38.0</tag>
<tag>2.39.0</tag>
</scm>

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

<sdk-bom.version>2.38.11</sdk-bom.version>
<sdk-bom.version>2.39.6</sdk-bom.version>
<scala.compat.version>2.12</scala.compat.version>

<commons-logging.version>1.2</commons-logging.version>
Expand Down
6 changes: 3 additions & 3 deletions data-processing/java/geometry-lifter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,16 @@ olp catalog layer add $CATALOG_HRN state state --versioned --summary "state" \
--content-type application/octet-stream --scope $PROJECT_HRN
```

3. Use the [`olp project resources link`](https://developer.here.com/documentation/open-location-platform-cli/user_guide/topics/project/project-resources-commands.html#project-resources-link) command to link the _HERE Map Content_ catalog to your project:
3. Use the [`olp project resource link`](https://developer.here.com/documentation/open-location-platform-cli/user_guide/topics/project/project-link-commands.html#project-resource-link) command to link the _HERE Map Content_ catalog to your project:

```bash
olp project resources link $PROJECT_HRN $CATALOG_RIB
olp project resource link $PROJECT_HRN $CATALOG_RIB
```

- For more details on catalog commands, see [Catalog Commands](https://developer.here.com/documentation/open-location-platform-cli/user_guide/topics/data/catalog-commands.html).
- For more details on layer commands, see [Layer Commands](https://developer.here.com/documentation/open-location-platform-cli/user_guide/topics/data/layer-commands.html).
- For more details on project commands, see [Project Commands](https://developer.here.com/documentation/open-location-platform-cli/user_guide/topics/project/project-commands.html).
- For instructions on how to link a resource to a project, see [Project Resources Link command](https://developer.here.com/documentation/open-location-platform-cli/user_guide/topics/project/project-resources-commands.html#project-resources-link).
- For instructions on how to link a resource to a project, see [Project Resource Link command](https://developer.here.com/documentation/open-location-platform-cli/user_guide/topics/project/project-link-commands.html#project-resource-link).

## Configure the Compiler

Expand Down
Loading

0 comments on commit 555b461

Please sign in to comment.