From 56ef0071d04b6f793e6ce4edef88b9a9b0c71d2a Mon Sep 17 00:00:00 2001 From: Sean Glover Date: Wed, 28 Oct 2020 15:48:31 -0400 Subject: [PATCH] migrate travis --- CONTRIBUTING.md | 2 +- README.md | 4 ++-- docs/release-train-issue-template.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3a5785449..9eb44fd07 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -112,7 +112,7 @@ Example: ## How To Enforce These Guidelines? -1. [Travis CI](https://travis-ci.org/akka/alpakka-kafka) automatically merges the code, builds it, runs the tests and sets Pull Request status accordingly of results in GitHub. +1. [Travis CI](https://travis-ci.com/akka/alpakka-kafka) automatically merges the code, builds it, runs the tests and sets Pull Request status accordingly of results in GitHub. 1. [Scalafmt](http://scalameta.org/scalafmt/) enforces some of the code style rules. 1. [sbt-header plugin](https://github.com/sbt/sbt-header) manages consistent copyright headers in every source file. 1. The [sbt-whitesourece plugin](https://github.com/lightbend/sbt-whitesource) checks licensing models of all (transitive) dependencies. diff --git a/README.md b/README.md index 9b7057589..b6beb804b 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Alpakka Kafka Connector [![scaladex-badge][]][scaladex] [![maven-central-badge][ [scaladex-badge]: https://index.scala-lang.org/akka/alpakka-kafka/latest.svg [maven-central]: https://maven-badges.herokuapp.com/maven-central/com.typesafe.akka/akka-stream-kafka_2.12 [maven-central-badge]: https://maven-badges.herokuapp.com/maven-central/com.typesafe.akka/akka-stream-kafka_2.12/badge.svg -[travis]: https://travis-ci.org/akka/alpakka-kafka -[travis-badge]: https://travis-ci.org/akka/alpakka-kafka.svg?branch=master +[travis]: https://travis-ci.com/akka/alpakka-kafka +[travis-badge]: https://travis-ci.com/akka/alpakka-kafka.svg?branch=master [gitter]: https://gitter.im/akka/alpakka-kafka [gitter-badge]: https://badges.gitter.im/akka/alpakka-kafka.svg diff --git a/docs/release-train-issue-template.md b/docs/release-train-issue-template.md index 6c1b00c38..d34bff201 100644 --- a/docs/release-train-issue-template.md +++ b/docs/release-train-issue-template.md @@ -40,9 +40,9 @@ Key links: ### Cutting the release -- [ ] Wait until [master build finished](https://travis-ci.org/akka/alpakka-kafka/builds/) after merging the release notes +- [ ] Wait until [master build finished](https://travis-ci.com/akka/alpakka-kafka/builds/) after merging the release notes - [ ] Update the [draft release](https://github.com/akka/alpakka-kafka/releases) with the next tag version `v$VERSION$`, title and release description linking to the announcement, release notes and milestone -- [ ] Check that Travis CI release build has executed successfully (Travis will start a [CI build](https://travis-ci.org/akka/alpakka-kafka/builds) for the new tag and publish artifacts to Bintray) +- [ ] Check that Travis CI release build has executed successfully (Travis will start a [CI build](https://travis-ci.com/akka/alpakka-kafka/builds) for the new tag and publish artifacts to Bintray) - [ ] Go to [Bintray](https://bintray.com/akka/maven/alpakka-kafka) and select the just released version - [ ] Go to the Maven Central tab and sync with Sonatype (using your Sonatype TOKEN key and password) (you may watch progress in the [Staging repository](https://oss.sonatype.org/#stagingRepositories))