Author: brett Date: Wed Jul 20 10:11:13 2005 New Revision: 219950 URL: http://svn.apache.org/viewcvs?rev=219950&view=rev Log: PR: MNG-558 use modello alpha-4: corrected parsing
Modified: maven/components/trunk/maven-mboot2/pom.xml maven/components/trunk/maven-model/maven.mdo maven/components/trunk/maven-model/pom.xml maven/components/trunk/maven-project/src/test/resources/projects/base-directory-alignment/project-which-needs-directory-alignment.xml Modified: maven/components/trunk/maven-mboot2/pom.xml URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-mboot2/pom.xml?rev=219950&r1=219949&r2=219950&view=diff ============================================================================== --- maven/components/trunk/maven-mboot2/pom.xml (original) +++ maven/components/trunk/maven-mboot2/pom.xml Wed Jul 20 10:11:13 2005 @@ -14,7 +14,7 @@ <dependency> <groupId>org.codehaus.modello</groupId> <artifactId>modello-plugin-xpp3</artifactId> - <version>1.0-alpha-3</version> + <version>1.0-alpha-4-SNAPSHOT</version> <scope>runtime</scope> </dependency> Modified: maven/components/trunk/maven-model/maven.mdo URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-model/maven.mdo?rev=219950&r1=219949&r2=219950&view=diff ============================================================================== --- maven/components/trunk/maven-model/maven.mdo (original) +++ maven/components/trunk/maven-model/maven.mdo Wed Jul 20 10:11:13 2005 @@ -1579,9 +1579,10 @@ <description><![CDATA[The URL to the organization's home page.]]></description> <type>String</type> </field> + <!-- TODO: deprecated in 4 --> <field> <name>logo</name> - <version>3.0.0</version> + <version>3.0.0+</version> <description><![CDATA[ The URL to the organization's logo image. This can be an URL relative to the base directory of the generated web site, Modified: maven/components/trunk/maven-model/pom.xml URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-model/pom.xml?rev=219950&r1=219949&r2=219950&view=diff ============================================================================== --- maven/components/trunk/maven-model/pom.xml (original) +++ maven/components/trunk/maven-model/pom.xml Wed Jul 20 10:11:13 2005 @@ -22,7 +22,7 @@ <plugin> <groupId>org.codehaus.modello</groupId> <artifactId>modello-maven-plugin</artifactId> - <version>1.0-alpha-3</version> + <version>1.0-alpha-4-SNAPSHOT</version> <configuration> <version>4.0.0</version> <model>maven.mdo</model> Modified: maven/components/trunk/maven-project/src/test/resources/projects/base-directory-alignment/project-which-needs-directory-alignment.xml URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-project/src/test/resources/projects/base-directory-alignment/project-which-needs-directory-alignment.xml?rev=219950&r1=219949&r2=219950&view=diff ============================================================================== --- maven/components/trunk/maven-project/src/test/resources/projects/base-directory-alignment/project-which-needs-directory-alignment.xml (original) +++ maven/components/trunk/maven-project/src/test/resources/projects/base-directory-alignment/project-which-needs-directory-alignment.xml Wed Jul 20 10:11:13 2005 @@ -82,7 +82,6 @@ </dependencyManagement> <build> - <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress> <sourceDirectory>sourceDirectory</sourceDirectory> <testSourceDirectory>unitTestSourceDirectory</testSourceDirectory> <resources> @@ -114,16 +113,4 @@ </testResource> </testResources> </build> - - <reports> - <plugins> - <plugin> - <artifactId>maven-jdepend-plugin</artifactId> - </plugin> - <plugin> - <artifactId>maven-checkstyle-plugin</artifactId> - </plugin> - </plugins> - </reports> - </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]