Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykKul committed Jul 6, 2024
1 parent f194606 commit 82c5212
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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/github/erykkul/dataverse-transformer-exporter/1.0.5/dataverse-transformer-exporter-1.0.5-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/github/erykkul/dataverse-transformer-exporter/1.0.6/dataverse-transformer-exporter-1.0.6-jar-with-dependencies.jar) together with the examples you want to try out:

```shell
# download the jar
wget -O transformer-exporter-1.0.5.jar https://repo1.maven.org/maven2/io/github/erykkul/dataverse-transformer-exporter/1.0.5/dataverse-transformer-exporter-1.0.5-jar-with-dependencies.jar
wget -O transformer-exporter-1.0.6.jar https://repo1.maven.org/maven2/io/github/erykkul/dataverse-transformer-exporter/1.0.6/dataverse-transformer-exporter-1.0.6-jar-with-dependencies.jar
# download the hello-world example
mkdir hello-world
wget -O hello-world/config.json https://raw.githubusercontent.com/erykkul/dataverse-transformer-exporter/main/examples/hello-world/config.json
Expand Down
2 changes: 1 addition & 1 deletion old_pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>io.github.erykkul</groupId>
<artifactId>dataverse-transformer-exporter</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
<packaging>jar</packaging>

<name>dataverse-transformer-exporter</name>
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.6-SNAPSHOT</version>
<version>1.0.7-SNAPSHOT</version>
<packaging>jar</packaging>

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

0 comments on commit 82c5212

Please sign in to comment.