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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-build.git


The following commit(s) were added to refs/heads/master by this push:
     new 5410aa3  Update README.md and sub modules
5410aa3 is described below

commit 5410aa3449ceae99e56fbe16b832f1e75e57b1ad
Author: gk <[email protected]>
AuthorDate: Fri Dec 13 16:55:33 2024 +0100

    Update README.md and sub modules
---
 README.md     | 19 +++++++++++--------
 cache         |  2 +-
 crypto        |  2 +-
 factory       |  2 +-
 intake        |  2 +-
 json          |  2 +-
 localization  |  2 +-
 parser        |  2 +-
 pom.xml       |  6 +++---
 pool          |  2 +-
 quartz        |  2 +-
 security      |  2 +-
 site          |  2 +-
 testcontainer |  2 +-
 upload        |  2 +-
 yaafi         |  2 +-
 yaafi-crypto  |  2 +-
 17 files changed, 29 insertions(+), 26 deletions(-)

diff --git a/README.md b/README.md
index 1cd356d..ed7cb7c 100644
--- a/README.md
+++ b/README.md
@@ -159,16 +159,20 @@ If security check is deactived by default (since parent 
pom v12):
 
 **Single**
 
-If dependency check is skipped by default, do mvn 
org.owasp:dependency-check-maven:check -Ddependency.check.skip=false
-Since Turbine Parent 8 security check is enabled by default.
+If dependency check is skipped by default, do 
+
+    mvn org.owasp:dependency-check-maven:check -Ddependency.check.skip=false
+
+
+Since Turbine Parent 13 security check has to be enabled by profile owasp.
 
     mvn release:prepare -DdryRun=true -Papache-release 
-Dtag=<project.artifact>-<version>-candidate
-    
+
 Here the tag is already set.
 
 And finally:
 
-    mvn release:clean    
+    mvn release:clean
 
 2. Remote Testing
 
@@ -181,16 +185,15 @@ If you have not set ssh-key or gpg authentication,  the 
tasks may require that y
 
 **Multi Module**
 
-    mvn release:prepare -DautoVersionSubmodules=true -Papache-release 
-Dtag=<project.artifact>-<version>-candidate
+    mvn release:prepare -DautoVersionSubmodules=true -Papache-release
     
- 
+
 Important: Success will be on the master build, the others are skipped.
 
 **Single**
 
-    mvn release:prepare -Papache-release 
-Dtag=<project.artifact>-<version>-candidate
+    mvn release:prepare -Papache-release
 
-  
 3. Release Preparing
 
 If you get a 401 error on the upload to repository.apache.org, make sure
diff --git a/cache b/cache
index 0d1c8f4..de07c05 160000
--- a/cache
+++ b/cache
@@ -1 +1 @@
-Subproject commit 0d1c8f44c8b434963c45afc294fb004f698913e7
+Subproject commit de07c057a8650e593755606e6a7d062cd9356e2a
diff --git a/crypto b/crypto
index d4398dc..c8cdad0 160000
--- a/crypto
+++ b/crypto
@@ -1 +1 @@
-Subproject commit d4398dc172985376b6ceed622a4d50992c079d45
+Subproject commit c8cdad01e4bc326c11c02e6e816992642758ecc4
diff --git a/factory b/factory
index cf96330..f9c0cc0 160000
--- a/factory
+++ b/factory
@@ -1 +1 @@
-Subproject commit cf963305673854a1c7e5170639d36bfddc3d0583
+Subproject commit f9c0cc08febdd01a0f03501b632458e1a5e888a8
diff --git a/intake b/intake
index 344d62e..b8d001b 160000
--- a/intake
+++ b/intake
@@ -1 +1 @@
-Subproject commit 344d62ec4c640c13770dfd0f705fe1101e262b11
+Subproject commit b8d001bdd7a30422280154fd3c0da816087a41bb
diff --git a/json b/json
index 1a8be72..0855b52 160000
--- a/json
+++ b/json
@@ -1 +1 @@
-Subproject commit 1a8be7231c01df42da30f41fdf961947951bf033
+Subproject commit 0855b52f05cae7f5b4e9b44b99600d57d3779346
diff --git a/localization b/localization
index 6d1b7c1..2066425 160000
--- a/localization
+++ b/localization
@@ -1 +1 @@
-Subproject commit 6d1b7c1bb8936bce78022f1bd7ca0c09d5412030
+Subproject commit 20664257bd409b31d6490e40a6b97d2a914d55fe
diff --git a/parser b/parser
index 77c8712..ed31245 160000
--- a/parser
+++ b/parser
@@ -1 +1 @@
-Subproject commit 77c871219effd9ab6a0f032af024845d15471a4b
+Subproject commit ed31245df510fbfcdf8edd6e7250ffacb3b5d512
diff --git a/pom.xml b/pom.xml
index 47cdd25..8c8b9ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,11 +22,11 @@
   <parent>
     <artifactId>turbine-parent</artifactId>
        <groupId>org.apache.turbine</groupId>
-       <version>12</version>
+       <version>14-SNAPSHOT</version>
   </parent>
   <artifactId>fulcrum</artifactId>
   <packaging>pom</packaging>
-  <version>1</version>
+  <version>2</version>
   <name>Fulcrum Master Build</name>
   <url>http://turbine.apache.org/fulcrum</url>
   <inceptionYear>2001</inceptionYear>
@@ -73,7 +73,7 @@
         
<connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-build.git</connection>
         
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-build.git</developerConnection>
    
         
<url>https://github.com/apache/turbine-fulcrum-build/tree/${project.scm.tag}</url>
-        <tag>master</tag>
+        <tag>HEAD</tag>
     </scm>
   
   <build>
diff --git a/pool b/pool
index 36d2533..f69ee12 160000
--- a/pool
+++ b/pool
@@ -1 +1 @@
-Subproject commit 36d2533b4afd6c64579f019519eb94a91767e68f
+Subproject commit f69ee12e63ccaf376f5a50aaf2d374a9a734c31d
diff --git a/quartz b/quartz
index da3c2b5..0a6854e 160000
--- a/quartz
+++ b/quartz
@@ -1 +1 @@
-Subproject commit da3c2b57cc5349b3148b88dce94b89defbc0912f
+Subproject commit 0a6854e1fbb30f39d072b0a2bc9dcb529a6fb726
diff --git a/security b/security
index 7e88942..ab68319 160000
--- a/security
+++ b/security
@@ -1 +1 @@
-Subproject commit 7e88942969f635657acdcd1cf2774ffa7efc8755
+Subproject commit ab6831967a9fa973474dcb690a15828a5c434596
diff --git a/site b/site
index e02404f..0a5d53f 160000
--- a/site
+++ b/site
@@ -1 +1 @@
-Subproject commit e02404fdcda6d9feec660553e50b49f6e9edcedf
+Subproject commit 0a5d53f39d8224b745927b51f185094515e76a99
diff --git a/testcontainer b/testcontainer
index 46f19db..28c3240 160000
--- a/testcontainer
+++ b/testcontainer
@@ -1 +1 @@
-Subproject commit 46f19dbd237774cb8b26aa784bed6d20679d048c
+Subproject commit 28c3240d12df59508ab65d3d2864e60c64373b4f
diff --git a/upload b/upload
index 0942281..bc6e751 160000
--- a/upload
+++ b/upload
@@ -1 +1 @@
-Subproject commit 0942281939b095b9198a13aace09d8b22e2d5a18
+Subproject commit bc6e751a6b1519ee2354f27acf6007afd60b99d8
diff --git a/yaafi b/yaafi
index 5b9b1ef..ad5d70e 160000
--- a/yaafi
+++ b/yaafi
@@ -1 +1 @@
-Subproject commit 5b9b1ef44b345fd69ea06fe07d7b86634e7ea4f8
+Subproject commit ad5d70e3bc89d8402c0b0af234def9189d798241
diff --git a/yaafi-crypto b/yaafi-crypto
index 5a4858c..6f69752 160000
--- a/yaafi-crypto
+++ b/yaafi-crypto
@@ -1 +1 @@
-Subproject commit 5a4858c40a8c3b65ecad74724290472060368071
+Subproject commit 6f69752263989700d6080dd0553725b2cde362c0

Reply via email to