File tree 1 file changed +7
-5
lines changed 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<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" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >com.thealgorithms</groupId >
7
7
<artifactId >Java</artifactId >
8
8
<version >1.0-SNAPSHOT</version >
9
+ <name >Java Algorithms Project</name >
10
+ <description >A collection of Java algorithms and utilities</description >
9
11
<packaging >jar</packaging >
10
12
11
13
<properties >
121
123
</configuration >
122
124
<dependencies >
123
125
<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 >
127
129
</dependency >
128
130
</dependencies >
129
131
</plugin >
You can’t perform that action at this time.
0 commit comments