This commit is contained in:
eugenp 2013-05-05 01:38:26 +03:00
parent f6c7a69352
commit aff48b8bb0
29 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
<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"> <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> <modelVersion>4.0.0</modelVersion>
<groupId>org.baeldung</groupId> <groupId>org.baeldung</groupId>
<artifactId>spring-hibernate-dao</artifactId> <artifactId>spring-hibernate4-dao</artifactId>
<version>0.1-SNAPSHOT</version> <version>0.1-SNAPSHOT</version>
<name>spring-hibernate-dao</name> <name>spring-hibernate4-dao</name>
<packaging>war</packaging> <packaging>war</packaging>
<dependencies> <dependencies>
@ -86,7 +86,7 @@
</dependencies> </dependencies>
<build> <build>
<finalName>spring-hibernate-dao</finalName> <finalName>spring-hibernate4-dao</finalName>
<resources> <resources>
<resource> <resource>
<directory>src/main/resources</directory> <directory>src/main/resources</directory>