JAVA-4: Renamed hibernate5-annotations to hibernate-annotations

This commit is contained in:
sampadawagde
2020-03-15 12:48:26 +05:30
parent 1c9c3c5b1c
commit 9da1e935a3
42 changed files with 2 additions and 2 deletions

View File

@@ -2,9 +2,9 @@
<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>hibernate5-annotations</artifactId>
<artifactId>hibernate-annotations</artifactId>
<version>0.1-SNAPSHOT</version>
<name>hibernate5-annotations</name>
<name>hibernate-annotations</name>
<packaging>jar</packaging>
<description>Hibernate tutorial illustrating the use of named parameters</description>