Skip to content

Commit ae3a96e

Browse files
committed
[maven-release-plugin] prepare release v2.6.0
1 parent ee2cc9c commit ae3a96e

File tree

60 files changed

+63
-64
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+63
-64
lines changed

examples/storm-elasticsearch-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

examples/storm-hdfs-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

examples/storm-hive-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

examples/storm-jdbc-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

examples/storm-jms-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

examples/storm-kafka-client-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

examples/storm-loadgen/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>storm</artifactId>
2222
<groupId>org.apache.storm</groupId>
23-
<version>2.6.0-SNAPSHOT</version>
23+
<version>2.6.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>storm-loadgen</artifactId>

examples/storm-perf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>storm</artifactId>
2222
<groupId>org.apache.storm</groupId>
23-
<version>2.6.0-SNAPSHOT</version>
23+
<version>2.6.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

examples/storm-redis-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

examples/storm-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>storm</artifactId>
2222
<groupId>org.apache.storm</groupId>
23-
<version>2.6.0-SNAPSHOT</version>
23+
<version>2.6.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

external/storm-autocreds/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>storm</artifactId>
2121
<groupId>org.apache.storm</groupId>
22-
<version>2.6.0-SNAPSHOT</version>
22+
<version>2.6.0</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

external/storm-blobstore-migration/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

external/storm-elasticsearch/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

external/storm-hdfs-blobstore/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

external/storm-hdfs-oci/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>storm</artifactId>
2121
<groupId>org.apache.storm</groupId>
22-
<version>2.6.0-SNAPSHOT</version>
22+
<version>2.6.0</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

external/storm-hdfs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

external/storm-hive/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

external/storm-jdbc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

external/storm-jms/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>storm</artifactId>
2222
<groupId>org.apache.storm</groupId>
23-
<version>2.6.0-SNAPSHOT</version>
23+
<version>2.6.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

external/storm-kafka-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>storm</artifactId>
2424
<groupId>org.apache.storm</groupId>
25-
<version>2.6.0-SNAPSHOT</version>
25+
<version>2.6.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

external/storm-kafka-migration/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>storm</artifactId>
2424
<groupId>org.apache.storm</groupId>
25-
<version>2.6.0-SNAPSHOT</version>
25+
<version>2.6.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

external/storm-kafka-monitor/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>storm</artifactId>
2222
<groupId>org.apache.storm</groupId>
23-
<version>2.6.0-SNAPSHOT</version>
23+
<version>2.6.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

external/storm-metrics/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>storm</artifactId>
2222
<groupId>org.apache.storm</groupId>
23-
<version>2.6.0-SNAPSHOT</version>
23+
<version>2.6.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

external/storm-redis/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

flux/flux-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.storm</groupId>
2323
<artifactId>flux</artifactId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

flux/flux-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.storm</groupId>
2323
<artifactId>flux</artifactId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

flux/flux-wrappers/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.storm</groupId>
2323
<artifactId>flux</artifactId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

flux/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<artifactId>storm</artifactId>
2828
<groupId>org.apache.storm</groupId>
29-
<version>2.6.0-SNAPSHOT</version>
29+
<version>2.6.0</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

integration-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120

2221
<parent>
@@ -27,7 +26,7 @@
2726

2827
<groupId>org.apache.storm</groupId>
2928
<artifactId>storm</artifactId>
30-
<version>2.6.0-SNAPSHOT</version>
29+
<version>2.6.0</version>
3130
<packaging>pom</packaging>
3231
<name>Storm</name>
3332
<description>Distributed and fault-tolerant realtime computation</description>
@@ -60,7 +59,7 @@
6059
<connection>git@github.com:apache/storm.git</connection>
6160
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/storm.git</developerConnection>
6261
<url>https://github.com/apache/storm</url>
63-
<tag>v2.5.0</tag>
62+
<tag>v2.6.0</tag>
6463
</scm>
6564

6665
<issueManagement>

sql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

sql/storm-sql-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

sql/storm-sql-external/storm-sql-hdfs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../../../pom.xml</relativePath>
2626
</parent>
2727

sql/storm-sql-external/storm-sql-kafka/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../../../pom.xml</relativePath>
2626
</parent>
2727

sql/storm-sql-external/storm-sql-redis/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../../../pom.xml</relativePath>
2626
</parent>
2727

sql/storm-sql-runtime/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

storm-buildtools/maven-shade-clojure-transformer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

storm-buildtools/storm-maven-plugins/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

storm-checkstyle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>2.6.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

storm-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>storm</artifactId>
2424
<groupId>org.apache.storm</groupId>
25-
<version>2.6.0-SNAPSHOT</version>
25+
<version>2.6.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

storm-clojure-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>storm</artifactId>
2222
<groupId>org.apache.storm</groupId>
23-
<version>2.6.0-SNAPSHOT</version>
23+
<version>2.6.0</version>
2424
</parent>
2525

2626
<artifactId>storm-clojure-test</artifactId>

storm-clojure/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>storm</artifactId>
2222
<groupId>org.apache.storm</groupId>
23-
<version>2.6.0-SNAPSHOT</version>
23+
<version>2.6.0</version>
2424
</parent>
2525

2626
<artifactId>storm-clojure</artifactId>

0 commit comments

Comments
 (0)