Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykKul committed Jul 10, 2024
1 parent c195219 commit 360a804
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ authors:
given-names: "Eryk"
orcid: "https://orcid.org/0000-0002-9967-9732"
title: "Transformer Exporter for Dataverse"
version: 1.0.8
date-released: 2024-07-09
version: 1.0.9
date-released: 2024-07-10
url: "https://github.com/gdcc/exporter-transformer"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Supported Dataverse versions: 6.0 - recent.

## Installation

If you haven’t already configured it, set the [dataverse-spi-exporters-directory](https://guides.dataverse.org/en/latest/installation/config.html#dataverse-spi-exporters-directory) configuration value first. Then navigate to the configured directory and download the [JAR file](https://repo1.maven.org/maven2/io/gdcc/export/exporter-transformer/1.0.8/exporter-transformer-1.0.8-jar-with-dependencies.jar) together with the examples you want to try out:
If you haven’t already configured it, set the [dataverse-spi-exporters-directory](https://guides.dataverse.org/en/latest/installation/config.html#dataverse-spi-exporters-directory) configuration value first. Then navigate to the configured directory and download the [JAR file](https://repo1.maven.org/maven2/io/gdcc/export/exporter-transformer/1.0.9/exporter-transformer-1.0.9-jar-with-dependencies.jar) together with the examples you want to try out:

```shell
# download the jar
wget -O transformer-exporter-1.0.7.jar https://repo1.maven.org/maven2/io/gdcc/export/exporter-transformer/1.0.8/exporter-transformer-1.0.8-jar-with-dependencies.jar
wget -O transformer-exporter-1.0.7.jar https://repo1.maven.org/maven2/io/gdcc/export/exporter-transformer/1.0.9/exporter-transformer-1.0.9-jar-with-dependencies.jar
# download the hello-world example
mkdir hello-world
wget -O hello-world/config.json https://raw.githubusercontent.com/gdcc/exporter-transformer/main/examples/hello-world/config.json
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.gdcc.export</groupId>
<artifactId>exporter-transformer</artifactId>
<version>1.0.9-SNAPSHOT</version>
<version>1.0.9</version>
<packaging>jar</packaging>

<name>Dataverse Transformer Exporter</name>
Expand Down

0 comments on commit 360a804

Please sign in to comment.