From 5d2c37103af9df51948f528578f72315ff238ac1 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Thu, 20 Feb 2020 13:11:39 -0500 Subject: [PATCH] Misc updates --- ci/properties/gradle-publish.properties.json | 2 +- ci/properties/maven-publish.properties.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/properties/gradle-publish.properties.json b/ci/properties/gradle-publish.properties.json index eae856b..90b7295 100644 --- a/ci/properties/gradle-publish.properties.json +++ b/ci/properties/gradle-publish.properties.json @@ -1,6 +1,6 @@ { "name": "Publish Java Package with Gradle", - "description": "Build a Java Package using Gradle and publish it to GitHub Packages.", + "description": "Build a Java Package using Gradle and publish to GitHub Packages.", "iconName": "gradle", "categories": ["Java", "Gradle"] } \ No newline at end of file diff --git a/ci/properties/maven-publish.properties.json b/ci/properties/maven-publish.properties.json index a13852e..2f59f41 100644 --- a/ci/properties/maven-publish.properties.json +++ b/ci/properties/maven-publish.properties.json @@ -1,6 +1,6 @@ { "name": "Publish Java Package with Maven", - "description": "Build a Java Package using Maven and publish it to GitHub Packages.", + "description": "Build a Java Package using Maven and publish to GitHub Packages.", "iconName": "maven", "categories": ["Java", "Maven"] } \ No newline at end of file