|
4 | 4 |
|
5 | 5 | <groupId>com.here.platform.examples</groupId> |
6 | 6 | <artifactId>data-archive-sensoris-parquet-example</artifactId> |
7 | | - <version>0.0.662</version> |
| 7 | + <version>0.0.678</version> |
8 | 8 | <packaging>jar</packaging> |
9 | 9 |
|
10 | 10 | <!-- Meta information section --> |
|
23 | 23 | <connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection> |
24 | 24 | < developerConnection>scm:git: [email protected]:heremaps/here-workspace-examples-java-scala.git</ developerConnection> |
25 | 25 | <url>https://github.com/heremaps/here-workspace-examples-java-scala</url> |
26 | | - <tag>2.27.0</tag> |
| 26 | + <tag>2.28.0</tag> |
27 | 27 | </scm> |
28 | 28 |
|
29 | 29 | <properties> |
30 | 30 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
31 | 31 | <java.version>1.8</java.version> |
32 | 32 | <artifact.wagon.version>1.6.0</artifact.wagon.version> |
33 | 33 |
|
34 | | - <sdk-bom.version>2.27.6</sdk-bom.version> |
35 | | - <scala.compat.version>2.11</scala.compat.version> |
| 34 | + <sdk-bom.version>2.28.13</sdk-bom.version> |
| 35 | + <scala.compat.version>2.12</scala.compat.version> |
36 | 36 | <hadoop-client.version>2.7.3</hadoop-client.version> |
37 | 37 | <parquet-protobuf.version>1.11.1</parquet-protobuf.version> |
38 | 38 | <commons-logging.version>1.2</commons-logging.version> |
|
47 | 47 | <!-- SDK Stream BOM --> |
48 | 48 | <dependency> |
49 | 49 | <groupId>com.here.platform</groupId> |
50 | | - <artifactId>sdk-stream-bom</artifactId> |
| 50 | + <artifactId>sdk-stream-bom_${scala.compat.version}</artifactId> |
51 | 51 | <version>${sdk-bom.version}</version> |
52 | 52 | <type>pom</type> |
53 | 53 | <scope>import</scope> |
|
87 | 87 | <!-- Here Dependencies from sdk-stream-bom pom --> |
88 | 88 | <dependency> |
89 | 89 | <groupId>com.here.platform.data.archive</groupId> |
90 | | - <artifactId>data-archive</artifactId> |
| 90 | + <artifactId>data-archive_${scala.compat.version}</artifactId> |
91 | 91 | </dependency> |
92 | 92 | <dependency> |
93 | 93 | <groupId>com.here.platform.location</groupId> |
|
137 | 137 | <plugin> |
138 | 138 | <groupId>org.apache.maven.plugins</groupId> |
139 | 139 | <artifactId>maven-shade-plugin</artifactId> |
140 | | - <version>3.0.0</version> |
| 140 | + <version>3.2.4</version> |
141 | 141 | <executions> |
142 | 142 | <!-- Run shade goal on package phase --> |
143 | 143 | <execution> |
|
0 commit comments