Author: vsiveton
Date: Wed Apr 1 10:21:07 2009
New Revision: 760843
URL: http://svn.apache.org/viewvc?rev=760843&view=rev
Log:
o distributionManagement url for site should take care of the Shindig version
Modified:
incubator/shindig/branches/1.0.x-incubating/pom.xml
Modified: incubator/shindig/branches/1.0.x-incubating/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/pom.xml?rev=760843&r1=760842&r2=760843&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/pom.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/pom.xml Wed Apr 1 10:21:07 2009
@@ -70,6 +70,27 @@
</ciManagement>
<!-- ======================================================================
-->
+ <!-- D I S T R I B U T I O N M A N A G E M E N T
-->
+ <!-- ======================================================================
-->
+ <distributionManagement>
+ <repository>
+ <id>apache.incubating</id>
+ <name>Apache Incubating Repository</name>
+
<url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository</url>
+ </repository>
+ <snapshotRepository>
+ <id>apache.snapshots</id>
+ <name>Apache Development Snapshot Repository</name>
+
<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+ </snapshotRepository>
+ <!-- This is the technical website for Shindig 1.0.x -->
+ <site>
+ <id>apache.website</id>
+
<url>scp://people.apache.org/www/incubator.apache.org/shindig/shindig-1.0.x</url>
+ </site>
+ </distributionManagement>
+
+ <!-- ======================================================================
-->
<!-- M A I L I N G L I S T S
-->
<!-- ======================================================================
-->
<mailingLists>
@@ -666,26 +687,6 @@
</plugin>
</plugins>
</reporting>
- <properties>
- <!-- You can override the site.html.dir property in your
~/.m2/settings.xml file -->
- <!-- <settings> -->
- <!-- <profiles> -->
- <!-- <profile> -->
- <!-- <id>reporting</id> -->
- <!-- <properties> -->
- <!-- <site.html.dir> NEW VALUE </site.html.dir> -->
- <!-- </properties> -->
- <!-- </profile> -->
- <!-- </profiles> -->
- <!-- </settings> -->
-
<site.html.dir>scp://people.apache.org/www/incubator.apache.org/shindig</site.html.dir>
- </properties>
- <distributionManagement>
- <site>
- <id>local</id>
- <url>${site.html.dir}</url>
- </site>
- </distributionManagement>
</profile>
<profile>