Skip to content

Commit

Permalink
Merge pull request #48 from sciencesakura/release_2.0.1
Browse files Browse the repository at this point in the history
v2.0.1
  • Loading branch information
sciencesakura authored Mar 23, 2024
2 parents b1de87b + 6e21898 commit d32bd08
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Microsoft Excelファイルからデータ取り込みができる[DbSetup](http
#### Java

```groovy
testImplementation 'com.sciencesakura:dbsetup-spreadsheet:2.0.0'
testImplementation 'com.sciencesakura:dbsetup-spreadsheet:2.0.1'
```

#### Kotlin

```groovy
testImplementation 'com.sciencesakura:dbsetup-spreadsheet-kt:2.0.0'
testImplementation 'com.sciencesakura:dbsetup-spreadsheet-kt:2.0.1'
```

### Maven
Expand All @@ -34,7 +34,7 @@ testImplementation 'com.sciencesakura:dbsetup-spreadsheet-kt:2.0.0'
<dependency>
<groupId>com.sciencesakura</groupId>
<artifactId>dbsetup-spreadsheet</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -45,7 +45,7 @@ testImplementation 'com.sciencesakura:dbsetup-spreadsheet-kt:2.0.0'
<dependency>
<groupId>com.sciencesakura</groupId>
<artifactId>dbsetup-spreadsheet-kt</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ A [DbSetup](http://dbsetup.ninja-squad.com/) extension to import data from Micro
#### Java

```groovy
testImplementation 'com.sciencesakura:dbsetup-spreadsheet:2.0.0'
testImplementation 'com.sciencesakura:dbsetup-spreadsheet:2.0.1'
```

#### Kotlin

```groovy
testImplementation 'com.sciencesakura:dbsetup-spreadsheet-kt:2.0.0'
testImplementation 'com.sciencesakura:dbsetup-spreadsheet-kt:2.0.1'
```

### Maven
Expand All @@ -34,7 +34,7 @@ testImplementation 'com.sciencesakura:dbsetup-spreadsheet-kt:2.0.0'
<dependency>
<groupId>com.sciencesakura</groupId>
<artifactId>dbsetup-spreadsheet</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -45,7 +45,7 @@ testImplementation 'com.sciencesakura:dbsetup-spreadsheet-kt:2.0.0'
<dependency>
<groupId>com.sciencesakura</groupId>
<artifactId>dbsetup-spreadsheet-kt</artifactId>
<version>2.0.0</version>
<version>2.0.1</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-spreadsheet-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>dbsetup-spreadsheet</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-spreadsheet-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>dbsetup-spreadsheet-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-spreadsheet-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<packaging>pom</packaging>

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

0 comments on commit d32bd08

Please sign in to comment.