Author: jvanzyl
Date: Mon Jun  4 14:15:05 2007
New Revision: 544268

URL: http://svn.apache.org/viewvc?view=rev&rev=544268
Log: (empty)

Added:
    
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-2289/parent/pom-with-ju-3.7.xml
   (with props)
    
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-2289/parent/pom-with-ju-3.8.xml
   (with props)
Removed:
    
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-2289/parent/pom.xml

Added: 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-2289/parent/pom-with-ju-3.7.xml
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-2289/parent/pom-with-ju-3.7.xml?view=auto&rev=544268
==============================================================================
--- 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-2289/parent/pom-with-ju-3.7.xml
 (added)
+++ 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-2289/parent/pom-with-ju-3.7.xml
 Mon Jun  4 14:15:05 2007
@@ -0,0 +1,52 @@
+<?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.codehaus.jira.mng.2289</groupId>
+    <artifactId>parent</artifactId>
+    <packaging>pom</packaging>
+    <name>Parent POM for issue 2289</name>
+    <version>SNAPSHOT</version>
+    <inceptionYear>2006</inceptionYear>
+
+    <build/>
+    <profiles/>
+    <reporting/>
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>junit</groupId>
+                <artifactId>junit</artifactId>
+                <version>3.7</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
+    <repositories>
+        <repository>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+                <updatePolicy>always</updatePolicy>
+            </snapshots>
+            <id>local-snapshot-repo</id>
+            <name>Local snapshot repository</name>
+            <url>file:///tmp/repo-m2-snapshot</url>
+        </repository>
+    </repositories>
+    
+    <!-- Define the locations for artifact distribution -->
+    <distributionManagement>
+        <snapshotRepository>
+            <id>demo-snapshot</id>
+            <name>Demo Maven 2 snapshot repository</name>
+            <url>file:///tmp/repo-m2-snapshot</url>
+            <uniqueVersion>false</uniqueVersion>
+        </snapshotRepository>
+    </distributionManagement>
+</project>

Propchange: 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-2289/parent/pom-with-ju-3.7.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-2289/parent/pom-with-ju-3.7.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-2289/parent/pom-with-ju-3.8.xml
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-2289/parent/pom-with-ju-3.8.xml?view=auto&rev=544268
==============================================================================
--- 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-2289/parent/pom-with-ju-3.8.xml
 (added)
+++ 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-2289/parent/pom-with-ju-3.8.xml
 Mon Jun  4 14:15:05 2007
@@ -0,0 +1,52 @@
+<?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.codehaus.jira.mng.2289</groupId>
+    <artifactId>parent</artifactId>
+    <packaging>pom</packaging>
+    <name>Parent POM for issue 2289</name>
+    <version>SNAPSHOT</version>
+    <inceptionYear>2006</inceptionYear>
+
+    <build/>
+    <profiles/>
+    <reporting/>
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>junit</groupId>
+                <artifactId>junit</artifactId>
+                <version>3.8</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
+    <repositories>
+        <repository>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+                <updatePolicy>always</updatePolicy>
+            </snapshots>
+            <id>local-snapshot-repo</id>
+            <name>Local snapshot repository</name>
+            <url>file:///tmp/repo-m2-snapshot</url>
+        </repository>
+    </repositories>
+    
+    <!-- Define the locations for artifact distribution -->
+    <distributionManagement>
+        <snapshotRepository>
+            <id>demo-snapshot</id>
+            <name>Demo Maven 2 snapshot repository</name>
+            <url>file:///tmp/repo-m2-snapshot</url>
+            <uniqueVersion>false</uniqueVersion>
+        </snapshotRepository>
+    </distributionManagement>
+</project>

Propchange: 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-2289/parent/pom-with-ju-3.8.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-2289/parent/pom-with-ju-3.8.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"


Reply via email to