Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
humbertodias authored Feb 15, 2024
1 parent 08c5ae2 commit 1213cc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>dsa</groupId>
<artifactId>java-data-structures-algorithms</artifactId>
<version>1.0-SNAPSHOT</version>
<groupId>edu.cse</groupId>
<artifactId>dsa</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
Expand All @@ -24,4 +24,4 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
</project>
</project>

0 comments on commit 1213cc5

Please sign in to comment.