Author: aadamchik
Date: Thu Sep 14 18:44:42 2006
New Revision: 443546

URL: http://svn.apache.org/viewvc?view=rev&rev=443546
Log:
pointing to objectstyle.org snapshot repo

Modified:
    incubator/cayenne/main/trunk/pom.xml

Modified: incubator/cayenne/main/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/pom.xml?view=diff&rev=443546&r1=443545&r2=443546
==============================================================================
--- incubator/cayenne/main/trunk/pom.xml (original)
+++ incubator/cayenne/main/trunk/pom.xml Thu Sep 14 18:44:42 2006
@@ -30,7 +30,8 @@
        <name>Cayenne</name>
 
        <description>
-         Apache Cayenne is a powerful, full-featured Java Object Relational 
Mapping framework currently in incubation.
+               Apache Cayenne is a powerful, full-featured Java Object
+               Relational Mapping framework currently in incubation.
        </description>
 
        <url>http://incubator.apache.org/cayenne</url>
@@ -153,15 +154,6 @@
                </developer>
        </developers>
 
-       <distributionManagement>
-               <site>
-                       <id>apache.website</id>
-                       <url>
-                               
scp://people.apache.org/www/incubator.apache.org/cayenne
-                       </url>
-               </site>
-       </distributionManagement>
-
        <licenses>
                <license>
                        <name>The Apache Software License, Version 2.0</name>
@@ -548,25 +540,13 @@
                <defaultGoal>install</defaultGoal>
        </build>
 
-       <!-- FIXME -->
-       <!-- distributionManagement>
-               <repository>
-               <id>apache-repo</id>
-               <name>Apache CVS Repository</name>
-               
<url>scpexe://cvs.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
-               </repository>
-               
+       <distributionManagement>
                <snapshotRepository>
-               <id>apache-snapshots</id>
-               <name>Apache CVS Development Repository</name>
-               
<url>scpexe://cvs.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+                       <id>objectstyle-snapshots</id>
+                       <name>ObjectStyle Snapshots Repository</name>
+                       
<url>scp://objectstyle.org/var/sites/objectstyle/html/maven2</url>
                </snapshotRepository>
-               
-               <site>
-               <id>geronimo-website</id>
-               
<url>scpexe://people.apache.org/www/geronimo.apache.org/maven/</url>
-               </site>
-               </distributionManagement -->
+       </distributionManagement>
 
        <reporting>
                <plugins>


Reply via email to