pom.xml format changed

This commit is contained in:
mujah 2016-10-29 21:51:11 +08:00
parent 771a81d5bd
commit 74fccfb524

View File

@ -1,12 +1,11 @@
<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>com.baeldung</groupId>
<artifactId>spring-data-solr</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>spring-data-solr</name>
@ -61,6 +60,7 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
@ -75,4 +75,5 @@
</plugin>
</plugins>
</build>
</project>