Author: hboutemy
Date: Wed Mar 11 01:13:34 2009
New Revision: 752338

URL: http://svn.apache.org/viewvc?rev=752338&view=rev
Log:
Modello 1.0.1 was released

Modified:
    maven/components/trunk/build.xml
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/build.xml?rev=752338&r1=752337&r2=752338&view=diff
==============================================================================
--- maven/components/trunk/build.xml (original)
+++ maven/components/trunk/build.xml Wed Mar 11 01:13:34 2009
@@ -90,13 +90,6 @@
     <!-- Pull the dependencies for Modello -->
     <artifact:dependencies pathId="modello.pathid" filesetId="modello.fileset" 
verbose="${verbose}">
       <localRepository path="${maven.repo.local}"/>
-      <!-- TODO: remove when Modello 1.0.1 is released -->
-      <remoteRepository url="http://repo1.maven.org/"; id="central"/>
-      <remoteRepository url="http://snapshots.repository.codehaus.org/"; 
id="codehaus.snapshots">
-        <snapshots enabled="true"/>
-        <releases enabled="false"/>
-      </remoteRepository>
-      <!-- /TODO -->
       <dependency groupId="org.codehaus.modello" 
artifactId="modello-maven-plugin" version="${pom.properties.modelloVersion}"/>
     </artifact:dependencies>
 

Modified: maven/components/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=752338&r1=752337&r2=752338&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Wed Mar 11 01:13:34 2009
@@ -45,29 +45,29 @@
   <properties>
     <classWorldsVersion>1.3</classWorldsVersion>
     <commonsCliVersion>1.0</commonsCliVersion>
-    <!-- 
-    
+    <!--
+
     Do not update this, Doxia will be decoupled completely from 3.x and 
someone can
-    create a rendering engine for it if they like when the release stabilizes. 
JVZ 
-    
+    create a rendering engine for it if they like when the release stabilizes. 
JVZ
+
     -->
     <doxiaVersion>1.0-alpha-9</doxiaVersion>
     <easyMockVersion>1.2_Java1.3</easyMockVersion>
-    <junitVersion>3.8.1</junitVersion>    
+    <junitVersion>3.8.1</junitVersion>
     <plexusVersion>1.0-beta-3.0.6</plexusVersion>
     <plexusInteractivityVersion>1.0-alpha-6</plexusInteractivityVersion>
     <plexusInterpolationVersion>1.1</plexusInterpolationVersion>
     <plexusPluginManagerVersion>1.0-alpha-1</plexusPluginManagerVersion>
     <plexusUtilsVersion>1.5.8</plexusUtilsVersion>
     <plexusJetty6Version>1.6</plexusJetty6Version>
-    <plexusWebdavVersion>1.0</plexusWebdavVersion>    
+    <plexusWebdavVersion>1.0</plexusWebdavVersion>
     <wagonVersion>1.0-beta-4</wagonVersion>
     <modelBuilderVersion>1.8</modelBuilderVersion>
     <mercuryVersion>1.0-alpha-6-SNAPSHOT</mercuryVersion>
     <mercuryMp3Version>1.0-alpha-1</mercuryMp3Version>
     <securityDispatcherVersion>1.2</securityDispatcherVersion>
     <woodstoxVersion>3.2.6</woodstoxVersion>
-    <modelloVersion>1.0.1-SNAPSHOT</modelloVersion>
+    <modelloVersion>1.0.1</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
   </properties>
   <issueManagement>
@@ -366,11 +366,11 @@
           </exclusion>
         </exclusions>
       </dependency>
-      
+
       <!--  Plexus test dependencies -->
       <dependency>
-        <groupId>org.sonatype.plexus</groupId>                                 
                                               
-        <artifactId>plexus-jetty6</artifactId>                                 
                                               
+        <groupId>org.sonatype.plexus</groupId>
+        <artifactId>plexus-jetty6</artifactId>
         <version>${plexusJetty6Version}</version>
         <scope>test</scope>
       </dependency>
@@ -380,7 +380,7 @@
         <version>${plexusWebdavVersion}</version>
         <scope>test</scope>
       </dependency>
-      
+
       <!--  Wagon -->
       <dependency>
         <groupId>org.apache.maven.wagon</groupId>


Reply via email to