File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 33.settings /org.eclipse.jdt.core.prefs
44bin /
55.metadata /
6- AlgVisualizer.jardesc
6+ AlgVisualizer.jardesc
7+ /target /
8+ .settings /
Original file line number Diff line number Diff line change 1+ <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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <modelVersion >4.0.0</modelVersion >
3+ <groupId >com.example.algorithmvisualizer</groupId >
4+ <artifactId >AlgorithmVisualizer</artifactId >
5+ <version >0.0.1-SNAPSHOT</version >
6+ <name >AlgorithmVisualizer</name >
7+ <description >An application that visualizes sorting algorithms.</description >
8+ <build >
9+ <sourceDirectory >src</sourceDirectory >
10+ <plugins >
11+ <plugin >
12+ <artifactId >maven-compiler-plugin</artifactId >
13+ <version >3.8.0</version >
14+ <configuration >
15+ <release >11</release >
16+ </configuration >
17+ </plugin >
18+ </plugins >
19+ </build >
20+ </project >
You can’t perform that action at this time.
0 commit comments