Skip to content

Commit

Permalink
FLUME-3165. Removing -SNAPSHOT from 1.8 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
adenes committed Sep 13, 2017
1 parent 7e6c3f1 commit 3c94777
Show file tree
Hide file tree
Showing 42 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion flume-checkstyle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>org.apache.flume</groupId>
<artifactId>flume-checkstyle</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>

<name>Flume checkstyle project</name>

Expand Down
2 changes: 1 addition & 1 deletion flume-ng-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>flume-parent</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>flume-ng-auth</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-channels/flume-file-channel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>flume-ng-channels</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>org.apache.flume.flume-ng-channels</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-channels/flume-jdbc-channel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
<parent>
<artifactId>flume-ng-channels</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>org.apache.flume.flume-ng-channels</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-channels/flume-kafka-channel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>flume-ng-channels</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flume-ng-channels/flume-spillable-memory-channel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>flume-ng-channels</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>org.apache.flume.flume-ng-channels</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-channels/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
<parent>
<artifactId>flume-parent</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>org.apache.flume</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-clients/flume-ng-log4jappender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>flume-ng-clients</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion flume-ng-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>flume-parent</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>flume-ng-clients</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>flume-parent</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>flume-ng-configuration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<artifactId>flume-parent</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>org.apache.flume</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>flume-parent</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>flume-ng-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-doc/sphinx/FlumeDeveloperGuide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
======================================
Flume 1.8.0-SNAPSHOT Developer Guide
Flume 1.8.0 Developer Guide
======================================

Introduction
Expand Down
6 changes: 3 additions & 3 deletions flume-ng-doc/sphinx/FlumeUserGuide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
======================================
Flume 1.8.0-SNAPSHOT User Guide
Flume 1.8.0 User Guide
======================================

Introduction
Expand Down Expand Up @@ -4254,7 +4254,7 @@ Log4J Appender

Appends Log4j events to a flume agent's avro source. A client using this
appender must have the flume-ng-sdk in the classpath (eg,
flume-ng-sdk-1.8.0-SNAPSHOT.jar).
flume-ng-sdk-1.8.0.jar).
Required properties are in **bold**.

===================== ======= ==================================================================================
Expand Down Expand Up @@ -4318,7 +4318,7 @@ Load Balancing Log4J Appender

Appends Log4j events to a list of flume agent's avro source. A client using this
appender must have the flume-ng-sdk in the classpath (eg,
flume-ng-sdk-1.8.0-SNAPSHOT.jar). This appender supports a round-robin and random
flume-ng-sdk-1.8.0.jar). This appender supports a round-robin and random
scheme for performing the load balancing. It also supports a configurable backoff
timeout so that down agents are removed temporarily from the set of hosts
Required properties are in **bold**.
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-doc/sphinx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
================================================
Apache Flume 1.8.0-SNAPSHOT documentation
Apache Flume 1.8.0 documentation
================================================

Flume is a distributed, reliable, and available system for efficiently
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-embedded-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>flume-parent</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>flume-ng-embedded-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-legacy-sources/flume-avro-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
<parent>
<artifactId>flume-ng-legacy-sources</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>org.apache.flume.flume-ng-legacy-sources</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-legacy-sources/flume-thrift-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
<parent>
<artifactId>flume-ng-legacy-sources</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>org.apache.flume.flume-ng-legacy-sources</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-legacy-sources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
<parent>
<artifactId>flume-parent</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>org.apache.flume</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-node/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>flume-parent</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>flume-ng-node</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>flume-parent</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>flume-ng-sdk</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-sinks/flume-dataset-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
<parent>
<artifactId>flume-ng-sinks</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>org.apache.flume.flume-ng-sinks</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-sinks/flume-hdfs-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
<parent>
<artifactId>flume-ng-sinks</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>org.apache.flume.flume-ng-sinks</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-sinks/flume-hive-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
<parent>
<groupId>org.apache.flume</groupId>
<artifactId>flume-ng-sinks</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>org.apache.flume.flume-ng-sinks</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-sinks/flume-http-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
<parent>
<artifactId>flume-ng-sinks</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>org.apache.flume.flume-ng-sinks</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-sinks/flume-irc-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
<parent>
<artifactId>flume-ng-sinks</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>org.apache.flume.flume-ng-sinks</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-sinks/flume-ng-elasticsearch-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>flume-ng-sinks</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>org.apache.flume.flume-ng-sinks</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-sinks/flume-ng-hbase-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>flume-ng-sinks</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<groupId>org.apache.flume.flume-ng-sinks</groupId>
<artifactId>flume-ng-hbase-sink</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-sinks/flume-ng-kafka-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>flume-ng-sinks</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<groupId>org.apache.flume.flume-ng-sinks</groupId>
<artifactId>flume-ng-kafka-sink</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>flume-ng-sinks</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>org.apache.flume.flume-ng-sinks</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-sinks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
<parent>
<artifactId>flume-parent</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>org.apache.flume</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-sources/flume-jms-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
<parent>
<artifactId>flume-ng-sources</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>org.apache.flume.flume-ng-sources</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-sources/flume-kafka-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>flume-ng-sources</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flume-ng-sources/flume-scribe-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
<parent>
<artifactId>flume-ng-sources</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>org.apache.flume.flume-ng-sources</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-sources/flume-taildir-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
<parent>
<artifactId>flume-ng-sources</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>org.apache.flume.flume-ng-sources</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-sources/flume-twitter-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
<parent>
<artifactId>flume-ng-sources</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>org.apache.flume.flume-ng-sources</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-sources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
<parent>
<artifactId>flume-parent</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>org.apache.flume</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flume-ng-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>flume-parent</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>flume-ng-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flume-shared/flume-shared-kafka-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>flume-shared</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<groupId>org.apache.flume.flume-shared</groupId>
<artifactId>flume-shared-kafka-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flume-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
<parent>
<artifactId>flume-parent</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>org.apache.flume</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flume-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ limitations under the License.
<parent>
<artifactId>flume-parent</artifactId>
<groupId>org.apache.flume</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>org.apache.flume</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ limitations under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.flume</groupId>
<artifactId>flume-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<packaging>pom</packaging>

<name>Apache Flume</name>
Expand Down

0 comments on commit 3c94777

Please sign in to comment.