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:56:03 UTC

[turbine-fulcrum-quartz] tag fulcrum-quartz-1.1.1 created (now b621b56)

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

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


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

     new 1f07332  [maven-release-plugin] copy for tag fulcrum-quartz-1.1.1
     new 8e02a82  Update tagged fulcrum component poms for publishing to website
     new b621b56  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-quartz] 01/03: [maven-release-plugin] copy for tag fulcrum-quartz-1.1.1

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

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

commit 1f07332c424b0d0d330fb2e06b0dec5cae650da3
Author: Jeffery Painter <pa...@apache.org>
AuthorDate: Fri Feb 22 19:07:44 2019 +0000

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

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

commit 8e02a82fb2c2a69fd374c6b5d2830264f7b1c873
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-quartz-1.1.1@1859601 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 27 +++++++++++++++++++--------
 1 file changed, 19 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2dfdf27..37bffe0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,11 +31,19 @@
 	<description>A wrapper around the Quartz Scheduler.</description>
 	<url>http://turbine.apache.org/fulcrum/fulcrum-quartz/</url>
 
-	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-quartz-1.1.1</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-quartz-1.1.1</developerConnection>
-		<url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-quartz-1.1.1</url>
-	</scm>
+	<!-- Required for staging to work -->
+	<distributionManagement>
+	   <site>
+              <id>turbine.apache.org</id>
+              <url>https://turbine.apache.org/fulcrum/fulcrum-quartz/</url>
+	   </site>
+	</distributionManagement>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-quartz-1.1.1/</connection>
+    <developerConnection>scm:svn: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-quartz-1.1.1</developerConnection>
+    <url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-quartz-1.1.1</url>
+  </scm>
 
 	<developers>
 		<developer>
@@ -132,8 +140,11 @@
 
 	</build>
 
-	<properties>
-		<turbine.site.path>fulcrum/fulcrum-quartz</turbine.site.path>
-	</properties>
+  <properties>
+    <turbine.site.path>fulcrum/fulcrum-quartz</turbine.site.path>
+    <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/quartz</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-quartz] 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-quartz-1.1.1
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-quartz.git

commit b621b5659d1f17c34142bcd0f228702f533cf7f4
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-quartz-1.1.1@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 37bffe0..17fa320 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-quartz-1.1.1/</connection>
-    <developerConnection>scm:svn: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-quartz-1.1.1</developerConnection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-quartz-1.1.1</developerConnection>
     <url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-quartz-1.1.1</url>
   </scm>