Skip to content

Commit

Permalink
fix v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HidekiSugimoto189 committed Apr 15, 2018
1 parent cfeadba commit a5c96bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ Installation
<dependency>
<groupId>jp.co.future</groupId>
<artifactId>uroborosql</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
</dependency>
```

#### for Gradle

```gradle
compile group: 'jp.co.future', name: 'uroborosql', version: '0.7.0'
compile group: 'jp.co.future', name: 'uroborosql', version: '0.8.0'
```

Documentation
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ Installation
<dependency>
<groupId>jp.co.future</groupId>
<artifactId>uroborosql</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
</dependency>
```

#### for Gradle

```gradle
compile group: 'jp.co.future', name: 'uroborosql', version: '0.7.0'
compile group: 'jp.co.future', name: 'uroborosql', version: '0.8.0'
```

Documentation
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jp.co.future</groupId>
<artifactId>uroborosql</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<packaging>jar</packaging>
<name>uroboroSQL</name>
<description>Developer-oriented and SQL centric database access library</description>
Expand All @@ -22,7 +22,7 @@
<connection>scm:git:https://github.com/future-architect/uroborosql.git</connection>
<developerConnection>scm:git:https://github.com/future-architect/uroborosql.git</developerConnection>
<url>https://github.com/future-architect/uroborosql</url>
<tag>HEAD</tag>
<tag>uroborosql-0.8.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit a5c96bf

Please sign in to comment.