Author: matzew
Date: Fri Jul  7 13:35:41 2006
New Revision: 419973

URL: http://svn.apache.org/viewvc?rev=419973&view=rev
Log:
adding shale-1.0.3-SNAPSHOT and Apache SNAPSHOT REPO (only on branch)

Modified:
    incubator/adffaces/branches/matzew-mock-overhaul/adf-faces/pom.xml

Modified: incubator/adffaces/branches/matzew-mock-overhaul/adf-faces/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-mock-overhaul/adf-faces/pom.xml?rev=419973&r1=419972&r2=419973&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-mock-overhaul/adf-faces/pom.xml 
(original)
+++ incubator/adffaces/branches/matzew-mock-overhaul/adf-faces/pom.xml Fri Jul  
7 13:35:41 2006
@@ -271,6 +271,16 @@
       <url>https://maven-repository.dev.java.net/nonav/repository/</url>
       <layout>legacy</layout>
     </repository>
+    <repository>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+      <id>apache.snapshots</id>
+      <url>http://people.apache.org/maven-snapshot-repository</url>
+    </repository>
   </repositories>
 
 
@@ -321,9 +331,9 @@
       </dependency>
 
       <dependency>
-        <groupId>org.apache.struts.shale</groupId>
+        <groupId>org.apache.shale</groupId>
         <artifactId>shale-test</artifactId>
-        <version>1.0.2</version>
+        <version>1.0.3-SNAPSHOT</version>
         <scope>test</scope>
       </dependency>
 


Reply via email to