Skip to content

Commit 52d9c39

Browse files
committed
[maven-release-plugin] prepare release 2.8
1 parent 4a4d326 commit 52d9c39

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
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>2.8-SNAPSHOT</version>
6+
<version>2.8</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>2.8-SNAPSHOT</version>
8+
<version>2.8</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>2.8-SNAPSHOT</version>
8+
<version>2.8</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>2.8-SNAPSHOT</version>
8+
<version>2.8</version>
99
<relativePath>../../../pom.xml</relativePath>
1010
</parent>
1111

external/elasticsearch/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>2.8-SNAPSHOT</version>
8+
<version>2.8</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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>2.8-SNAPSHOT</version>
8+
<version>2.8</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

external/opensearch/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>2.8-SNAPSHOT</version>
8+
<version>2.8</version>
99
<relativePath>../../../pom.xml</relativePath>
1010
</parent>
1111

external/opensearch/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>2.8-SNAPSHOT</version>
8+
<version>2.8</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>2.8-SNAPSHOT</version>
8+
<version>2.8</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>2.8-SNAPSHOT</version>
8+
<version>2.8</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)