File tree Expand file tree Collapse file tree 34 files changed +83
-83
lines changed 
sensoris-protobuf-example 
heremapcontent-validation 
index-compaction-batch/java 
flink/stream-path-matcher 
spark/infer-stop-signs-from-sensors Expand file tree Collapse file tree 34 files changed +83
-83
lines changed Original file line number Diff line number Diff line change 44
55    <groupId >com.here.platform.data.archive</groupId >
66    <artifactId >data-archive-avro-example</artifactId >
7-     <version >0.0.899 </version >
7+     <version >0.0.907 </version >
88    <packaging >jar</packaging >
99
1010    <!--  Meta information section start --> 
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.65.6 </tag >
26+         <tag >2.66.7 </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.65.6 </sdk-bom .version>
34+         <sdk-bom .version>2.66.7 </sdk-bom .version>
3535        <scala .compat.version>2.12</scala .compat.version>
3636        <artifact .wagon.version>2.0.24</artifact .wagon.version>
3737
Original file line number Diff line number Diff line change 44
55    <groupId >com.here.platform.data.archive</groupId >
66    <artifactId >data-archive-parquet-example</artifactId >
7-     <version >0.0.899 </version >
7+     <version >0.0.907 </version >
88    <packaging >jar</packaging >
99
1010    <!--  Meta information section start --> 
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.65.6 </tag >
26+         <tag >2.66.7 </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.65.6 </sdk-bom .version>
34+         <sdk-bom .version>2.66.7 </sdk-bom .version>
3535        <scala .compat.version>2.12</scala .compat.version>
3636        <artifact .wagon.version>2.0.24</artifact .wagon.version>
3737
Original file line number Diff line number Diff line change 44
55    <groupId >com.here.platform.examples</groupId >
66    <artifactId >data-archive-sensoris-protobuf-example</artifactId >
7-     <version >0.0.899 </version >
7+     <version >0.0.907 </version >
88    <packaging >jar</packaging >
99
1010    <!--  Meta information section --> 
2525        <connection >scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection >
2626        <
developerConnection >scm:git:
[email protected] :heremaps/here-workspace-examples-java-scala.git</
developerConnection >
2727        <url >https://github.com/heremaps/here-workspace-examples-java-scala</url >
28-         <tag >2.65.6 </tag >
28+         <tag >2.66.7 </tag >
2929    </scm >
3030
3131    <properties >
3232        <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3333        <java .version>1.8</java .version>
3434        <artifact .wagon.version>2.0.24</artifact .wagon.version>
3535
36-         <sdk-bom .version>2.65.6 </sdk-bom .version>
36+         <sdk-bom .version>2.66.7 </sdk-bom .version>
3737        <scala .compat.version>2.12</scala .compat.version>
3838
3939        <avro .version>1.10.0</avro .version>
Original file line number Diff line number Diff line change 44
55  <groupId >com.here.platform.data.processing.example.java.geometry.lifter</groupId >
66  <artifactId >geometry-lifter</artifactId >
7-   <version >0.0.899 </version >
7+   <version >0.0.907 </version >
88  <packaging >jar</packaging >
99
1010  <name >Batch Processor compiler for Geometry Lifter in Java</name >
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.65.6 </tag >
26+     <tag >2.66.7 </tag >
2727  </scm >
2828
2929  <properties >
3030    <java .version>1.8</java .version>
3131    <maven .compiler.source>${java.version} </maven .compiler.source>
3232    <maven .compiler.target>${java.version} </maven .compiler.target>
33-     <sdk-bom .version>2.65.6 </sdk-bom .version>
33+     <sdk-bom .version>2.66.7 </sdk-bom .version>
3434    <exec-maven-plugin .version>1.6.0</exec-maven-plugin .version>
3535    <maven-shade-plugin .version>3.2.1</maven-shade-plugin .version>
3636    <scala-maven-plugin .version>4.5.4</scala-maven-plugin .version>
Original file line number Diff line number Diff line change 44
55  <groupId >com.here.platform.data.processing.example.java</groupId >
66  <artifactId >heremapcontent-difftool</artifactId >
7-   <version >0.0.899 </version >
7+   <version >0.0.907 </version >
88  <packaging >jar</packaging >
99
1010  <name >HERE Map Content Differences example for Java</name >
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.65.6 </tag >
26+     <tag >2.66.7 </tag >
2727  </scm >
2828
2929  <properties >
3030    <java .version>1.8</java .version>
3131    <maven .compiler.source>${java.version} </maven .compiler.source>
3232    <maven .compiler.target>${java.version} </maven .compiler.target>
33-     <sdk-bom .version>2.65.6 </sdk-bom .version>
33+     <sdk-bom .version>2.66.7 </sdk-bom .version>
3434    <exec-maven-plugin .version>1.6.0</exec-maven-plugin .version>
3535    <maven-shade-plugin .version>3.2.1</maven-shade-plugin .version>
3636    <scala-maven-plugin .version>4.5.4</scala-maven-plugin .version>
Original file line number Diff line number Diff line change 44
55  <groupId >com.here.platform.schema.data.processing.example.java</groupId >
66  <artifactId >pedestrian-topologies-extraction-geojson</artifactId >
7-   <version >0.0.899 </version >
7+   <version >0.0.907 </version >
88  <packaging >jar</packaging >
99
1010  <name >Batch Processor compiler for GeoJson in Java</name >
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.65.6 </tag >
26+     <tag >2.66.7 </tag >
2727  </scm >
2828
2929  <properties >
3030    <java .version>1.8</java .version>
3131    <maven .compiler.source>${java.version} </maven .compiler.source>
3232    <maven .compiler.target>${java.version} </maven .compiler.target>
33-     <sdk-bom .version>2.65.6 </sdk-bom .version>
33+     <sdk-bom .version>2.66.7 </sdk-bom .version>
3434    <exec-maven-plugin .version>1.6.0</exec-maven-plugin .version>
3535    <maven-shade-plugin .version>3.2.1</maven-shade-plugin .version>
3636    <scala-maven-plugin .version>4.5.4</scala-maven-plugin .version>
Original file line number Diff line number Diff line change 55  <parent >
66    <groupId >com.here.platform.data.processing.example.java</groupId >
77    <artifactId >pedestrian-topologies-extraction-protobuf</artifactId >
8-     <version >0.0.899 </version >
8+     <version >0.0.907 </version >
99  </parent >
1010
1111  <groupId >com.here.platform.data.processing.example.java.pedestrian.protobuf</groupId >
1212  <artifactId >compiler</artifactId >
13-   <version >0.0.899 </version >
13+   <version >0.0.907 </version >
1414  <packaging >jar</packaging >
1515
1616  <name >Batch Processor compiler for Protobuf in Java</name >
2929    <connection >scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection >
3030    <
developerConnection >scm:git:
[email protected] :heremaps/here-workspace-examples-java-scala.git</
developerConnection >
3131    <url >https://github.com/heremaps/here-workspace-examples-java-scala</url >
32-     <tag >2.65.6 </tag >
32+     <tag >2.66.7 </tag >
3333  </scm >
3434
3535  <properties >
6464    <dependency >
6565      <groupId >com.here.platform.schema.data.processing.example.java.pedestrian.protobuf</groupId >
6666      <artifactId >model_v2_java</artifactId >
67-       <version >0.0.899 </version >
67+       <version >0.0.907 </version >
6868    </dependency >
6969
7070    <!--  HERE dependencies --> 
Original file line number Diff line number Diff line change 55  <parent >
66    <groupId >com.here.platform.schema.data.processing.example.java.pedestrian.protobuf</groupId >
77    <artifactId >model_v2</artifactId >
8-     <version >0.0.899 </version >
8+     <version >0.0.907 </version >
99  </parent >
1010
1111  <artifactId >model_v2_ds</artifactId >
2828    <connection >scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection >
2929    <
developerConnection >scm:git:
[email protected] :heremaps/here-workspace-examples-java-scala.git</
developerConnection >
3030    <url >https://github.com/heremaps/here-workspace-examples-java-scala</url >
31-     <tag >2.65.6 </tag >
31+     <tag >2.66.7 </tag >
3232  </scm >
3333
3434  <dependencies >
Original file line number Diff line number Diff line change 55  <parent >
66    <groupId >com.here.platform.schema.data.processing.example.java.pedestrian.protobuf</groupId >
77    <artifactId >model_v2</artifactId >
8-     <version >0.0.899 </version >
8+     <version >0.0.907 </version >
99  </parent >
1010
1111  <artifactId >model_v2_java</artifactId >
2828    <connection >scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection >
2929    <
developerConnection >scm:git:
[email protected] :heremaps/here-workspace-examples-java-scala.git</
developerConnection >
3030    <url >https://github.com/heremaps/here-workspace-examples-java-scala</url >
31-     <tag >2.65.6 </tag >
31+     <tag >2.66.7 </tag >
3232  </scm >
3333
3434  <dependencies >
Original file line number Diff line number Diff line change 55  <parent >
66    <groupId >com.here.platform.data.processing.example.java</groupId >
77    <artifactId >pedestrian-topologies-extraction-protobuf</artifactId >
8-     <version >0.0.899 </version >
8+     <version >0.0.907 </version >
99  </parent >
1010
1111  <groupId >com.here.platform.schema.data.processing.example.java.pedestrian.protobuf</groupId >
1212  <artifactId >model_v2</artifactId >
13-   <version >0.0.899 </version >
13+   <version >0.0.907 </version >
1414  <packaging >pom</packaging >
1515
1616  <name >Pedestrian Topologies Extraction Example Java</name >
4040    <connection >scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection >
4141    <
developerConnection >scm:git:
[email protected] :heremaps/here-workspace-examples-java-scala.git</
developerConnection >
4242    <url >https://github.com/heremaps/here-workspace-examples-java-scala</url >
43-     <tag >2.65.6 </tag >
43+     <tag >2.66.7 </tag >
4444  </scm >
4545  <distributionManagement >
4646    <repository >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments