From 4a9c3a38a4556c475cec845f5ff7c50165d6657d Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Mon, 16 Jan 2023 18:05:58 +0100 Subject: [PATCH] doc: change the project pitch sentence --- README.md | 4 +--- kicker.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 134444a..2b760db 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # GitLab CI template for Maven -This project implements a generic GitLab CI template for [Maven](https://maven.apache.org/). - -It provides several features, usable in different modes (by configuration). +This project implements a GitLab CI/CD template to build, test and analyse your [Maven](https://maven.apache.org/)-based projects. ## Usage diff --git a/kicker.json b/kicker.json index 1f41aa0..3a38e07 100644 --- a/kicker.json +++ b/kicker.json @@ -1,6 +1,6 @@ { "name": "Maven", - "description": "Build and test with [Maven](https://maven.apache.org/)", + "description": "Build, test and analyse your [Maven](https://maven.apache.org/)-based projects", "template_path": "templates/gitlab-ci-maven.yml", "kind": "build", "variables": [ -- GitLab