This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-stormcrawler.git
commit 8697745e27ffd580e6329a00fa6e9c9f78fba064 Author: tallison <[email protected]> AuthorDate: Tue Dec 3 08:50:25 2024 -0500 [maven-release-plugin] prepare release stormcrawler-3.2.0 --- 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/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 | 6 +++--- 15 files changed, 17 insertions(+), 17 deletions(-) diff --git a/archetype/pom.xml b/archetype/pom.xml index 2d06d2d8..0716daa2 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.2.0-SNAPSHOT</version> + <version>3.2.0</version> </parent> <artifactId>stormcrawler-archetype</artifactId> <name>stormcrawler-archetype</name> diff --git a/core/pom.xml b/core/pom.xml index 8ddc3fec..68331f64 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.2.0-SNAPSHOT</version> + <version>3.2.0</version> </parent> <artifactId>stormcrawler-core</artifactId> diff --git a/external/aws/pom.xml b/external/aws/pom.xml index 7002821e..b4275d89 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.2.0-SNAPSHOT</version> + <version>3.2.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/external/langid/pom.xml b/external/langid/pom.xml index dc458527..a6fba7e8 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.2.0-SNAPSHOT</version> + <version>3.2.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/external/opensearch/archetype/pom.xml b/external/opensearch/archetype/pom.xml index 14916d32..1eddc08b 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.2.0-SNAPSHOT</version> + <version>3.2.0</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/external/opensearch/pom.xml b/external/opensearch/pom.xml index 8c657d4f..e0e02cdd 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.2.0-SNAPSHOT</version> + <version>3.2.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/external/playwright/pom.xml b/external/playwright/pom.xml index 1a4809e2..ba441ea4 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.2.0-SNAPSHOT</version> + <version>3.2.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/external/pom.xml b/external/pom.xml index cdb6e12c..ebd4d8af 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.2.0-SNAPSHOT</version> + <version>3.2.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/external/solr/archetype/pom.xml b/external/solr/archetype/pom.xml index 171df068..15ea218d 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.2.0-SNAPSHOT</version> + <version>3.2.0</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/external/solr/pom.xml b/external/solr/pom.xml index 551d3ffa..77811afa 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.2.0-SNAPSHOT</version> + <version>3.2.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/external/sql/pom.xml b/external/sql/pom.xml index d5b259a5..7b05fe06 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.2.0-SNAPSHOT</version> + <version>3.2.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/external/tika/pom.xml b/external/tika/pom.xml index 29def0c8..5c62857d 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.2.0-SNAPSHOT</version> + <version>3.2.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/external/urlfrontier/pom.xml b/external/urlfrontier/pom.xml index 94c38343..1d868a0e 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.2.0-SNAPSHOT</version> + <version>3.2.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/external/warc/pom.xml b/external/warc/pom.xml index c10de72c..45b7ce98 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.2.0-SNAPSHOT</version> + <version>3.2.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 23167379..ec80e520 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ under the License. <groupId>org.apache.stormcrawler</groupId> <artifactId>stormcrawler</artifactId> - <version>3.2.0-SNAPSHOT</version> + <version>3.2.0</version> <packaging>pom</packaging> <name>stormcrawler</name> @@ -50,7 +50,7 @@ under the License. <developerConnection> scm:git:[email protected]:apache/incubator-stormcrawler.git</developerConnection> <url>https://github.com/apache/incubator-stormcrawler</url> - <tag>stormcrawler-3.1.0</tag> + <tag>stormcrawler-3.2.0</tag> </scm> <issueManagement> @@ -60,7 +60,7 @@ under the License. <properties> <!-- timestamp for reproducible outputs, updated on release by the release plugin --> - <project.build.outputTimestamp>2024-09-26T10:02:08Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-12-03T13:47:28Z</project.build.outputTimestamp> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <additionalparam>-Xdoclint:none</additionalparam> <!-- dependency versions -->
