]> source.dussan.org Git - iciql.git/commitdiff
Update README
authorJames Moger <james.moger@gitblit.com>
Mon, 4 Apr 2016 19:14:22 +0000 (15:14 -0400)
committerJames Moger <james.moger@gitblit.com>
Mon, 4 Apr 2016 19:14:22 +0000 (15:14 -0400)
README.markdown

index 9a513e6fbd3e5f12211918855d18c4f3c81ba92a..b57ec840a8312a09f33d7cb5f5b94e35dada40f9 100644 (file)
@@ -1,5 +1,9 @@
 iciql\r
 =================\r
+\r
+[![Maven Central](http://img.shields.io/maven-central/v/com.gitblit.iciql/iciql.svg)](http://search.maven.org/#search|ga|1|com.gitblit.iciql)\r
+[![Maven Central](https://img.shields.io/github/license/gitblit/iciql.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)\r
+\r
 iciql **is**...\r
 \r
 - a model-based, database access wrapper for JDBC\r
@@ -26,6 +30,23 @@ Supported Databases (Unit-Tested)
 \r
 Support for others is possible and may only require creating a simple "dialect" class.\r
 \r
+Downloading\r
+-----------\r
+\r
+As of 2.0.0 iciql is now distributed through Maven Central and it's coordinates have changed slightly.\r
+\r
+```xml\r
+<dependencies>\r
+    <dependency>\r
+        <groupId>com.gitblit.iciql</groupId>\r
+        <artifactId>iciql</artifactId>\r
+        <version>2.0.0/version>\r
+    </dependency>\r
+</dependencies>\r
+```\r
+\r
+Older releases are available from the [Iciql Maven Repository](http://gitblit.github.io/iciql/maven/). \r
+\r
 License\r
 -------\r
 iciql is distributed under the terms of the [Apache Software Foundation license, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).<br/>\r
@@ -38,8 +59,7 @@ iciql requires a Java 6 Runtime Environment (JRE) or a Java 6 Development Kit (J
 Getting help\r
 -------\r
 Read the online documentation available at the [iciql website](http://iciql.com)<br/>\r
-Issues & sources @ [GitHub](http://github.com/gitblit/iciql)\r
-Binaries @ [Iciql Maven Repository](http://gitblit.github.io/iciql/maven/)\r
+Issues & source code @ [GitHub](http://github.com/gitblit/iciql)\r
 \r
 Building iciql\r
 ----------------\r
@@ -56,11 +76,11 @@ You may use Maven to run the test suite on the default database:
 \r
 ## Ant\r
 \r
-You may also use Ant to build this project.\r
+You may use Ant to build this project:\r
 \r
     ant clean build\r
     \r
-You execute the full test suite against all tested databases:\r
+You may execute the full test suite against all tested databases:\r
  \r
      ant testsuite\r
 \r