Skip to content

Commit

Permalink
Merge pull request #50 from sciencesakura/release_3.0.0
Browse files Browse the repository at this point in the history
v3.0.0
  • Loading branch information
sciencesakura committed Jul 8, 2023
2 parents ae13bef + 8a529b0 commit b65c5e4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CSV/TSVファイルからデータ取り込みができる[DbSetup](http://dbset

## Requirements

* Java 8+
* Java 11+

## Installation

Expand All @@ -17,13 +17,13 @@ CSV/TSVファイルからデータ取り込みができる[DbSetup](http://dbset
#### Java

```groovy
testImplementation 'com.sciencesakura:dbsetup-csv:2.0.2'
testImplementation 'com.sciencesakura:dbsetup-csv:3.0.0'
```

#### Kotlin

```groovy
testImplementation 'com.sciencesakura:dbsetup-csv-kt:2.0.2'
testImplementation 'com.sciencesakura:dbsetup-csv-kt:3.0.0'
```

### Maven
Expand All @@ -34,7 +34,7 @@ testImplementation 'com.sciencesakura:dbsetup-csv-kt:2.0.2'
<dependency>
<groupId>com.sciencesakura</groupId>
<artifactId>dbsetup-csv</artifactId>
<version>2.0.2</version>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -45,7 +45,7 @@ testImplementation 'com.sciencesakura:dbsetup-csv-kt:2.0.2'
<dependency>
<groupId>com.sciencesakura</groupId>
<artifactId>dbsetup-csv-kt</artifactId>
<version>2.0.2</version>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
```
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A [DbSetup](http://dbsetup.ninja-squad.com/) extension to import data from CSV/T

## Requirements

* Java 8+
* Java 11+

## Installation

Expand All @@ -17,13 +17,13 @@ A [DbSetup](http://dbsetup.ninja-squad.com/) extension to import data from CSV/T
#### Java

```groovy
testImplementation 'com.sciencesakura:dbsetup-csv:2.0.2'
testImplementation 'com.sciencesakura:dbsetup-csv:3.0.0'
```

#### Kotlin

```groovy
testImplementation 'com.sciencesakura:dbsetup-csv-kt:2.0.2'
testImplementation 'com.sciencesakura:dbsetup-csv-kt:3.0.0'
```

### Maven
Expand All @@ -34,7 +34,7 @@ testImplementation 'com.sciencesakura:dbsetup-csv-kt:2.0.2'
<dependency>
<groupId>com.sciencesakura</groupId>
<artifactId>dbsetup-csv</artifactId>
<version>2.0.2</version>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -45,7 +45,7 @@ testImplementation 'com.sciencesakura:dbsetup-csv-kt:2.0.2'
<dependency>
<groupId>com.sciencesakura</groupId>
<artifactId>dbsetup-csv-kt</artifactId>
<version>2.0.2</version>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.sciencesakura</groupId>
<artifactId>dbsetup-csv-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>dbsetup-csv</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.sciencesakura</groupId>
<artifactId>dbsetup-csv-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>dbsetup-csv-kt</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.sciencesakura</groupId>
<artifactId>dbsetup-csv-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<packaging>pom</packaging>

<name>dbsetup-csv-parent</name>
Expand Down

0 comments on commit b65c5e4

Please sign in to comment.