Skip to content

Commit

Permalink
HERE Data SDK for Java & Scala Release 2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heremaps-bot authored and heremaps-bot committed Jan 25, 2021
1 parent 6a77b2a commit 490ccc3
Show file tree
Hide file tree
Showing 230 changed files with 1,357 additions and 559 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ The following examples demonstrate how to use the Location Library. Sources can

## License

Copyright (C) 2017-2020 HERE Europe B.V.
Copyright (C) 2017-2021 HERE Europe B.V.

Unless otherwise noted in `LICENSE` files, source code files for specific files or directories, the [LICENSE](LICENSE) in the root applies to all content in this repository.
14 changes: 11 additions & 3 deletions data-archive/java/avro-example/pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.here.platform.data.archive</groupId>
<artifactId>data-archive-avro-example</artifactId>
<version>0.0.597</version>
<version>0.0.610</version>
<packaging>jar</packaging>

<!-- Meta information section start -->
Expand All @@ -18,12 +19,19 @@
</license>
</licenses>

<scm>
<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.23.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.22.8</sdk-bom.version>
<sdk-bom.version>2.23.6</sdk-bom.version>
<scala.compat.version>2.11</scala.compat.version>

<avro.version>1.10.0</avro.version>
Expand Down Expand Up @@ -216,4 +224,4 @@
</dependencies>
</profile>
</profiles>
</project>
</project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 HERE Europe B.V.
* Copyright (C) 2017-2021 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 HERE Europe B.V.
* Copyright (C) 2017-2021 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 HERE Europe B.V.
* Copyright (C) 2017-2021 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 HERE Europe B.V.
* Copyright (C) 2017-2021 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 HERE Europe B.V.
* Copyright (C) 2017-2021 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
14 changes: 11 additions & 3 deletions data-archive/java/parquet-example/pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.here.platform.data.archive</groupId>
<artifactId>data-archive-parquet-example</artifactId>
<version>0.0.597</version>
<version>0.0.610</version>
<packaging>jar</packaging>

<!-- Meta information section start -->
Expand All @@ -18,12 +19,19 @@
</license>
</licenses>

<scm>
<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.23.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.22.8</sdk-bom.version>
<sdk-bom.version>2.23.6</sdk-bom.version>
<scala.compat.version>2.11</scala.compat.version>

<hadoop-client.version>2.7.3</hadoop-client.version>
Expand Down Expand Up @@ -195,4 +203,4 @@
</dependencies>
</profile>
</profiles>
</project>
</project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 HERE Europe B.V.
* Copyright (C) 2017-2021 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 HERE Europe B.V.
* Copyright (C) 2017-2021 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 HERE Europe B.V.
* Copyright (C) 2017-2021 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 HERE Europe B.V.
* Copyright (C) 2017-2021 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
14 changes: 11 additions & 3 deletions data-archive/java/protobuf-example/pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.here.platform.data.archive</groupId>
<artifactId>data-archive-protobuf-example</artifactId>
<version>0.0.597</version>
<version>0.0.610</version>
<packaging>jar</packaging>

<!-- Meta information section start -->
Expand All @@ -18,12 +19,19 @@
</license>
</licenses>

<scm>
<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.23.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.22.8</sdk-bom.version>
<sdk-bom.version>2.23.6</sdk-bom.version>
<scala.compat.version>2.11</scala.compat.version>

<commons-logging.version>1.2</commons-logging.version>
Expand Down Expand Up @@ -176,4 +184,4 @@
</dependencies>
</profile>
</profiles>
</project>
</project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 HERE Europe B.V.
* Copyright (C) 2017-2021 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 HERE Europe B.V.
* Copyright (C) 2017-2021 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 HERE Europe B.V.
* Copyright (C) 2017-2021 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
14 changes: 11 additions & 3 deletions data-archive/java/sensoris-parquet-example/pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.here.platform.examples</groupId>
<artifactId>data-archive-sensoris-parquet-example</artifactId>
<version>0.0.597</version>
<version>0.0.610</version>
<packaging>jar</packaging>

<!-- Meta information section -->
Expand All @@ -18,12 +19,19 @@
</license>
</licenses>

<scm>
<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.23.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>

<sdk-bom.version>2.22.8</sdk-bom.version>
<sdk-bom.version>2.23.6</sdk-bom.version>
<scala.compat.version>2.11</scala.compat.version>
<hadoop-client.version>2.7.3</hadoop-client.version>
<parquet-protobuf.version>1.11.1</parquet-protobuf.version>
Expand Down Expand Up @@ -211,4 +219,4 @@
</dependencies>
</profile>
</profiles>
</project>
</project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 HERE Europe B.V.
* Copyright (C) 2017-2021 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 HERE Europe B.V.
* Copyright (C) 2017-2021 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 HERE Europe B.V.
* Copyright (C) 2017-2021 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 HERE Europe B.V.
* Copyright (C) 2017-2021 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 HERE Europe B.V.
* Copyright (C) 2017-2021 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 HERE Europe B.V.
* Copyright (C) 2017-2021 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 HERE Europe B.V.
* Copyright (C) 2017-2021 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
14 changes: 11 additions & 3 deletions data-archive/java/sensoris-protobuf-example/pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.here.platform.examples</groupId>
<artifactId>data-archive-sensoris-protobuf-example</artifactId>
<version>0.0.597</version>
<version>0.0.610</version>
<packaging>jar</packaging>

<!-- Meta information section -->
Expand All @@ -20,12 +21,19 @@
</license>
</licenses>

<scm>
<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.23.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>

<sdk-bom.version>2.22.8</sdk-bom.version>
<sdk-bom.version>2.23.6</sdk-bom.version>
<scala.compat.version>2.11</scala.compat.version>

<commons-logging.version>1.2</commons-logging.version>
Expand Down Expand Up @@ -190,4 +198,4 @@
</dependencies>
</profile>
</profiles>
</project>
</project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 HERE Europe B.V.
* Copyright (C) 2017-2021 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 HERE Europe B.V.
* Copyright (C) 2017-2021 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 HERE Europe B.V.
* Copyright (C) 2017-2021 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 HERE Europe B.V.
* Copyright (C) 2017-2021 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 HERE Europe B.V.
* Copyright (C) 2017-2021 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit 490ccc3

Please sign in to comment.