diff --git a/vocabulary-importer/README.md b/vocabulary-importer/README.md index fb5c0786..5720d73c 100644 --- a/vocabulary-importer/README.md +++ b/vocabulary-importer/README.md @@ -55,7 +55,7 @@ The tool allows to import only the hidden labels to existing concepts of a vocab CSV that it's described in the section above. This is an example: ``` -java -jar vocabulary-importer/target/vocabulary-importer-0.53.jar \ +java -jar vocabulary-importer/target/vocabulary-importer-1.0.3.jar \ --vocabularyName LifeStage \ --importHiddenLabelsOnly \ --hiddenLabelsPath "/mydir/my_hidden_labels.csv" \ @@ -130,7 +130,7 @@ This tool can be run via command line by sending these params: Example of a migration: ``` -java -jar vocabulary-importer/target/vocabulary-importer-0.53.jar \ +java -jar vocabulary-importer/target/vocabulary-importer-1.0.3.jar \ --vocabularyName LifeStage \ --vocabularyLabelEN "Life Stage" \ --vocabularyDefinitionEN "A vocabulary to capture the broad stages that an organism passes through during its life cycle. This vocabulary was assembled based on the observed terms commonly used by the open data community, including those from citizen scientists." \ @@ -145,7 +145,7 @@ java -jar vocabulary-importer/target/vocabulary-importer-0.53.jar \ Example of an only-labels import : ``` -java -jar vocabulary-importer/target/vocabulary-importer-0.53.jar \ +java -jar vocabulary-importer/target/vocabulary-importer-1.0.3.jar \ --vocabularyName LifeStage \ --importLabelsAndDefinitionsOnly \ --conceptsPath "/mydir/my_concepts.csv" \ @@ -175,7 +175,7 @@ The importer tool can also be used to migrate vocabularies across environments. where the vocabulary has to be copied to, e.g.: ``` -java -jar vocabulary-importer/target/vocabulary-importer-0.53.jar \ +java -jar vocabulary-importer/target/vocabulary-importer-1.0.3.jar \ --vocabularyName LifeStage \ --migration \ --apiUrl https://api.gbif-dev.org/v1/ \