Skip to content

Commit 2accbe3

Browse files
committed
[maven-release-plugin] prepare release 1.18
1 parent 3da25f6 commit 2accbe3

File tree

13 files changed

+16
-20
lines changed

13 files changed

+16
-20
lines changed

archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.digitalpebble.stormcrawler</groupId>
55
<artifactId>storm-crawler</artifactId>
6-
<version>1.18-SNAPSHOT</version>
6+
<version>1.18</version>
77
</parent>
88
<artifactId>storm-crawler-archetype</artifactId>
99
<name>storm-crawler-archetype</name>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.digitalpebble.stormcrawler</groupId>
77
<artifactId>storm-crawler</artifactId>
8-
<version>1.18-SNAPSHOT</version>
8+
<version>1.18</version>
99
</parent>
1010

1111
<artifactId>storm-crawler-core</artifactId>

external/aws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.digitalpebble.stormcrawler</groupId>
77
<artifactId>storm-crawler-external</artifactId>
8-
<version>1.18-SNAPSHOT</version>
8+
<version>1.18</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

external/elasticsearch/archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.digitalpebble.stormcrawler</groupId>
77
<artifactId>storm-crawler</artifactId>
8-
<version>1.18-SNAPSHOT</version>
8+
<version>1.18</version>
99
<relativePath>../../../pom.xml</relativePath>
1010
</parent>
1111

external/elasticsearch/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>com.digitalpebble.stormcrawler</groupId>
97
<artifactId>storm-crawler-external</artifactId>
10-
<version>1.18-SNAPSHOT</version>
8+
<version>1.18</version>
119
<relativePath>../pom.xml</relativePath>
1210
</parent>
1311

external/langid/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.digitalpebble.stormcrawler</groupId>
77
<artifactId>storm-crawler-external</artifactId>
8-
<version>1.18-SNAPSHOT</version>
8+
<version>1.18</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

external/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.digitalpebble.stormcrawler</groupId>
77
<artifactId>storm-crawler</artifactId>
8-
<version>1.18-SNAPSHOT</version>
8+
<version>1.18</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

external/solr/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.digitalpebble.stormcrawler</groupId>
77
<artifactId>storm-crawler-external</artifactId>
8-
<version>1.18-SNAPSHOT</version>
8+
<version>1.18</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

external/sql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.digitalpebble.stormcrawler</groupId>
77
<artifactId>storm-crawler-external</artifactId>
8-
<version>1.18-SNAPSHOT</version>
8+
<version>1.18</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

external/tika/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.digitalpebble.stormcrawler</groupId>
77
<artifactId>storm-crawler-external</artifactId>
8-
<version>1.18-SNAPSHOT</version>
8+
<version>1.18</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)