You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mj...@apache.org on 2015/10/14 23:32:34 UTC

flink git commit: Change "it's" contraction to possession "its"

Repository: flink
Updated Branches:
  refs/heads/master a7a1cbc24 -> f7ab4f373


Change "it's" contraction to possession "its"

This closes #1256


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/f7ab4f37
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/f7ab4f37
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/f7ab4f37

Branch: refs/heads/master
Commit: f7ab4f3732aa2cd6be99b99513f5df36fa963406
Parents: a7a1cbc
Author: Chris Brinkman <ch...@codedmarkets.com>
Authored: Tue Oct 13 20:19:16 2015 -0400
Committer: mjsax <mj...@apache.org>
Committed: Wed Oct 14 23:30:35 2015 +0200

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/pom.xml                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/f7ab4f37/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
index 3c2345f..f65fdbe 100644
--- a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
+++ b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
@@ -90,7 +90,7 @@ under the License.
 	</dependencies>
 
 	<!-- We use the maven-assembly plugin to create a fat jar that contains all dependencies
-		except flink and it's transitive dependencies. The resulting fat-jar can be executed
+		except flink and its transitive dependencies. The resulting fat-jar can be executed
 		on a cluster. Change the value of Program-Class if your program entry point changes. -->
 	<build>
 		<plugins>