Author: bentmann
Date: Sun Feb 8 11:00:30 2009
New Revision: 742049
URL: http://svn.apache.org/viewvc?rev=742049&view=rev
Log:
o Removed superfluous plugin repository
Modified:
maven/components/branches/maven-2.1.x/maven-core/pom.xml
Modified: maven/components/branches/maven-2.1.x/maven-core/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x/maven-core/pom.xml?rev=742049&r1=742048&r2=742049&view=diff
==============================================================================
--- maven/components/branches/maven-2.1.x/maven-core/pom.xml (original)
+++ maven/components/branches/maven-2.1.x/maven-core/pom.xml Sun Feb 8
11:00:30 2009
@@ -16,8 +16,10 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
---><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">
+-->
+<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>
+
<parent>
<artifactId>maven</artifactId>
<groupId>org.apache.maven</groupId>
@@ -27,13 +29,6 @@
<artifactId>maven-core</artifactId>
<name>Maven Core</name>
- <pluginRepositories>
- <pluginRepository>
- <id>apache.snapshots</id>
- <url>http://people.apache.org/repo/m2-snapshot-repository</url>
- </pluginRepository>
- </pluginRepositories>
-
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
@@ -267,7 +262,7 @@
<doCheck>false</doCheck>
<doUpdate>false</doUpdate>
</configuration>
- </plugin>
+ </plugin>
</plugins>
</build>
</profile>