forked from AdvancedProgramming1404/WS-10-Database
Update README.md
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
# WS-10-Database
|
# WS 10 - Restaurant Database Management System
|
||||||
|
|
||||||
# 🍕🗄️ Restaurant Database Management System
|
|
||||||
|
|
||||||
## 📖 Overview
|
## 📖 Overview
|
||||||
|
|
||||||
@@ -42,9 +41,7 @@ This project relies on **Maven** to manage dependencies. Your project must conta
|
|||||||
|
|
||||||
**Example `pom.xml` snippet:**
|
**Example `pom.xml` snippet:**
|
||||||
|
|
||||||
XML
|
```XML
|
||||||
|
|
||||||
```
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>23</maven.compiler.source>
|
<maven.compiler.source>23</maven.compiler.source>
|
||||||
<maven.compiler.target>23</maven.compiler.target>
|
<maven.compiler.target>23</maven.compiler.target>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>dev</groupId>
|
<groupId>dev</groupId>
|
||||||
<artifactId>WS-11-Database</artifactId>
|
<artifactId>WS-10-Database</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
Reference in New Issue
Block a user