Author: ilgrosso
Date: Tue Jan 3 08:50:11 2017
New Revision: 1777092
URL: http://svn.apache.org/viewvc?rev=1777092&view=rev
Log:
Removing staging site configuration: we're using the ASF CMS
Modified:
openjpa/branches/2.4.x/pom.xml
Modified: openjpa/branches/2.4.x/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.4.x/pom.xml?rev=1777092&r1=1777091&r2=1777092&view=diff
==============================================================================
--- openjpa/branches/2.4.x/pom.xml (original)
+++ openjpa/branches/2.4.x/pom.xml Tue Jan 3 08:50:11 2017
@@ -52,7 +52,6 @@
<checkstyle.config.location>${project.basedir}${file.separator}..${file.separator}openjpa-project${file.separator}checkstyle.xml</checkstyle.config.location>
<checkstyle.suppressions.location>${project.basedir}${file.separator}..${file.separator}openjpa-project${file.separator}suppressions.xml</checkstyle.suppressions.location>
-
<site.deploy.url>scp://people.apache.org/home/${site.deploy.user.name}/public_html/openjpa/${project.version}/staging-site</site.deploy.url>
<!-- the test settings can be overridden my specific profiles -->
<test.jvm.maxpermsize>512m</test.jvm.maxpermsize>
<test.jvm.maxheapsize>1024m</test.jvm.maxheapsize>
@@ -144,13 +143,6 @@
</mailingList>
</mailingLists>
- <distributionManagement>
- <site>
- <id>people.apache.org</id>
- <url>${site.deploy.url}</url>
- </site>
- </distributionManagement>
-
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/branches/2.4.x</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/branches/2.4.x</developerConnection>