Fix parent POM

This commit is contained in:
Alessio Stalla 2019-07-30 14:36:32 +02:00
parent 2b5e275716
commit 19d73e9611
1 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,6 @@
<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>
<groupId>com.baeldung</groupId>
<artifactId>java-sql2o</artifactId>
<version>1.0-SNAPSHOT</version>
<build>
@ -19,12 +18,12 @@
</build>
<name>java-sql2o</name>
<!--<parent>
<parent>
<artifactId>persistence-modules</artifactId>
<groupId>com.baeldung</groupId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>-->
</parent>
<dependencies>
<dependency>