Skip to content

Commit 45ba8cb

Browse files
heremaps-botheremaps-bot
authored andcommitted
HERE Data SDK for Java & Scala Release 2.47.2
1 parent 388a282 commit 45ba8cb

File tree

181 files changed

+378
-234
lines changed

Some content is hidden

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

181 files changed

+378
-234
lines changed

README.md

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

8686
## License
8787

88-
Copyright (C) 2017-2022 HERE Europe B.V.
88+
Copyright (C) 2017-2023 HERE Europe B.V.
8989

9090
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.815</version>
7+
<version>0.0.818</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:git@github.com:heremaps/here-workspace-examples-java-scala.git</developerConnection>
2525
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
26-
<tag>2.46.5</tag>
26+
<tag>2.47.2</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.46.5</sdk-bom.version>
34+
<sdk-bom.version>2.47.2</sdk-bom.version>
3535
<scala.compat.version>2.12</scala.compat.version>
3636
<artifact.wagon.version>2.0.13</artifact.wagon.version>
3737

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 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/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-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 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/AvroSimpleKeyExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 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/test/java/com/here/platform/data/archive/example/AvroExampleRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 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/avro-example/src/test/java/com/here/platform/data/archive/example/AvroSimpleKeyExampleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2022 HERE Europe B.V.
2+
* Copyright (C) 2017-2023 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/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.815</version>
7+
<version>0.0.818</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:git@github.com:heremaps/here-workspace-examples-java-scala.git</developerConnection>
2525
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
26-
<tag>2.46.5</tag>
26+
<tag>2.47.2</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.46.5</sdk-bom.version>
34+
<sdk-bom.version>2.47.2</sdk-bom.version>
3535
<scala.compat.version>2.12</scala.compat.version>
3636
<artifact.wagon.version>2.0.13</artifact.wagon.version>
3737

data-archive/java/parquet-example/src/main/java/com/here/platform/data/archive/example/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-2022 HERE Europe B.V.
21+
* Copyright (C) 2019-2023 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/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-2022 HERE Europe B.V.
21+
* Copyright (C) 2019-2023 HERE Europe B.V.
2222
* SPDX-License-Identifier: Apache-2.0
2323
*
2424
* This file is based on commit f84938441be49c665595c936ac631c3e5f171bf9

0 commit comments

Comments
 (0)