You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2021/09/08 08:27:19 UTC

[turbine-fulcrum-yaafi-crypto] 02/03: [maven-release-plugin] copy for tag FULCRUM_YAAFI_CRYPTO_1_0_6

This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to tag FULCRUM_YAAFI_CRYPTO_1_0_6
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-yaafi-crypto.git

commit 42006c320b4c3d91aeecf0952944b7016e1b7fcc
Merge: cc79619 de55ced
Author: Siegfried Goeschl <sg...@apache.org>
AuthorDate: Tue Mar 24 12:19:33 2009 +0000

    [maven-release-plugin]  copy for tag FULCRUM_YAAFI_CRYPTO_1_0_6
    
    git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/FULCRUM_YAAFI_CRYPTO_1_0_6@757758 13f79535-47bb-0310-9956-ffa450edef68

 pom.xml | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --cc pom.xml
index 21fa167,c3f1fbc..e7904ca
--- a/pom.xml
+++ b/pom.xml
@@@ -53,11 -70,5 +53,25 @@@
      <sourceDirectory>${basedir}/src/java</sourceDirectory>
      <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
    </build>
 +  
++  <profiles>
++    <profile>
++      <id>rc</id>
++      <distributionManagement>
++        <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
++        <site>
++          <id>apache.website</id>
++          <name>Apache Fulcrum Release Candidate Staging Site</name>
++          <url>${fulcrum.deployment.protocol}://people.apache.org/www/turbine.apache.org/builds/fulcrum/${fulcrum.componentid}/${fulcrum.release.version}/${fulcrum.rc.version}/site</url>
++        </site>
++      </distributionManagement>
++    </profile>
++  </profiles>
++
 +  <properties>
 +    <!-- This bits are used for the staging directory -->
 +    <fulcrum.release.version>1.0.6</fulcrum.release.version>
-     <fulcrum.rc.version>RC2</fulcrum.rc.version>  
++    <fulcrum.rc.version>RC3</fulcrum.rc.version>  
 +  </properties>  
  	
 -</project>
 +</project>