This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to tag fulcrum-crypto-1.0.8 in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-crypto.git
commit 2dc53f1848075dce85f8631e7baf9b690d8640b7 Author: Jeffery Painter <[email protected]> AuthorDate: Tue May 21 02:09:59 2019 +0000 Update tag for publishing git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-crypto-1.0.8@1859597 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f4d09f0..fbff9d0 100644 --- a/pom.xml +++ b/pom.xml @@ -31,11 +31,19 @@ <inceptionYear>2005</inceptionYear> <description>Fulcrum Crypto Service</description> <url>http://turbine.apache.org/fulcrum/fulcrum-crypto</url> + + <!-- Required for staging to work --> + <distributionManagement> + <site> + <id>turbine.apache.org</id> + <url>https://turbine.apache.org/fulcrum/fulcrum-crypto/</url> + </site> + </distributionManagement> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-crypto-1.0.8</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-crypto-1.0.8</developerConnection> - <url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-crypto-1.0.8</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/crypto/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/crypto/</developerConnection> + <url>http://svn.apache.org/viewvc/turbine/fulcrum/trunk/crypto/</url> </scm> <developers> @@ -98,6 +106,9 @@ <properties> <turbine.site.path>fulcrum/fulcrum-crypto</turbine.site.path> + <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/crypto</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>
