diff --git a/README.md b/README.md index 57e5c62..fb44ac7 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,7 @@ Sen2VM SNAP plugin that calls the Sen2VM-Core standalone jar. For more details a * create zip archive with the following structure ``` sen2vm.zip - src/main/resources/orekit-data/ - sen2vm-core/ - sen2vm-core/sen2vm-core-1.0.0.jar - sen2vm-core/configuration_example.json - sen2vm-core/params.json + sen2vm-core-1.0.1.jar ``` ### Prebuilt plugin @@ -49,7 +45,7 @@ Otherwise, you can choose local installation in the SNAP menu bundle installatio Continue by **Downloaded → Add Plugins** and search for the nbm file in: -sen2vm-snap-plugin/target/sen2vm-snap-plugin-1.0.0.nbm +sen2vm-snap-plugin/target/sen2vm-snap-plugin-1.0.1.nbm diff --git a/pom.xml b/pom.xml index 23d5921..2ab0ae0 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 4.0.0 org.esa sen2vm - 1.0.0 + 1.0.1 Sentinel-2 Viewing Model tool goal is to compute and add geolocation information to L1B product images sen2vm https://github.com/sen2vm/sen2vm-snap-plugin diff --git a/resources/META-INF/descriptor.xml b/resources/META-INF/descriptor.xml index e197d82..b0adf0b 100644 --- a/resources/META-INF/descriptor.xml +++ b/resources/META-INF/descriptor.xml @@ -3,7 +3,7 @@ org.esa.snap.core.gpf.operators.tooladapter.ToolAdapterOp Sen2VM - 1.0.0 + 1.0.1 Sentinel-2 Viewing Model tool goal is to compute and add geolocation information to L1B product images CSGroup @@ -46,10 +46,10 @@ SEN2VM_JAR - $SEN2VM_PLUGIN_DIR/sen2vm-core/sen2vm-core-1.0.0.jar + $SEN2VM_PLUGIN_DIR/sen2vm-core-1.0.1.jar false - $SEN2VM_PLUGIN_DIR/sen2vm-core/sen2vm-core-1.0.0.jar + $SEN2VM_PLUGIN_DIR/sen2vm-core-1.0.1.jar false diff --git a/resources/sen2vm-template.vm b/resources/sen2vm-template.vm index bfd962e..2b6b4fe 100644 --- a/resources/sen2vm-template.vm +++ b/resources/sen2vm-template.vm @@ -1,5 +1,5 @@ -jar -sen2vm-core/sen2vm-core-1.0.0.jar +sen2vm-core-1.0.1.jar esa.sen2vm.Sen2VM #if ($configurationFile && $parametersFile) --config diff --git a/src/main/nbm/manifest.mf b/src/main/nbm/manifest.mf index aced2ee..f4101fa 100755 --- a/src/main/nbm/manifest.mf +++ b/src/main/nbm/manifest.mf @@ -1,13 +1,13 @@ Manifest-Version: 1.0 -OpenIDE-Module-Specification-Version: 1.0.0 -OpenIDE-Module-Implementation-Version: 1.0.0 -OpenIDE-Module-Name: Sentinel-2 Sen2VM v1.0.0 +OpenIDE-Module-Specification-Version: 1.0.1 +OpenIDE-Module-Implementation-Version: 1.0.1 +OpenIDE-Module-Name: Sentinel-2 Sen2VM v1.0.1 OpenIDE-Module-Display-Category: SNAP Supported Plugins AutoUpdate-Show-In-Client: false AutoUpdate-Essential-Module: false OpenIDE-Module-Java-Dependencies: Java > 11 OpenIDE-Module-Type: STA -OpenIDE-Module-Short-Description: Sen2VM v1.0.0 +OpenIDE-Module-Short-Description: Sen2VM v1.0.1 OpenIDE-Module: org.esa.sen2vm OpenIDE-Module-Alias: Sen2VM OpenIDE-Module-Module-Dependencies: org.esa.snap.snap.sta, org.esa.snap.snap.sta.ui