From 4984db0a94146ec1e7e14014a71313e41772e10d Mon Sep 17 00:00:00 2001 From: Garrick Olson Date: Wed, 9 Aug 2017 10:59:05 -0700 Subject: [PATCH] Prepare for 1.0 release --- .gitignore | 1 + README.md | 20 ++++++++++++++++++++ pom.xml | 25 ++++++++++++++++++++++--- 3 files changed, 43 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8f115d9..61f9b94 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ build out classes .idea +*.iml local.properties .vagrant dependency-reduced-pom.xml diff --git a/README.md b/README.md index 8e02e9e..cf87c2d 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,23 @@ This project includes a variety of different things built on top of the database library. + +### Features + +* Some basic ETL capabilities for moving data around efficiently between databases +* Database health checks for Vert.x based servers + +In the future I plan to add expand the ETL functionality, add reporting and analytics, +and add an EAV model, among other things. + +### Getting Started + +The library is available in the public Maven repository: + +``` + + com.github.susom + database-goodies + 1.0 + +``` diff --git a/pom.xml b/pom.xml index b8d105a..618ce72 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.susom database-goodies jar - 1.0-SNAPSHOT + 1.0 ${project.groupId}:${project.artifactId} Useful things built on top of the database library. @@ -177,7 +177,7 @@ database 2.3 -