Skip to content

Commit 1ba15f0

Browse files
heremaps-botheremaps-bot
authored andcommitted
HERE Data SDK for Java & Scala Release 2.71.8
1 parent e002a6f commit 1ba15f0

File tree

154 files changed

+204
-204
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+204
-204
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ The following examples demonstrate how to use the Location Library.
8383

8484
## License
8585

86-
Copyright (C) 2017-2024 HERE Europe B.V.
86+
Copyright (C) 2017-2025 HERE Europe B.V.
8787

8888
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.

data-archive/java/avro-example/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.here.platform.data.archive</groupId>
66
<artifactId>data-archive-avro-example</artifactId>
7-
<version>0.0.928</version>
7+
<version>0.0.934</version>
88
<packaging>jar</packaging>
99

1010
<!-- Meta information section start -->
@@ -23,15 +23,15 @@
2323
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
2424
<developerConnection>scm:git:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
2525
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
26-
<tag>2.70.5</tag>
26+
<tag>2.71.8</tag>
2727
</scm>
2828

2929
<!-- Meta information section end -->
3030
<properties>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3232
<java.version>1.8</java.version>
3333

34-
<sdk-bom.version>2.70.5</sdk-bom.version>
34+
<sdk-bom.version>2.71.8</sdk-bom.version>
3535
<scala.compat.version>2.12</scala.compat.version>
3636
<artifact.wagon.version>2.0.24</artifact.wagon.version>
3737

data-archive/java/avro-example/src/main/java/com/here/platform/data/archive/example/AvroMultiKeysExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2024 HERE Europe B.V.
2+
* Copyright (C) 2017-2025 HERE Europe B.V.
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.
55
* You may obtain a copy of the License at

data-archive/java/avro-example/src/main/java/com/here/platform/data/archive/example/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2024 HERE Europe B.V.
2+
* Copyright (C) 2017-2025 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

data-archive/java/parquet-example/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.here.platform.data.archive</groupId>
66
<artifactId>data-archive-parquet-example</artifactId>
7-
<version>0.0.928</version>
7+
<version>0.0.934</version>
88
<packaging>jar</packaging>
99

1010
<!-- Meta information section start -->
@@ -23,15 +23,15 @@
2323
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
2424
<developerConnection>scm:git:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
2525
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
26-
<tag>2.70.5</tag>
26+
<tag>2.71.8</tag>
2727
</scm>
2828

2929
<!-- Meta information section end -->
3030
<properties>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3232
<java.version>1.8</java.version>
3333

34-
<sdk-bom.version>2.70.5</sdk-bom.version>
34+
<sdk-bom.version>2.71.8</sdk-bom.version>
3535
<scala.compat.version>2.12</scala.compat.version>
3636
<artifact.wagon.version>2.0.24</artifact.wagon.version>
3737

data-archive/java/parquet-example/src/main/java/com/here/platform/data/archive/example/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2024 HERE Europe B.V.
2+
* Copyright (C) 2017-2025 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

data-archive/java/parquet-example/src/main/java/com/here/platform/data/archive/example/ParquetSimpleKeyExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2024 HERE Europe B.V.
2+
* Copyright (C) 2017-2025 HERE Europe B.V.
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.
55
* You may obtain a copy of the License at

data-archive/java/parquet-example/src/main/java/com/here/platform/data/archive/example/util/CustomProtoSchemaConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
/*
21-
* Copyright (C) 2019-2024 HERE Europe B.V.
21+
* Copyright (C) 2019-2025 HERE Europe B.V.
2222
* SPDX-License-Identifier: Apache-2.0
2323
*
2424
* This file is based on commit f84938441be49c665595c936ac631c3e5f171bf9

data-archive/java/parquet-example/src/main/java/com/here/platform/data/archive/example/util/CustomProtoWriteSupport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
/*
21-
* Copyright (C) 2019-2024 HERE Europe B.V.
21+
* Copyright (C) 2019-2025 HERE Europe B.V.
2222
* SPDX-License-Identifier: Apache-2.0
2323
*
2424
* This file is based on commit f84938441be49c665595c936ac631c3e5f171bf9

data-archive/java/parquet-example/src/main/java/com/here/platform/data/archive/example/util/SdiiMessageParquetWriterBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2024 HERE Europe B.V.
2+
* Copyright (C) 2017-2025 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)