Skip to content

Commit 172a90d

Browse files
committed
feat: implement a new Java Swing student management system with add, view, and statistics features
1 parent 24ab4c6 commit 172a90d

2 files changed

Lines changed: 630 additions & 4 deletions

File tree

Student-GUI-with-SQL-version-2-java/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
54
<modelVersion>4.0.0</modelVersion>
65
<groupId>com.studentgui</groupId>
76
<artifactId>student-gui-java-v2</artifactId>
87
<version>2.0-SNAPSHOT</version>
98

109
<properties>
11-
<maven.compiler.source>21</maven.compiler.source>
12-
<maven.compiler.target>21</maven.compiler.target>
10+
<maven.compiler.source>24</maven.compiler.source>
11+
<maven.compiler.target>24</maven.compiler.target>
1312
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1413
</properties>
1514

0 commit comments

Comments
 (0)