Skip to content

Commit

Permalink
ci: proper name and comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shuttie committed Jul 2, 2021
1 parent 7f02007 commit 9c4f1eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -17,7 +17,7 @@ To install, use the following maven coordinates:
```xml
<dependency>
<groupId>io.findify</groupId>
<artifactId>flink-cassandra-connector_2.12</artifactId>
<artifactId>flink-connector-cassandra_2.12</artifactId>
<version>1.13.1-1</version>
</dependency>
```
Expand Down

0 comments on commit 9c4f1eb

Please sign in to comment.