You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/08/13 16:18:49 UTC

svn commit: r565360 - /myfaces/tobago/trunk/pom.xml

Author: bommel
Date: Mon Aug 13 07:18:49 2007
New Revision: 565360

URL: http://svn.apache.org/viewvc?view=rev&rev=565360
Log:
disable snapshot repository
disable jira report

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?view=diff&rev=565360&r1=565359&r2=565360
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Mon Aug 13 07:18:49 2007
@@ -259,7 +259,7 @@
         <artifactId>maven-project-info-reports-plugin</artifactId>
       </plugin>
 
-      <plugin>
+      <!--plugin>
         <inherited>false</inherited>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
@@ -274,7 +274,7 @@
             </reports>
           </reportSet>
         </reportSets>
-      </plugin>
+      </plugin-->
 
       <plugin>
         <inherited>false</inherited>
@@ -506,7 +506,7 @@
     <url>http://www.apache.org/</url>
   </organization>
 
-  <repositories>
+  <!--repositories>
     <repository>
       <releases>
         <enabled>false</enabled>
@@ -517,7 +517,7 @@
       <id>apache.snapshots</id>
       <url>http://people.apache.org/repo/m2-snapshot-repository</url>
     </repository>
-  </repositories>
+  </repositories>-->
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>