Updated version because of fix of dep artifact mismatch.
This commit is contained in:
parent
762834aeda
commit
8cdb325e8c
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>net.forwardfire.tpquery</groupId>
|
||||
<artifactId>ff-tpquery</artifactId>
|
||||
<version>1.5.0-SNAPSHOT</version>
|
||||
<version>1.5.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>ff-tpquery-executor-jdbc</artifactId>
|
||||
<name>FF TPQuery Executor JDBC</name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>net.forwardfire.tpquery</groupId>
|
||||
<artifactId>ff-tpquery</artifactId>
|
||||
<version>1.5.0-SNAPSHOT</version>
|
||||
<version>1.5.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>ff-tpquery-executor-jpa</artifactId>
|
||||
<name>FF TPQuery Executor JPA</name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>net.forwardfire.tpquery</groupId>
|
||||
<artifactId>ff-tpquery</artifactId>
|
||||
<version>1.5.0-SNAPSHOT</version>
|
||||
<version>1.5.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>ff-tpquery-store</artifactId>
|
||||
<name>FF TPQuery Store</name>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -3,7 +3,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net.forwardfire.tpquery</groupId>
|
||||
<artifactId>ff-tpquery</artifactId>
|
||||
<version>1.5.0-SNAPSHOT</version>
|
||||
<version>1.5.1-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>FF TPQuery</name>
|
||||
<description>TemplatedPreparedQuery</description>
|
||||
|
|
Loading…
Reference in a new issue