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/12/10 09:19:53 UTC

[turbine-parent] branch master updated: set empty relativePath for parent in pom, update .gitignore, changes in parent

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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 581dd3e  set empty relativePath for parent in pom, update .gitignore, changes in parent
581dd3e is described below

commit 581dd3eb1797e39cc267dc8fcba987efb714a4d1
Author: Georg Kallidis <gk...@cedis.fu-berlin.de>
AuthorDate: Fri Dec 10 10:03:51 2021 +0100

    set empty relativePath for parent in pom, update .gitignore, changes in parent
---
 .gitignore              |  1 +
 pom.xml                 |  1 +
 src/changes/changes.xml | 11 ++++++++++-
 3 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 5c9147e..395be62 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 target/
 .classpath
 .project
+.settings/
 .idea/
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 91757e4..4dbb310 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,6 +15,7 @@
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
     <version>24</version>
+    <relativePath/>
   </parent>
   <groupId>org.apache.turbine</groupId>
   <artifactId>turbine-parent</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c5f4fe3..51fa1cb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,16 @@
   </properties>
 
   <body>
-   <release version="9" date="in version control"> 
+   <release version="10" date="in version control"> 
+        <action dev="gk" type="update" date="2021-12-08">
+         -  update apache pom v24, removed maven3 profile, disabled dependency check/scan by default,
+         - updated site header
+        </action> 
+       <action dev="gk" type="update" date="2021-11-04">
+         -  added owasp profile
+        </action>  
+  </release>
+   <release version="9" date="2021-10-08"> 
         <action dev="gk" type="update" date="2021-09-27">
          -  scm url (not redirected) in pom.xm and update changes.xml
         </action>