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:05:27 UTC

[turbine-fulcrum-yaafi] tag fulcrum-yaafi-1.0.8 created (now 5a17ca4)

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

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


      at 5a17ca4  (commit)
This tag includes the following new commits:

     new 2562a62  [maven-release-plugin] copy for tag fulcrum-yaafi-1.0.8
     new d3f22fa  Update tagged fulcrum component poms for publishing to website
     new 5a17ca4  Removing spaces from dev connect links introduced by script to update all poms

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[turbine-fulcrum-yaafi] 03/03: Removing spaces from dev connect links introduced by script to update all poms

Posted by gk...@apache.org.
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 5a17ca4957767771016cbaafc19e27abb631de92
Author: Jeffery Painter <pa...@apache.org>
AuthorDate: Tue May 21 03:33:45 2019 +0000

    Removing spaces from dev connect links introduced by script to update all poms
    
    git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-yaafi-1.0.8@1859603 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ae29242..2973b59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
 
   <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>
+    <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>
 

[turbine-fulcrum-yaafi] 02/03: Update tagged fulcrum component poms for publishing to website

Posted by gk...@apache.org.
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 <pa...@apache.org>
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>

[turbine-fulcrum-yaafi] 01/03: [maven-release-plugin] copy for tag fulcrum-yaafi-1.0.8

Posted by gk...@apache.org.
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 2562a62256db3c2eb4c0503725ea2f8b60e47796
Author: Jeffery Painter <pa...@apache.org>
AuthorDate: Thu Dec 13 18:54:33 2018 +0000

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