Skip to content

Commit 1213cc5

Browse files
authored
Update pom.xml
1 parent 08c5ae2 commit 1213cc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>dsa</groupId>
5-
<artifactId>java-data-structures-algorithms</artifactId>
6-
<version>1.0-SNAPSHOT</version>
4+
<groupId>edu.cse</groupId>
5+
<artifactId>dsa</artifactId>
6+
<version>1.0</version>
77
<packaging>jar</packaging>
88
<dependencies>
99
<dependency>
@@ -24,4 +24,4 @@
2424
<maven.compiler.source>1.8</maven.compiler.source>
2525
<maven.compiler.target>1.8</maven.compiler.target>
2626
</properties>
27-
</project>
27+
</project>

0 commit comments

Comments
 (0)