This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to tag fulcrum-yaafi-1.0.8 in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-yaafi.git
commit d3f22fa2078116fa126bc77b96036c9583278eeb Author: Jeffery Painter <[email protected]> AuthorDate: Tue May 21 03:24:47 2019 +0000 Update tagged fulcrum component poms for publishing to website git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-yaafi-1.0.8@1859601 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 7a7ef12..ae29242 100644 --- a/pom.xml +++ b/pom.xml @@ -31,11 +31,19 @@ <description>A light-weight Avalon container</description> <url>http://turbine.apache.org/fulcrum/fulcrum-yaafi</url> - <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-yaafi-1.0.8</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-yaafi-1.0.8</developerConnection> - <url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-yaafi-1.0.8</url> - </scm> + <!-- Required for staging to work --> + <distributionManagement> + <site> + <id>turbine.apache.org</id> + <url>https://turbine.apache.org/fulcrum/fulcrum-yaafi</url> + </site> + </distributionManagement> + + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-yaafi-1.0.8/</connection> + <developerConnection>scm:svn: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-yaafi-1.0.8</developerConnection> + <url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-yaafi-1.0.8</url> + </scm> <developers> <developer> @@ -122,5 +130,9 @@ <properties> <turbine.site.path>fulcrum/fulcrum-yaafi</turbine.site.path> + <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/yaafi</turbine.scmPubCheckoutDirectory> + <turbine.site.cache>${project.build.directory}/turbine-sites</turbine.site.cache> + <siteContent.path>${project.build.directory}/staging</siteContent.path><!-- default stagingSiteURL --> </properties> + </project>
