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 12:43:49 UTC

[turbine-fulcrum-pool] tag fulcrum-pool-1.0.5 created (now 46d7388)

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

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


      at 46d7388  (commit)
This tag includes the following new commits:

     new bcfa43f  [maven-release-plugin] copy for tag fulcrum-pool-1.0.5
     new 7e4c50a  Update tagged fulcrum component poms for publishing to website
     new 46d7388  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-pool] 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-pool-1.0.5
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-pool.git

commit 46d73881dd8a45a2ded752454d11605d750a3520
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-pool-1.0.5@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 e343aac..0ad2702 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-pool-1.0.5/</connection>
-    <developerConnection>scm:svn: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-pool-1.0.5</developerConnection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-pool-1.0.5</developerConnection>
     <url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-pool-1.0.5</url>
   </scm>
 

[turbine-fulcrum-pool] 01/03: [maven-release-plugin] copy for tag fulcrum-pool-1.0.5

Posted by gk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit bcfa43f99a453e6a1fa5b0709269c1e17d9caa64
Author: Jeffery Painter <pa...@apache.org>
AuthorDate: Fri Jan 11 13:21:57 2019 +0000

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

[turbine-fulcrum-pool] 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-pool-1.0.5
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-pool.git

commit 7e4c50af41c8fe23f54ced9b76a7d2c86d3a345a
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-pool-1.0.5@1859601 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index e23d387..e343aac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,10 +30,18 @@
   <inceptionYear>2005</inceptionYear>
   <description>Fulcrum Pool Service</description>
   <url>http://turbine.apache.org/fulcrum/fulcrum-pool</url>
-		
+
+  <!-- Required for staging to work -->
+  <distributionManagement>
+    <site>
+      <id>turbine.apache.org</id>
+      <url>https://turbine.apache.org/fulcrum/fulcrum-pool/</url>
+    </site>
+  </distributionManagement>
+
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-pool-1.0.5</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-pool-1.0.5</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-pool-1.0.5/</connection>
+    <developerConnection>scm:svn: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-pool-1.0.5</developerConnection>
     <url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-pool-1.0.5</url>
   </scm>
 
@@ -104,6 +112,9 @@
 
   <properties>
     <turbine.site.path>fulcrum/fulcrum-pool</turbine.site.path>
+    <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/pool</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>