From 9c4f1eb4a2de2ceb61ddac096ee8e548541e0287 Mon Sep 17 00:00:00 2001 From: Roman Grebennikov Date: Fri, 2 Jul 2021 10:28:18 +0300 Subject: [PATCH] ci: proper name and comment --- .github/workflows/maven.yml | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9851a11..a8cb9e9 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,4 +1,4 @@ -This workflow will build a Java project with Maven +# This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven name: Java CI with Maven diff --git a/README.md b/README.md index 0606a6f..9d3c3c8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Flink Cassandra connector unbundled -[![CI Status](https://github.com/findify/flink-cassandra-connector/workflows/maven/badge.svg)](https://github.com/findify/flink-cassandra-connector/actions) +[![CI Status](https://github.com/findify/flink-connector-cassandra/workflows/maven/badge.svg)](https://github.com/findify/flink-connector-cassandra/actions) [![License: Apache 2](https://img.shields.io/badge/License-Apache2-green.svg)](https://opensource.org/licenses/Apache-2.0) -![Last commit](https://img.shields.io/github/last-commit/findify/flink-cassandra-connector) -![Last release](https://img.shields.io/github/release/findify/flink-cassandra-connector) +![Last commit](https://img.shields.io/github/last-commit/findify/flink-connector-cassandra) +![Last release](https://img.shields.io/github/release/findify/flink-connector-cassandra) This project is a forked version of an official Flink Cassandra connector, but with the following changes: @@ -17,7 +17,7 @@ To install, use the following maven coordinates: ```xml io.findify - flink-cassandra-connector_2.12 + flink-connector-cassandra_2.12 1.13.1-1 ```