You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by zo...@apache.org on 2009/12/23 17:38:15 UTC

svn commit: r893569 - /incubator/aries/trunk/samples/pom.xml

Author: zoe
Date: Wed Dec 23 16:38:15 2009
New Revision: 893569

URL: http://svn.apache.org/viewvc?rev=893569&view=rev
Log:
Comment out reference to Maven snapshots repo - org.apache.aries.jndi not available from it at present

Modified:
    incubator/aries/trunk/samples/pom.xml

Modified: incubator/aries/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/samples/pom.xml?rev=893569&r1=893568&r2=893569&view=diff
==============================================================================
--- incubator/aries/trunk/samples/pom.xml (original)
+++ incubator/aries/trunk/samples/pom.xml Wed Dec 23 16:38:15 2009
@@ -26,7 +26,7 @@
     <packaging>pom</packaging>
 
     <repositories>
-        <repository>
+       <!--  <repository>
             <id>apache.snapshots</id>
             <name>Apache Snapshots Repository</name>
             <url>https://repository.apache.org/content/groups/snapshots-group</url>
@@ -40,8 +40,9 @@
                 <enabled>false</enabled>
             </releases>
         </repository>
+        -->
     </repositories>
-
+  
     <build>
         <pluginManagement>
             <plugins>    
@@ -59,6 +60,7 @@
 
     <modules>
         <module>helloworld-samples</module>
+        <module>blog-sample</module>
     </modules>
 
 </project>