JAVA-4: Renamed hibernate5-queries to hibernate-queries
This commit is contained in:
parent
376d0a6ff6
commit
729d35140e
|
@ -1,6 +1,6 @@
|
|||
## Hibernate 5
|
||||
## Hibernate Queries
|
||||
|
||||
This module contains articles about Hibernate 5.
|
||||
This module contains articles about use of Queries in Hibernate.
|
||||
|
||||
### Relevant articles:
|
||||
|
|
@ -3,9 +3,9 @@
|
|||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>hibernate5-queries</artifactId>
|
||||
<artifactId>hibernate-queries</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<name>hibernate5-queries</name>
|
||||
<name>hibernate-queries</name>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue