Merge pull request #7775 from eugenp/fix/BAEL-2991

Renames java-sql20 to a more generic module persistence-libraries.
This commit is contained in:
Loredana Crusoveanu 2019-09-11 22:12:35 +03:00 committed by GitHub
commit 51eac5b894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>java-sql2o</artifactId>
<artifactId>persistence-libraries</artifactId>
<version>1.0-SNAPSHOT</version>
<build>
<plugins>

View File

@ -30,7 +30,7 @@
<module>java-jpa</module>
<module>java-jpa-2</module>
<module>java-mongodb</module>
<module>java-sql2o</module>
<module>persistence-libraries</module>
<module>jnosql</module>
<module>liquibase</module>
<module>orientdb</module>