@@ -74,7 +74,7 @@ The local catalog will have the HRN `hrn:local:data:::geometry-lifter-java`.
7474olp local  catalog layer add hrn:local:data:::geometry-lifter-java lifted-topology-geometry lifted-topology-geometry --versioned --summary " lifted topology-geometry" 
7575            --description " lifted topology-geometry" 
7676            --content-type application/x-protobuf \
77-             --schema hrn:$HRN_PARTITION :schema::$REALM :com.here.schema.rib:topology-geometry_v2:2.12.1 
77+             --schema hrn:$HRN_PARTITION :schema::$REALM :com.here.schema.rib:topology-geometry_v2:2.176.0 
7878olp local  catalog layer add hrn:local:data:::geometry-lifter-java state state --versioned --summary " state" 
7979            --description " state" 
8080            --content-type application/octet-stream
@@ -188,7 +188,7 @@ olp catalog create $CATALOG_ID $CATALOG_ID --summary "Geometry lifter example ca
188188olp catalog layer add $CATALOG_HRN  lifted-topology-geometry lifted-topology-geometry --versioned --summary " lifted topology-geometry" 
189189            --description " lifted topology-geometry" 
190190            --content-type application/x-protobuf \
191-             --schema hrn:$HRN_PARTITION :schema::$REALM :com.here.schema.rib:topology-geometry_v2:2.12.1  \
191+             --schema hrn:$HRN_PARTITION :schema::$REALM :com.here.schema.rib:topology-geometry_v2:2.176.0  \
192192            --scope $PROJECT_HRN 
193193olp catalog layer add $CATALOG_HRN  state state --versioned --summary " state" 
194194            --description " state" 
@@ -273,7 +273,7 @@ geographical region.
273273
274274``` bash 
275275olp pipeline create $COMPONENT_NAME_Pipeline  --email $OLP_EMAIL  --scope $PROJECT_HRN 
276- olp pipeline template create $COMPONENT_NAME_Template  batch-4.1  $PATH_TO_JAR  \
276+ olp pipeline template create $COMPONENT_NAME_Template  batch-4.3  $PATH_TO_JAR  \
277277                com.here.platform.data.processing.example.java.geometry.lifter.Main \
278278                --workers=4 --worker-units=3 --supervisor-units=2 --input-catalog-ids=rib \
279279                --scope $PROJECT_HRN 
0 commit comments