You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2009/09/10 08:33:28 UTC

svn commit: r813253 - in /turbine/fulcrum/trunk/crypto: maven.xml pom.xml project.xml src/site/site.xml xdocs/changes.xml xdocs/navigation.xml

Author: tv
Date: Thu Sep 10 06:33:28 2009
New Revision: 813253

URL: http://svn.apache.org/viewvc?rev=813253&view=rev
Log:
Prepare release

Removed:
    turbine/fulcrum/trunk/crypto/maven.xml
    turbine/fulcrum/trunk/crypto/project.xml
    turbine/fulcrum/trunk/crypto/xdocs/navigation.xml
Modified:
    turbine/fulcrum/trunk/crypto/pom.xml
    turbine/fulcrum/trunk/crypto/src/site/site.xml
    turbine/fulcrum/trunk/crypto/xdocs/changes.xml

Modified: turbine/fulcrum/trunk/crypto/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/crypto/pom.xml?rev=813253&r1=813252&r2=813253&view=diff
==============================================================================
--- turbine/fulcrum/trunk/crypto/pom.xml (original)
+++ turbine/fulcrum/trunk/crypto/pom.xml Thu Sep 10 06:33:28 2009
@@ -15,10 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project
-    xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.fulcrum</groupId>
     <artifactId>fulcrum-parent</artifactId>
@@ -99,4 +96,25 @@
     <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.7</fulcrum.release.version>
+    <fulcrum.rc.version>RC1</fulcrum.rc.version>  
+    <fulcrum.deployment.protocol>scpexe</fulcrum.deployment.protocol>
+  </properties>  
+    
 </project>

Modified: turbine/fulcrum/trunk/crypto/src/site/site.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/crypto/src/site/site.xml?rev=813253&r1=813252&r2=813253&view=diff
==============================================================================
--- turbine/fulcrum/trunk/crypto/src/site/site.xml (original)
+++ turbine/fulcrum/trunk/crypto/src/site/site.xml Thu Sep 10 06:33:28 2009
@@ -17,7 +17,8 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<project name="Fulcrum Crypto">
+<project name="Fulcrum Crypto"
+      href="http://turbine.apache.org/fulcrum/fulcrum-crypto/">
   <body>
     <menu name="Overview">
       <item name="About"             href="/index.html"/>

Modified: turbine/fulcrum/trunk/crypto/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/crypto/xdocs/changes.xml?rev=813253&r1=813252&r2=813253&view=diff
==============================================================================
--- turbine/fulcrum/trunk/crypto/xdocs/changes.xml (original)
+++ turbine/fulcrum/trunk/crypto/xdocs/changes.xml Thu Sep 10 06:33:28 2009
@@ -24,7 +24,9 @@
   </properties>
 
   <body>
-    <release version="1.0.7" date="as in SVN">
+    <release version="1.0.8-SNAPSHOT" date="as in SVN">
+    </release>
+    <release version="1.0.7" date="2009-09-10">
       <action dev="sgoeschl" type="update">
         Moving to M2 build
       </action>