Author: jvanzyl Date: Sat Mar 10 16:57:08 2007 New Revision: 516821 URL: http://svn.apache.org/viewvc?view=rev&rev=516821 Log: MNG-2812 Profile with an undefined os family activation should not activate
Modified: maven/components/branches/maven-2.0.x/pom.xml Modified: maven/components/branches/maven-2.0.x/pom.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/pom.xml?view=diff&rev=516821&r1=516820&r2=516821 ============================================================================== --- maven/components/branches/maven-2.0.x/pom.xml (original) +++ maven/components/branches/maven-2.0.x/pom.xml Sat Mar 10 16:57:08 2007 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?><!-- +<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information @@ -153,7 +153,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>1.4</version> + <version>1.4.1</version> </dependency> <dependency> <groupId>org.apache.maven.wagon</groupId>