This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch rel-stormcrawler-3.0-rc1
in repository https://gitbox.apache.org/repos/asf/incubator-stormcrawler.git
The following commit(s) were added to refs/heads/rel-stormcrawler-3.0-rc1 by
this push:
new 233ad52e [maven-release-plugin] prepare release stormcrawler-3.0
233ad52e is described below
commit 233ad52e71a74a0f27322ae79500b4384dde9ce4
Author: Richard Zowalla <[email protected]>
AuthorDate: Tue May 7 09:42:46 2024 +0200
[maven-release-plugin] prepare release stormcrawler-3.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 | 6 ++----
external/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 ++--
13 files changed, 15 insertions(+), 17 deletions(-)
diff --git a/archetype/pom.xml b/archetype/pom.xml
index 8f05b575..906d5a52 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.0-SNAPSHOT</version>
+ <version>3.0</version>
</parent>
<artifactId>stormcrawler-archetype</artifactId>
<name>stormcrawler-archetype</name>
diff --git a/core/pom.xml b/core/pom.xml
index e269b5ea..c9f7a80a 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.0-SNAPSHOT</version>
+ <version>3.0</version>
</parent>
<artifactId>stormcrawler-core</artifactId>
diff --git a/external/aws/pom.xml b/external/aws/pom.xml
index e865bd42..f3672767 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.0-SNAPSHOT</version>
+ <version>3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/external/langid/pom.xml b/external/langid/pom.xml
index 402a9e37..0e05935e 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.0-SNAPSHOT</version>
+ <version>3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/external/opensearch/archetype/pom.xml
b/external/opensearch/archetype/pom.xml
index ffc5100b..8703ef46 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.0-SNAPSHOT</version>
+ <version>3.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/external/opensearch/pom.xml b/external/opensearch/pom.xml
index 9d2cc236..64fe0572 100644
--- a/external/opensearch/pom.xml
+++ b/external/opensearch/pom.xml
@@ -19,15 +19,13 @@ specific language governing permissions and limitations
under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.stormcrawler</groupId>
<artifactId>stormcrawler-external</artifactId>
- <version>3.0-SNAPSHOT</version>
+ <version>3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/external/pom.xml b/external/pom.xml
index 8bea4c04..6782509c 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.0-SNAPSHOT</version>
+ <version>3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/external/solr/pom.xml b/external/solr/pom.xml
index 6ac581d1..18efd231 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.0-SNAPSHOT</version>
+ <version>3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/external/sql/pom.xml b/external/sql/pom.xml
index a1004b54..5fffb58f 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.0-SNAPSHOT</version>
+ <version>3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/external/tika/pom.xml b/external/tika/pom.xml
index 984e1e91..79d81c22 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.0-SNAPSHOT</version>
+ <version>3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/external/urlfrontier/pom.xml b/external/urlfrontier/pom.xml
index aa88736b..db9d98b6 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.0-SNAPSHOT</version>
+ <version>3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/external/warc/pom.xml b/external/warc/pom.xml
index 3022ece4..ff3aa575 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.0-SNAPSHOT</version>
+ <version>3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index aa76643d..f7391553 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
<groupId>org.apache.stormcrawler</groupId>
<artifactId>stormcrawler</artifactId>
- <version>3.0-SNAPSHOT</version>
+ <version>3.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>HEAD</tag>
+ <tag>stormcrawler-3.0</tag>
</scm>
<issueManagement>