Author: sebb
Date: Tue Mar 27 02:21:21 2012
New Revision: 1305711

URL: http://svn.apache.org/viewvc?rev=1305711&view=rev
Log:
Simplify

Modified:
    commons/proper/dbutils/trunk/pom.xml

Modified: commons/proper/dbutils/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pom.xml?rev=1305711&r1=1305710&r2=1305711&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/pom.xml [utf-8] (original)
+++ commons/proper/dbutils/trunk/pom.xml [utf-8] Tue Mar 27 02:21:21 2012
@@ -204,6 +204,15 @@
     </dependency>
   </dependencies>
 
+  <distributionManagement>
+    <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
+    <site>
+      <id>apache.website</id>
+      <name>Apache Commons Site</name>
+      
<url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid}</url>
+    </site>
+  </distributionManagement>
+
   <properties>
     <maven.compile.source>1.6</maven.compile.source>
     <maven.compile.target>1.6</maven.compile.target>
@@ -302,17 +311,6 @@
         </site>
       </distributionManagement>
     </profile>
-    <profile>
-      <id>release</id>
-      <distributionManagement>
-        <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
-        <site>
-          <id>apache.website</id>
-          <name>Apache Commons Release Site</name>
-          
<url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/dbutils/</url>
-        </site>
-      </distributionManagement>
-    </profile>
   </profiles>
 
 </project>


Reply via email to