Skip to content

Commit d203994

Browse files
committed
[maven-release-plugin] prepare release stormcrawler-3.5.1
1 parent df19b0c commit d203994

File tree

18 files changed

+21
-23
lines changed

18 files changed

+21
-23
lines changed

archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.stormcrawler</groupId>
2626
<artifactId>stormcrawler</artifactId>
27-
<version>3.5.1-SNAPSHOT</version>
27+
<version>3.5.1</version>
2828
</parent>
2929
<artifactId>stormcrawler-archetype</artifactId>
3030
<name>stormcrawler-archetype</name>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.stormcrawler</groupId>
2727
<artifactId>stormcrawler</artifactId>
28-
<version>3.5.1-SNAPSHOT</version>
28+
<version>3.5.1</version>
2929
</parent>
3030

3131
<artifactId>stormcrawler-core</artifactId>

docs/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@ KIND, either express or implied. See the License for the
1717
specific language governing permissions and limitations
1818
under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2321
<modelVersion>4.0.0</modelVersion>
2422
<parent>
2523
<groupId>org.apache.stormcrawler</groupId>
2624
<artifactId>stormcrawler</artifactId>
27-
<version>3.5.1-SNAPSHOT</version>
25+
<version>3.5.1</version>
2826
</parent>
2927

3028
<artifactId>stormcrawler-docs</artifactId>

external/ai/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.stormcrawler</groupId>
2626
<artifactId>stormcrawler-external</artifactId>
27-
<version>3.5.1-SNAPSHOT</version>
27+
<version>3.5.1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

external/aws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.stormcrawler</groupId>
2727
<artifactId>stormcrawler-external</artifactId>
28-
<version>3.5.1-SNAPSHOT</version>
28+
<version>3.5.1</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

external/langid/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.stormcrawler</groupId>
2727
<artifactId>stormcrawler-external</artifactId>
28-
<version>3.5.1-SNAPSHOT</version>
28+
<version>3.5.1</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

external/opensearch/archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.stormcrawler</groupId>
2727
<artifactId>stormcrawler</artifactId>
28-
<version>3.5.1-SNAPSHOT</version>
28+
<version>3.5.1</version>
2929
<relativePath>../../../pom.xml</relativePath>
3030
</parent>
3131

external/opensearch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.stormcrawler</groupId>
2727
<artifactId>stormcrawler-external</artifactId>
28-
<version>3.5.1-SNAPSHOT</version>
28+
<version>3.5.1</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

external/playwright/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.stormcrawler</groupId>
2727
<artifactId>stormcrawler-external</artifactId>
28-
<version>3.5.1-SNAPSHOT</version>
28+
<version>3.5.1</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

external/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.stormcrawler</groupId>
2727
<artifactId>stormcrawler</artifactId>
28-
<version>3.5.1-SNAPSHOT</version>
28+
<version>3.5.1</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

0 commit comments

Comments
 (0)