Skip to content

Commit da7cd49

Browse files
Added project name and description.
1 parent 27bbc3e commit da7cd49

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

pom.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.thealgorithms</groupId>
77
<artifactId>Java</artifactId>
88
<version>1.0-SNAPSHOT</version>
9+
<name>Java Algorithms Project</name>
10+
<description>A collection of Java algorithms and utilities</description>
911
<packaging>jar</packaging>
1012

1113
<properties>
@@ -121,9 +123,9 @@
121123
</configuration>
122124
<dependencies>
123125
<dependency>
124-
<groupId>com.puppycrawl.tools</groupId>
125-
<artifactId>checkstyle</artifactId>
126-
<version>10.21.2</version>
126+
<groupId>com.puppycrawl.tools</groupId>
127+
<artifactId>checkstyle</artifactId>
128+
<version>10.21.2</version>
127129
</dependency>
128130
</dependencies>
129131
</plugin>

0 commit comments

Comments
 (0)