Update pom.xml

This commit is contained in:
andrebrowne
2020-05-17 09:59:02 -04:00
parent 2326303328
commit d6076096c7
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>hibernate-types</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>hibernate-types</name>
<name>hibernate-libraries</name>
<description>Introduction into hibernate types library</description>
<parent>
@@ -142,8 +142,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven.version}</version>
<configuration>
<source>${source.version}</source>
<target>${target.version}</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>