Author: jvanzyl Date: Thu Apr 12 22:49:35 2007 New Revision: 528365 URL: http://svn.apache.org/viewvc?view=rev&rev=528365 Log: (empty)
Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0120-ejbClientDependency/pom.xml Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0120-ejbClientDependency/pom.xml URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0120-ejbClientDependency/pom.xml?view=diff&rev=528365&r1=528364&r2=528365 ============================================================================== --- maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0120-ejbClientDependency/pom.xml (original) +++ maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0120-ejbClientDependency/pom.xml Thu Apr 12 22:49:35 2007 @@ -20,16 +20,19 @@ --> <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.apache.maven.its.it0120</groupId> - <artifactId>parent</artifactId> - <name>Parent</name> - <packaging>pom</packaging> - <version>1.0-SNAPSHOT</version> - <modules> - <module>model</module> - <module>client</module> - </modules> + 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.apache.maven.its.it0120</groupId> + <artifactId>parent</artifactId> + <name>Parent</name> + <packaging>pom</packaging> + <version>1.0-SNAPSHOT</version> + <modules> + <module>model</module> + <module>client</module> + </modules> + <properties> + <issue>MNG-2921</issue> + </properties> </project>