Skip to content

Commit

Permalink
Rel 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lenz authored and lenz committed Feb 21, 2015
1 parent 6107359 commit 013d783
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -5,14 +5,17 @@ A thin Java object persistence layer for JDBC.

[ ![Download](https://api.bintray.com/packages/lenz/maven/ObjectiveSync/images/download.png) ](https://bintray.com/lenz/maven/ObjectiveSync/_latestVersion)

News:

* Feb 21, 2015: Version 0.1.4 will have a working Connection.

Ideas
-----

Great things in Hibernate:

* Association mapping: loading and saving associations in one easy step
* database independence
* Database independence

Not-so-great things:

Expand Down Expand Up @@ -55,7 +58,7 @@ If you use Gradle (or any tool using Maven dependencies) you can simply declare


dependencies {
compile 'ch.loway.oss.ObjectiveSync:ObjectiveSync:0.1.1'
compile 'ch.loway.oss.ObjectiveSync:ObjectiveSync:0.1.4'
}


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -12,7 +12,7 @@ def env = System.getenv()

project.ext {
webapp_name = 'ObjectiveSync'
app_version = '0.1.3'
app_version = '0.1.4'
build_number = env["BUILD_NUMBER"]
version_class = 'ch/loway/oss/ObjectiveSync/CS.java'
build_time = "" + new Date()
Expand Down

0 comments on commit 013d783

Please sign in to comment.