Skip to content

Commit 37b9243

Browse files
Jeremy BeardGitHub Enterprise
authored andcommitted
[RELEASE] 0.7.2 (#312)
1 parent 3bbc14d commit 37b9243

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Alternatively, you can build the Envelope application from the top-level directo
3636

3737
mvn clean install
3838

39-
This will create `envelope-0.7.2-SNAPSHOT.jar` in the `build/envelope/target` directory.
39+
This will create `envelope-0.7.2.jar` in the `build/envelope/target` directory.
4040

4141
### Finding examples
4242

@@ -54,7 +54,7 @@ Envelope provides these example pipelines that you can run for yourself:
5454

5555
You can run Envelope by submitting it to Spark with the configuration file for your pipeline:
5656

57-
spark-submit envelope-0.7.2-SNAPSHOT.jar your_pipeline.conf
57+
spark-submit envelope-0.7.2.jar your_pipeline.conf
5858

5959
Note: CDH5 uses `spark2-submit` instead of `spark-submit` for Spark 2 applications such as Envelope.
6060

build/envelope/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.cloudera.labs.envelope</groupId>
55
<artifactId>envelope-parent</artifactId>
6-
<version>0.7.2-SNAPSHOT</version>
6+
<version>0.7.2</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<artifactId>envelope</artifactId>

core/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.cloudera.labs.envelope</groupId>
55
<artifactId>envelope-parent</artifactId>
6-
<version>0.7.2-SNAPSHOT</version>
6+
<version>0.7.2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

examples/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.cloudera.labs.envelope</groupId>
55
<artifactId>envelope-parent</artifactId>
6-
<version>0.7.2-SNAPSHOT</version>
6+
<version>0.7.2</version>
77
</parent>
88

99
<artifactId>envelope-examples</artifactId>

external/hbase/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.cloudera.labs.envelope</groupId>
66
<artifactId>envelope-parent</artifactId>
7-
<version>0.7.2-SNAPSHOT</version>
7+
<version>0.7.2</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

external/impala/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.cloudera.labs.envelope</groupId>
66
<artifactId>envelope-parent</artifactId>
7-
<version>0.7.2-SNAPSHOT</version>
7+
<version>0.7.2</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

external/kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.cloudera.labs.envelope</groupId>
66
<artifactId>envelope-parent</artifactId>
7-
<version>0.7.2-SNAPSHOT</version>
7+
<version>0.7.2</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

external/kudu/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.cloudera.labs.envelope</groupId>
66
<artifactId>envelope-parent</artifactId>
7-
<version>0.7.2-SNAPSHOT</version>
7+
<version>0.7.2</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

external/zookeeper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.cloudera.labs.envelope</groupId>
66
<artifactId>envelope-parent</artifactId>
7-
<version>0.7.2-SNAPSHOT</version>
7+
<version>0.7.2</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

lib/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.cloudera.labs.envelope</groupId>
55
<artifactId>envelope-parent</artifactId>
6-
<version>0.7.2-SNAPSHOT</version>
6+
<version>0.7.2</version>
77
</parent>
88

99
<artifactId>envelope-lib</artifactId>

0 commit comments

Comments
 (0)