aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2016-04-04 15:14:22 -0400
committerJames Moger <james.moger@gitblit.com>2016-04-04 15:14:22 -0400
commitc4c87e4ce044d84d5f2c4e7fa8709e5d699edf8f (patch)
tree8a526da27fcedfbe514b1345c126746576c911ec
parent6f592f3573f5ce2b4fc34580d43a97b4514d2a91 (diff)
downloadiciql-c4c87e4ce044d84d5f2c4e7fa8709e5d699edf8f.tar.gz
iciql-c4c87e4ce044d84d5f2c4e7fa8709e5d699edf8f.zip
Update README
-rw-r--r--README.markdown28
1 files changed, 24 insertions, 4 deletions
diff --git a/README.markdown b/README.markdown
index 9a513e6..b57ec84 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,5 +1,9 @@
iciql
=================
+
+[![Maven Central](http://img.shields.io/maven-central/v/com.gitblit.iciql/iciql.svg)](http://search.maven.org/#search|ga|1|com.gitblit.iciql)
+[![Maven Central](https://img.shields.io/github/license/gitblit/iciql.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
+
iciql **is**...
- a model-based, database access wrapper for JDBC
@@ -26,6 +30,23 @@ Supported Databases (Unit-Tested)
Support for others is possible and may only require creating a simple "dialect" class.
+Downloading
+-----------
+
+As of 2.0.0 iciql is now distributed through Maven Central and it's coordinates have changed slightly.
+
+```xml
+<dependencies>
+ <dependency>
+ <groupId>com.gitblit.iciql</groupId>
+ <artifactId>iciql</artifactId>
+ <version>2.0.0/version>
+ </dependency>
+</dependencies>
+```
+
+Older releases are available from the [Iciql Maven Repository](http://gitblit.github.io/iciql/maven/).
+
License
-------
iciql is distributed under the terms of the [Apache Software Foundation license, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).<br/>
@@ -38,8 +59,7 @@ iciql requires a Java 6 Runtime Environment (JRE) or a Java 6 Development Kit (J
Getting help
-------
Read the online documentation available at the [iciql website](http://iciql.com)<br/>
-Issues & sources @ [GitHub](http://github.com/gitblit/iciql)
-Binaries @ [Iciql Maven Repository](http://gitblit.github.io/iciql/maven/)
+Issues & source code @ [GitHub](http://github.com/gitblit/iciql)
Building iciql
----------------
@@ -56,11 +76,11 @@ You may use Maven to run the test suite on the default database:
## Ant
-You may also use Ant to build this project.
+You may use Ant to build this project:
ant clean build
-You execute the full test suite against all tested databases:
+You may execute the full test suite against all tested databases:
ant testsuite