Browse Source

DATACMNS-314 - Polished indentation in pom.xml.

pull/37/merge
Oliver Gierke 13 years ago
parent
commit
600a268adf
  1. 52
      pom.xml

52
pom.xml

@ -1,31 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?> <?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/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.springframework.data</groupId> <groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId> <artifactId>spring-data-commons</artifactId>
<version>1.6.0.BUILD-SNAPSHOT</version> <version>1.6.0.BUILD-SNAPSHOT</version>
<name>Spring Data Core</name> <name>Spring Data Core</name>
<parent> <parent>
<groupId>org.springframework.data.build</groupId> <groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId> <artifactId>spring-data-parent</artifactId>
<version>1.1.1.RELEASE</version> <version>1.1.1.RELEASE</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath> <relativePath>../spring-data-build/parent/pom.xml</relativePath>
</parent> </parent>
<properties> <properties>
<jackson>1.9.7</jackson> <jackson>1.9.7</jackson>
<jackson2>2.2.2</jackson2> <jackson2>2.2.2</jackson2>
<springhateoas>0.6.0.RELEASE</springhateoas> <springhateoas>0.6.0.RELEASE</springhateoas>
<dist.key>DATACMNS</dist.key> <dist.key>DATACMNS</dist.key>
</properties> </properties>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId> <artifactId>spring-core</artifactId>
<version>${spring}</version> <version>${spring}</version>
<exclusions> <exclusions>
@ -177,9 +177,9 @@
<version>1.8.6</version> <version>1.8.6</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>com.mysema.maven</groupId> <groupId>com.mysema.maven</groupId>

Loading…
Cancel
Save