Updated some maven plugins. Added relativePath to some poms.

This commit is contained in:
Ulrik Sandberg
2010-11-28 11:06:05 +00:00
parent 733045684a
commit 54f1629418
6 changed files with 27 additions and 25 deletions

View File

@@ -8,6 +8,7 @@
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-parent</artifactId>
<version>1.3.1.CI-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-ldap-samples-utils</artifactId>
@@ -41,8 +42,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>