Author: pamarcelot
Date: Tue Mar 6 17:51:02 2012
New Revision: 1297607
URL: http://svn.apache.org/viewvc?rev=1297607&view=rev
Log:
Removed the '<relativePath />' tag which seems to be causing some build issues.
Modified:
directory/buildtools/junit-addons/trunk/pom.xml
Modified: directory/buildtools/junit-addons/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/buildtools/junit-addons/trunk/pom.xml?rev=1297607&r1=1297606&r2=1297607&view=diff
==============================================================================
--- directory/buildtools/junit-addons/trunk/pom.xml (original)
+++ directory/buildtools/junit-addons/trunk/pom.xml Tue Mar 6 17:51:02 2012
@@ -24,6 +24,7 @@
<artifactId>project</artifactId>
<version>26</version>
</parent>
+
<groupId>org.apache.directory.junit</groupId>
<artifactId>junit-addons</artifactId>
<version>0.2-SNAPSHOT</version>
|