Author: asavu
Date: Sun Dec 11 01:01:08 2011
New Revision: 1212948

URL: http://svn.apache.org/viewvc?rev=1212948&view=rev
Log:
Quick fix to make maven deploy work

Modified:
    whirr/trunk/build-tools/pom.xml
    whirr/trunk/pom.xml

Modified: whirr/trunk/build-tools/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/build-tools/pom.xml?rev=1212948&r1=1212947&r2=1212948&view=diff
==============================================================================
--- whirr/trunk/build-tools/pom.xml (original)
+++ whirr/trunk/build-tools/pom.xml Sun Dec 11 01:01:08 2011
@@ -22,4 +22,11 @@
   <packaging>jar</packaging>
   <version>0.8.0-SNAPSHOT</version>
   <name>Apache Whirr Build Tools</name>
+  <distributionManagement>
+    <repository>
+      <id>apache.staging.https</id>
+      <name>Nexus Staging Repo</name>
+      
<url>https://repository.apache.org/service/local/staging/deploy/maven2/</url>
+    </repository>
+  </distributionManagement>
 </project>

Modified: whirr/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/pom.xml?rev=1212948&r1=1212947&r2=1212948&view=diff
==============================================================================
--- whirr/trunk/pom.xml (original)
+++ whirr/trunk/pom.xml Sun Dec 11 01:01:08 2011
@@ -423,6 +423,11 @@
     </pluginRepository>
   </pluginRepositories>
   <distributionManagement>
+    <repository>
+      <id>apache.staging.https</id>
+      <name>Nexus Staging Repo</name>
+      
<url>https://repository.apache.org/service/local/staging/deploy/maven2/</url>
+    </repository>
     <site>
       <id>apache.website</id>
       
<url>scpexe://people.apache.org/www/whirr.apache.org/docs/${project.version}</url>


Reply via email to