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:59:23 UTC

[turbine-fulcrum-localization] tag fulcrum-localization-1.0.7 created (now 9fded16)

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

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


      at 9fded16  (commit)
This tag includes the following new commits:

     new 272c762  [maven-release-plugin] copy for tag fulcrum-localization-1.0.7
     new e4f7d7f  Update tagged fulcrum component poms for publishing to website
     new 9fded16  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-localization] 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-localization-1.0.7
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-localization.git

commit 9fded1651b27d439364b1ddc885ed37c8578b3b8
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-localization-1.0.7@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 1a9e672..6bc5627 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-localization-1.0.7/</connection>
-    <developerConnection>scm:svn: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-localization-1.0.7</developerConnection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-localization-1.0.7</developerConnection>
     <url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-localization-1.0.7</url>
   </scm>
 

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

commit e4f7d7f8e70dfd65abf707eef4fdc40535d7b12b
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-localization-1.0.7@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 aa7d940..1a9e672 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,10 +31,18 @@
   <inceptionYear>2005</inceptionYear>
   <description>Fulcrum Localization Service</description>
   <url>http://turbine.apache.org/fulcrum/fulcrum-localization</url>
-		
+
+  <!-- Required for staging to work -->
+  <distributionManagement>
+     <site>
+        <id>turbine.apache.org</id>
+        <url>https://turbine.apache.org/fulcrum/fulcrum-localization/</url>
+     </site>
+  </distributionManagement>
+
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-localization-1.0.7</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-localization-1.0.7</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-localization-1.0.7/</connection>
+    <developerConnection>scm:svn: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-localization-1.0.7</developerConnection>
     <url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-localization-1.0.7</url>
   </scm>
 
@@ -114,6 +122,9 @@
 
   <properties>
     <turbine.site.path>fulcrum/fulcrum-localization</turbine.site.path>
+    <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/localization</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-localization] 01/03: [maven-release-plugin] copy for tag fulcrum-localization-1.0.7

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

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

commit 272c7628bf98a24a61b4c7f5d38e0055bf5ce29b
Author: Jeffery Painter <pa...@apache.org>
AuthorDate: Wed Jan 23 13:19:21 2019 +0000

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