diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6704876
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+target/**
+.idea/**
+*.iml
\ No newline at end of file
diff --git a/ReadMe.md b/ReadMe.md
new file mode 100644
index 0000000..33db82a
--- /dev/null
+++ b/ReadMe.md
@@ -0,0 +1,4 @@
+## Kotlin Jdbc
+
+The Kotlin Jdbc experimental library provides some helper functions and extensions for working with JDBC in Kotlin.
+
diff --git a/pom.xml b/pom.xml
index dd755a8..5b17661 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,19 +5,21 @@
4.0.0
-
- org.jetbrains.kotlin
- kotlin-project
- 0.1-SNAPSHOT
-
-
+ org.jetbrains.kotlin
kotlin-jdbc
+ ${kotlin.version}
+ jar
+
+
+ 0.13.1514
+ 4.12
+
org.jetbrains.kotlin
kotlin-stdlib
- ${project.version}
+ ${kotlin.version}
@@ -26,6 +28,13 @@
1.3.164
test
+
+
+ junit
+ junit
+ ${junit.version}
+ test
+
@@ -36,7 +45,7 @@
org.jetbrains.kotlin
kotlin-maven-plugin
- ${project.version}
+ ${kotlin.version}
@@ -56,6 +65,21 @@
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.4
+
+
+
+ attach-sources
+
+ jar
+
+
+
+