Removed windows linebreaks from pom
This commit is contained in:
@@ -1,31 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.springframework.ldap</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>1.2.2-SNAPSHOT</version>
|
||||
|
||||
<packaging>pom</packaging>
|
||||
<name>Spring LDAP</name>
|
||||
|
||||
<modules>
|
||||
<module>core</module>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.springframework.ldap</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>1.2.2-SNAPSHOT</version>
|
||||
|
||||
<packaging>pom</packaging>
|
||||
<name>Spring LDAP</name>
|
||||
|
||||
<modules>
|
||||
<module>core</module>
|
||||
<module>tiger</module>
|
||||
<module>acegi-support</module>
|
||||
<module>test-support</module>
|
||||
<module>integration-tests</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
<docbook.source>${basedir}/src/docbkx</docbook.source>
|
||||
<docbook.target>${basedir}/target/site/guide</docbook.target>
|
||||
<spring.version>2.5.4</spring.version>
|
||||
</properties>
|
||||
</modules>
|
||||
|
||||
<build>
|
||||
<properties>
|
||||
<docbook.source>${basedir}/src/docbkx</docbook.source>
|
||||
<docbook.target>${basedir}/target/site/guide</docbook.target>
|
||||
<spring.version>2.5.4</spring.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-eclipse-plugin</artifactId>
|
||||
@@ -119,4 +119,4 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
</project>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user