-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating plugins in examples to 2.0.0.
- Loading branch information
1 parent
9ab0f0c
commit 0e2cb73
Showing
18 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// Resolver for the cloudflow-sbt plugin | ||
// | ||
resolvers += Resolver.url("cloudflow", url("https://lightbend.bintray.com/cloudflow"))(Resolver.ivyStylePatterns) | ||
addSbtPlugin("com.lightbend.cloudflow" % "sbt-cloudflow" % "2.0.0-RC4") | ||
addSbtPlugin("com.lightbend.cloudflow" % "sbt-cloudflow" % "2.0.0") | ||
|
2 changes: 1 addition & 1 deletion
2
examples/connected-car-cluster-sharding/project/cloudflow-plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Resolver for the cloudflow-sbt plugin | ||
// | ||
resolvers += Resolver.url("cloudflow", url("https://lightbend.bintray.com/cloudflow"))(Resolver.ivyStylePatterns) | ||
addSbtPlugin("com.lightbend.cloudflow" % "sbt-cloudflow" % "2.0.0-RC4") | ||
addSbtPlugin("com.lightbend.cloudflow" % "sbt-cloudflow" % "2.0.0") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...s/snippets/modules/ROOT/examples/build-akka-streamlets-java/project/cloudflow-plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
addSbtPlugin("com.lightbend.cloudflow" % "sbt-cloudflow" % "2.0.0-RC4") | ||
addSbtPlugin("com.lightbend.cloudflow" % "sbt-cloudflow" % "2.0.0") |
2 changes: 1 addition & 1 deletion
2
.../snippets/modules/ROOT/examples/build-akka-streamlets-scala/project/cloudflow-plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
addSbtPlugin("com.lightbend.cloudflow" % "sbt-cloudflow" % "2.0.0-RC4") | ||
addSbtPlugin("com.lightbend.cloudflow" % "sbt-cloudflow" % "2.0.0") |
2 changes: 1 addition & 1 deletion
2
.../snippets/modules/ROOT/examples/build-flink-streamlets-java/project/cloudflow-plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
addSbtPlugin("com.lightbend.cloudflow" % "sbt-cloudflow" % "2.0.0-RC4") | ||
addSbtPlugin("com.lightbend.cloudflow" % "sbt-cloudflow" % "2.0.0") |
2 changes: 1 addition & 1 deletion
2
...snippets/modules/ROOT/examples/build-flink-streamlets-scala/project/cloudflow-plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
addSbtPlugin("com.lightbend.cloudflow" % "sbt-cloudflow" % "2.0.0-RC4") | ||
addSbtPlugin("com.lightbend.cloudflow" % "sbt-cloudflow" % "2.0.0") |
2 changes: 1 addition & 1 deletion
2
...snippets/modules/ROOT/examples/build-spark-streamlets-scala/project/cloudflow-plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
addSbtPlugin("com.lightbend.cloudflow" % "sbt-cloudflow" % "2.0.0-RC4") | ||
addSbtPlugin("com.lightbend.cloudflow" % "sbt-cloudflow" % "2.0.0") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/snippets/modules/ROOT/examples/spark-scala/project/cloudflow-plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
addSbtPlugin("com.lightbend.cloudflow" % "sbt-cloudflow" % "2.0.0-RC4") | ||
addSbtPlugin("com.lightbend.cloudflow" % "sbt-cloudflow" % "2.0.0") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Resolver for the cloudflow-sbt plugin | ||
// | ||
resolvers += Resolver.url("cloudflow", url("https://lightbend.bintray.com/cloudflow"))(Resolver.ivyStylePatterns) | ||
addSbtPlugin("com.lightbend.cloudflow" % "sbt-cloudflow" % "2.0.0-RC4") | ||
addSbtPlugin("com.lightbend.cloudflow" % "sbt-cloudflow" % "2.0.0") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters