set version to 1.5.0

This commit is contained in:
Willem 2015-06-20 17:21:52 +02:00
parent 682926ea32
commit d0a1058050
8 changed files with 10 additions and 10 deletions

View file

@ -4,7 +4,7 @@
<parent>
<groupId>net.forwardfire.tpquery</groupId>
<artifactId>tpquery</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.5.0-SNAPSHOT</version>
</parent>
<artifactId>tpquery-executor-jdbc</artifactId>
<name>TPQuery Executor JDBC</name>

View file

@ -1,5 +1,5 @@
/**
* Jdbc executor.
* Default jdbc executor.
*
* @author Willem Cazander
*/