Skip to content

Commit b95a7f2

Browse files
committed
[maven-release-plugin] prepare release v2.7.0
1 parent f4dcafd commit b95a7f2

File tree

61 files changed

+61
-61
lines changed

Some content is hidden

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

61 files changed

+61
-61
lines changed

examples/storm-elasticsearch-examples/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

examples/storm-hdfs-examples/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

examples/storm-hive-examples/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

examples/storm-jdbc-examples/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

examples/storm-jms-examples/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

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

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

examples/storm-loadgen/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>storm-loadgen</artifactId>

examples/storm-perf/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

examples/storm-redis-examples/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

examples/storm-starter/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

external/storm-autocreds/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
22+
<version>2.7.0</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

external/storm-blobstore-migration/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

external/storm-elasticsearch/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

external/storm-hdfs-blobstore/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

external/storm-hdfs-oci/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
22+
<version>2.7.0</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

external/storm-hdfs/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

external/storm-hive/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

external/storm-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

external/storm-jms/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

external/storm-kafka-client/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
25+
<version>2.7.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

external/storm-kafka-migration/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
25+
<version>2.7.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

external/storm-kafka-monitor/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

external/storm-metrics-prometheus/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

external/storm-metrics/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

external/storm-redis/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

flux/flux-core/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

flux/flux-examples/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

flux/flux-wrappers/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

flux/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
29+
<version>2.7.0</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

integration-test/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>org.apache.storm</groupId>
2828
<artifactId>storm</artifactId>
29-
<version>2.7.0-SNAPSHOT</version>
29+
<version>2.7.0</version>
3030
<packaging>pom</packaging>
3131
<name>Storm</name>
3232
<description>Distributed and fault-tolerant realtime computation</description>

sql/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

sql/storm-sql-core/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

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

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../../../pom.xml</relativePath>
2626
</parent>
2727

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

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../../../pom.xml</relativePath>
2626
</parent>
2727

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

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../../../pom.xml</relativePath>
2626
</parent>
2727

sql/storm-sql-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

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

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

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

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

storm-checkstyle/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

storm-client/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
25+
<version>2.7.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

storm-clojure-test/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525

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

storm-clojure/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525

2626
<artifactId>storm-clojure</artifactId>

storm-core/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

0 commit comments

Comments
 (0)