From da7cd493db2b815ce40812e4dcfff945b0e332d7 Mon Sep 17 00:00:00 2001 From: Margarita Date: Sun, 23 Feb 2025 17:37:12 -0600 Subject: [PATCH] Added project name and description. --- pom.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index ab8a5b5ab879..aeb0f9836850 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,13 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.thealgorithms Java 1.0-SNAPSHOT + Java Algorithms Project + A collection of Java algorithms and utilities jar @@ -121,9 +123,9 @@ - com.puppycrawl.tools - checkstyle - 10.21.2 + com.puppycrawl.tools + checkstyle + 10.21.2