o Improved project names

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@952643 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-06-08 13:00:34 +00:00
parent 05fce7420c
commit 7a0edc2404
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ under the License.
<artifactId>sub-a</artifactId>
<version>0.1</version>
<name>Maven Integration Test :: MNG-4381</name>
<name>Maven Integration Test :: MNG-4381 :: A</name>
<description>
Test that extension plugins can contribute non-core components that can be accessed by other plugins in the same
project and in projects with the same extension.

View File

@ -26,7 +26,7 @@ under the License.
<artifactId>sub-b</artifactId>
<version>0.1</version>
<name>Maven Integration Test :: MNG-4381</name>
<name>Maven Integration Test :: MNG-4381 :: B</name>
<description>
Test that extension plugins can contribute non-core components that can be accessed by other plugins in the same
project and in projects with the same extension.