Add FQL IN clause support
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -23,10 +23,6 @@
|
||||
<maven.compiler.source>1.9</maven.compiler.source>
|
||||
<maven.compiler.target>1.9</maven.compiler.target>
|
||||
<java.version>1.9</java.version>
|
||||
<!-- Property to define the parallel deployment version.
|
||||
See e.g. https://tomcat.apache.org/tomcat-8.5-doc/config/context.html
|
||||
Should be the same as the project.version but padded with zeros to six digits. -->
|
||||
<parallelDeploymentVersion>000041</parallelDeploymentVersion>
|
||||
</properties>
|
||||
|
||||
<modules>
|
||||
@@ -36,11 +32,11 @@
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>77zzcx7-snapshots</id>
|
||||
<url>http://192.168.10.1:8100/repository/77zzcx7-snapshots/</url>
|
||||
<url>http://192.168.10.4:8100/snapshots/</url>
|
||||
</snapshotRepository>
|
||||
<repository>
|
||||
<id>77zzcx7-releases</id>
|
||||
<url>http://192.168.10.1:8100/repository/77zzcx7-releases/</url>
|
||||
<url>http://192.168.10.4:8100/releases/</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user