Skip to content
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.

Commit

Permalink
Preparing for 0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nurkiewicz committed Mar 16, 2014
1 parent ddcaaca commit 82ac2bc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Maven coordinates:
<dependency>
<groupId>com.blogspot.nurkiewicz</groupId>
<artifactId>jdbcrepository</artifactId>
<version>0.3</version>
<version>0.3.1</version>
</dependency>
```

Expand All @@ -135,7 +135,7 @@ Unfortunately the project **is not yet in maven central repository**. For the ti
```bash
$ git clone git://github.com/nurkiewicz/spring-data-jdbc-repository.git
$ cd spring-data-jdbc-repository
$ git checkout 0.3
$ git checkout 0.3.1
$ mvn javadoc:jar source:jar install
```

Expand Down Expand Up @@ -477,6 +477,11 @@ SQL generation is delegated to [`SqlGenerator`](https://github.com/nurkiewicz/sp

## Changelog

### 0.3.1

* Upgraded Spring dependencies: 3.2.1 -> 3.2.4 and 1.5.0 -> 1.6.1
* Fied [#5 Allow manually injecting JdbcOperations, SqlGenerator and DataSource](https://github.com/nurkiewicz/spring-data-jdbc-repository/issues/5)

### 0.3

* Oracle 10g / 11g support (see [pull request](https://github.com/nurkiewicz/spring-data-jdbc-repository/pull/3))
Expand Down

0 comments on commit 82ac2bc

Please sign in to comment.