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

commit 6801a34718e2ff25f5747ae013febcd876935007
Author: gk <[email protected]>
AuthorDate: Wed Apr 23 14:28:48 2025 +0200

    Prepare 2.0.0 SNAPSHOT, update parent pom to v14, fix javadoc configuration 
setting skippedModules
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 9 ++++++++-
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ba26275..4da43ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
    <parent>
        <artifactId>turbine-parent</artifactId>
        <groupId>org.apache.turbine</groupId>
-       <version>13</version>
+       <version>14</version>
        <relativePath />
    </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -118,7 +118,7 @@
                       </reportSet>
                     </reportSets>
                     <configuration>
-                        <skipModules>dist</skipModules>
+                        <skippedModules>dist</skippedModules>
                     </configuration>
                 </plugin>
                  <plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0f0f39e..d63a74e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,14 @@
   </properties>
 
   <body>
-   <release version="2.0.1" date="in VC">
+   <release version="2.0.2-SNAPSHOT" date="in VC">
+       <action type="update" dev="gk">
+           Update to site 2.0.0,  update to Turbine parent 14.
+           Add in module api a dummy test.
+       </action>
+       <action type="update" dev="gk">
+           Add to JsonService interface method convertWithFilter.
+       </action>
    </release>
   <release version="2.0.1" date="2021-06-29">
     <action type="update" dev="gk">

Reply via email to