From 8fc1fd80626abd11baa8e89da5993992a76955c8 Mon Sep 17 00:00:00 2001 From: tallison Date: Wed, 13 Nov 2024 10:53:47 -0500 Subject: [PATCH] #1405 - bump development version to 3.2.0-SNAPSHOT --- archetype/pom.xml | 2 +- core/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/solr/README.md | 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 | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/archetype/pom.xml b/archetype/pom.xml index c702a60ad..2d06d2d88 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.stormcrawler stormcrawler - 3.1.1-SNAPSHOT + 3.2.0-SNAPSHOT stormcrawler-archetype stormcrawler-archetype diff --git a/core/pom.xml b/core/pom.xml index 262662c48..5be75f6b8 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler - 3.1.1-SNAPSHOT + 3.2.0-SNAPSHOT stormcrawler-core diff --git a/external/aws/pom.xml b/external/aws/pom.xml index 2696a33d7..1854c9be1 100644 --- a/external/aws/pom.xml +++ b/external/aws/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler-external - 3.1.1-SNAPSHOT + 3.2.0-SNAPSHOT ../pom.xml diff --git a/external/langid/pom.xml b/external/langid/pom.xml index beb6e9aa9..dc458527d 100644 --- a/external/langid/pom.xml +++ b/external/langid/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler-external - 3.1.1-SNAPSHOT + 3.2.0-SNAPSHOT ../pom.xml diff --git a/external/opensearch/archetype/pom.xml b/external/opensearch/archetype/pom.xml index ef9e0f65d..14916d32e 100644 --- a/external/opensearch/archetype/pom.xml +++ b/external/opensearch/archetype/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler - 3.1.1-SNAPSHOT + 3.2.0-SNAPSHOT ../../../pom.xml diff --git a/external/opensearch/pom.xml b/external/opensearch/pom.xml index 8b2205f09..23da5d159 100644 --- a/external/opensearch/pom.xml +++ b/external/opensearch/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler-external - 3.1.1-SNAPSHOT + 3.2.0-SNAPSHOT ../pom.xml diff --git a/external/playwright/pom.xml b/external/playwright/pom.xml index 05c9c3147..1b040926a 100644 --- a/external/playwright/pom.xml +++ b/external/playwright/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler-external - 3.1.1-SNAPSHOT + 3.2.0-SNAPSHOT ../pom.xml diff --git a/external/pom.xml b/external/pom.xml index 3cf1d10a9..cdb6e12cc 100644 --- a/external/pom.xml +++ b/external/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler - 3.1.1-SNAPSHOT + 3.2.0-SNAPSHOT ../pom.xml diff --git a/external/solr/README.md b/external/solr/README.md index 2a93ba3f1..1259a1ba7 100644 --- a/external/solr/README.md +++ b/external/solr/README.md @@ -6,7 +6,7 @@ Set of [Apache Solr](https://solr.apache.org/) resources for StormCrawler that a The easiest way is currently to use the archetype for Solr with: -`mvn archetype:generate -DarchetypeGroupId=org.apache.stormcrawler -DarchetypeArtifactId=stormcrawler-solr-archetype -DarchetypeVersion=3.1.1-SNAPSHOT` +`mvn archetype:generate -DarchetypeGroupId=org.apache.stormcrawler -DarchetypeArtifactId=stormcrawler-solr-archetype -DarchetypeVersion=3.2.0-SNAPSHOT` You'll be asked to enter a groupId (e.g. com.mycompany.crawler), an artefactId (e.g. stormcrawler), a version, a package name and details about the user agent to use. diff --git a/external/solr/archetype/pom.xml b/external/solr/archetype/pom.xml index 640adbc69..171df0685 100644 --- a/external/solr/archetype/pom.xml +++ b/external/solr/archetype/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler - 3.1.1-SNAPSHOT + 3.2.0-SNAPSHOT ../../../pom.xml diff --git a/external/solr/pom.xml b/external/solr/pom.xml index dfa0c8a13..551d3ffaf 100644 --- a/external/solr/pom.xml +++ b/external/solr/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler-external - 3.1.1-SNAPSHOT + 3.2.0-SNAPSHOT ../pom.xml diff --git a/external/sql/pom.xml b/external/sql/pom.xml index 6797fd57f..d5b259a56 100644 --- a/external/sql/pom.xml +++ b/external/sql/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler-external - 3.1.1-SNAPSHOT + 3.2.0-SNAPSHOT ../pom.xml diff --git a/external/tika/pom.xml b/external/tika/pom.xml index 5df7a8d1d..3f49bb8d5 100644 --- a/external/tika/pom.xml +++ b/external/tika/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler-external - 3.1.1-SNAPSHOT + 3.2.0-SNAPSHOT ../pom.xml diff --git a/external/urlfrontier/pom.xml b/external/urlfrontier/pom.xml index eb6d2f70a..94c38343c 100644 --- a/external/urlfrontier/pom.xml +++ b/external/urlfrontier/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler-external - 3.1.1-SNAPSHOT + 3.2.0-SNAPSHOT ../pom.xml diff --git a/external/warc/pom.xml b/external/warc/pom.xml index be9364ea4..5b804cae7 100644 --- a/external/warc/pom.xml +++ b/external/warc/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler-external - 3.1.1-SNAPSHOT + 3.2.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index a81251191..f3bd39804 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ under the License. org.apache.stormcrawler stormcrawler - 3.1.1-SNAPSHOT + 3.2.0-SNAPSHOT pom stormcrawler