summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbroneill <bronee@gmail.com>2014-03-06 07:22:11 -0800
committerbroneill <bronee@gmail.com>2014-03-06 07:22:11 -0800
commitcf4e22e75b8fd620855dfc6a4f8e5789c4b40f8b (patch)
treebd0a0eba9132d2047cf87b6a16c712879ea17a19
parent96d2600cff43f72700c00473bb813ee5c01c30ca (diff)
Version 1.3.
-rw-r--r--.gitignore1
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ea8c4bf
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/target
diff --git a/pom.xml b/pom.xml
index e985764..565f5e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<artifactId>carbonado</artifactId>
<packaging>jar</packaging>
<name>Carbonado</name>
- <version>1.2.3</version>
+ <version>1.3</version>
<description>
Extensible, high performance persistence abstraction layer for Java applications with a relational view to the underlying persistence technology.
</description>