Author: sisbell
Date: Sat Sep 13 12:54:24 2008
New Revision: 695017
URL: http://svn.apache.org/viewvc?rev=695017&view=rev
Log:
IT3535: Having self referential properties in Maven 3.0.x doesn't cause the
infinite recursion during interpolation that it did in 2.1.x so these can now
be allowed for 3.0.x.
Modified:
maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3535SelfReferentialProperties.java
Modified:
maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3535SelfReferentialProperties.java
URL:
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3535SelfReferentialProperties.java?rev=695017&r1=695016&r2=695017&view=diff
==============================================================================
---
maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3535SelfReferentialProperties.java
(original)
+++
maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3535SelfReferentialProperties.java
Sat Sep 13 12:54:24 2008
@@ -15,7 +15,7 @@
public MavenITmng3535SelfReferentialProperties()
throws InvalidVersionSpecificationException
{
- super( "(2.0.99,)" ); // 2.1.0+ only
+ super( "(2.0.99,2.99.99)" );
}
public void testitMNG3535_ShouldSucceed()