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

rzo1 pushed a commit to branch rel-stormcrawler-3.5.0-rc2
in repository https://gitbox.apache.org/repos/asf/stormcrawler.git


The following commit(s) were added to refs/heads/rel-stormcrawler-3.5.0-rc2 by 
this push:
     new 2924348f [maven-release-plugin] prepare for next development iteration
2924348f is described below

commit 2924348f6494d209eb9135d6ea6f7f6bd4effdfe
Author: Richard Zowalla <r...@apache.org>
AuthorDate: Mon Sep 8 19:40:12 2025 +0200

    [maven-release-plugin] prepare for next development iteration
---
 archetype/pom.xml                     | 2 +-
 core/pom.xml                          | 2 +-
 external/ai/pom.xml                   | 2 +-
 external/aws/pom.xml                  | 2 +-
 external/langid/pom.xml               | 2 +-
 external/opensearch/archetype/pom.xml | 2 +-
 external/opensearch/pom.xml           | 2 +-
 external/playwright/pom.xml           | 2 +-
 external/pom.xml                      | 2 +-
 external/selenium/pom.xml             | 2 +-
 external/solr/archetype/pom.xml       | 2 +-
 external/solr/pom.xml                 | 2 +-
 external/sql/pom.xml                  | 2 +-
 external/tika/pom.xml                 | 2 +-
 external/urlfrontier/pom.xml          | 2 +-
 external/warc/pom.xml                 | 2 +-
 pom.xml                               | 4 ++--
 17 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/archetype/pom.xml b/archetype/pom.xml
index 21924e30..71bd74ea 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.stormcrawler</groupId>
     <artifactId>stormcrawler</artifactId>
-    <version>3.5.0</version>
+    <version>3.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>stormcrawler-archetype</artifactId>
   <name>stormcrawler-archetype</name>
diff --git a/core/pom.xml b/core/pom.xml
index 8ec79cfb..856f6d6d 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -25,7 +25,7 @@ under the License.
        <parent>
                <groupId>org.apache.stormcrawler</groupId>
                <artifactId>stormcrawler</artifactId>
-               <version>3.5.0</version>
+               <version>3.5.1-SNAPSHOT</version>
        </parent>
 
        <artifactId>stormcrawler-core</artifactId>
diff --git a/external/ai/pom.xml b/external/ai/pom.xml
index 450213c5..9a79f3cb 100644
--- a/external/ai/pom.xml
+++ b/external/ai/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.stormcrawler</groupId>
         <artifactId>stormcrawler-external</artifactId>
-        <version>3.5.0</version>
+        <version>3.5.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/external/aws/pom.xml b/external/aws/pom.xml
index 24d5c854..ec051acd 100644
--- a/external/aws/pom.xml
+++ b/external/aws/pom.xml
@@ -25,7 +25,7 @@ under the License.
        <parent>
                <groupId>org.apache.stormcrawler</groupId>
                <artifactId>stormcrawler-external</artifactId>
-               <version>3.5.0</version>
+               <version>3.5.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
diff --git a/external/langid/pom.xml b/external/langid/pom.xml
index ac7358f6..ab8398d0 100644
--- a/external/langid/pom.xml
+++ b/external/langid/pom.xml
@@ -25,7 +25,7 @@ under the License.
        <parent>
                <groupId>org.apache.stormcrawler</groupId>
                <artifactId>stormcrawler-external</artifactId>
-               <version>3.5.0</version>
+               <version>3.5.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
diff --git a/external/opensearch/archetype/pom.xml 
b/external/opensearch/archetype/pom.xml
index b10eca9a..2e44c952 100644
--- a/external/opensearch/archetype/pom.xml
+++ b/external/opensearch/archetype/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.stormcrawler</groupId>
     <artifactId>stormcrawler</artifactId>
-    <version>3.5.0</version>
+    <version>3.5.1-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
 
diff --git a/external/opensearch/pom.xml b/external/opensearch/pom.xml
index 174c8d3c..888f874b 100644
--- a/external/opensearch/pom.xml
+++ b/external/opensearch/pom.xml
@@ -25,7 +25,7 @@ under the License.
        <parent>
                <groupId>org.apache.stormcrawler</groupId>
                <artifactId>stormcrawler-external</artifactId>
-               <version>3.5.0</version>
+               <version>3.5.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
diff --git a/external/playwright/pom.xml b/external/playwright/pom.xml
index 1272d4da..a540524b 100644
--- a/external/playwright/pom.xml
+++ b/external/playwright/pom.xml
@@ -25,7 +25,7 @@ under the License.
        <parent>
                <groupId>org.apache.stormcrawler</groupId>
                <artifactId>stormcrawler-external</artifactId>
-               <version>3.5.0</version>
+               <version>3.5.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
diff --git a/external/pom.xml b/external/pom.xml
index beee8844..6324f5c9 100644
--- a/external/pom.xml
+++ b/external/pom.xml
@@ -25,7 +25,7 @@ under the License.
        <parent>
                <groupId>org.apache.stormcrawler</groupId>
                <artifactId>stormcrawler</artifactId>
-               <version>3.5.0</version>
+               <version>3.5.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
diff --git a/external/selenium/pom.xml b/external/selenium/pom.xml
index ea8384de..fde1e621 100644
--- a/external/selenium/pom.xml
+++ b/external/selenium/pom.xml
@@ -25,7 +25,7 @@ under the License.
        <parent>
                <groupId>org.apache.stormcrawler</groupId>
                <artifactId>stormcrawler-external</artifactId>
-               <version>3.5.0</version>
+               <version>3.5.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
diff --git a/external/solr/archetype/pom.xml b/external/solr/archetype/pom.xml
index b6a2df7b..6409c949 100644
--- a/external/solr/archetype/pom.xml
+++ b/external/solr/archetype/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.stormcrawler</groupId>
         <artifactId>stormcrawler</artifactId>
-        <version>3.5.0</version>
+        <version>3.5.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 
diff --git a/external/solr/pom.xml b/external/solr/pom.xml
index 35beee9b..3444a90e 100644
--- a/external/solr/pom.xml
+++ b/external/solr/pom.xml
@@ -25,7 +25,7 @@ under the License.
        <parent>
                <groupId>org.apache.stormcrawler</groupId>
                <artifactId>stormcrawler-external</artifactId>
-               <version>3.5.0</version>
+               <version>3.5.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
diff --git a/external/sql/pom.xml b/external/sql/pom.xml
index e167ebf3..0eece4e6 100644
--- a/external/sql/pom.xml
+++ b/external/sql/pom.xml
@@ -25,7 +25,7 @@ under the License.
        <parent>
                <groupId>org.apache.stormcrawler</groupId>
                <artifactId>stormcrawler-external</artifactId>
-               <version>3.5.0</version>
+               <version>3.5.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
diff --git a/external/tika/pom.xml b/external/tika/pom.xml
index 53d5e953..b956dc81 100644
--- a/external/tika/pom.xml
+++ b/external/tika/pom.xml
@@ -25,7 +25,7 @@ under the License.
        <parent>
                <groupId>org.apache.stormcrawler</groupId>
                <artifactId>stormcrawler-external</artifactId>
-               <version>3.5.0</version>
+               <version>3.5.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
diff --git a/external/urlfrontier/pom.xml b/external/urlfrontier/pom.xml
index 395d391c..1081418d 100644
--- a/external/urlfrontier/pom.xml
+++ b/external/urlfrontier/pom.xml
@@ -25,7 +25,7 @@ under the License.
        <parent>
                <groupId>org.apache.stormcrawler</groupId>
                <artifactId>stormcrawler-external</artifactId>
-               <version>3.5.0</version>
+               <version>3.5.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
diff --git a/external/warc/pom.xml b/external/warc/pom.xml
index 6578a81b..748333fc 100644
--- a/external/warc/pom.xml
+++ b/external/warc/pom.xml
@@ -25,7 +25,7 @@ under the License.
        <parent>
                <groupId>org.apache.stormcrawler</groupId>
                <artifactId>stormcrawler-external</artifactId>
-               <version>3.5.0</version>
+               <version>3.5.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
diff --git a/pom.xml b/pom.xml
index 01236eef..2a0ca0f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
 
        <groupId>org.apache.stormcrawler</groupId>
        <artifactId>stormcrawler</artifactId>
-       <version>3.5.0</version>
+       <version>3.5.1-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <name>stormcrawler</name>
@@ -60,7 +60,7 @@ under the License.
 
        <properties>
                <!-- timestamp for reproducible outputs, updated on release by 
the release plugin -->
-               
<project.build.outputTimestamp>2025-09-08T17:35:55Z</project.build.outputTimestamp>
+               
<project.build.outputTimestamp>2025-09-08T17:40:11Z</project.build.outputTimestamp>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <additionalparam>-Xdoclint:none</additionalparam>
                <!-- dependency versions -->

Reply via email to