Upload project files

This commit is contained in:
James Musselman 2025-01-16 19:37:13 -06:00
commit 9f8250ae15
Signed by: Musselman
GPG key ID: 1DAEFF35ECB5D6DB
20 changed files with 2936 additions and 0 deletions

View file

@ -0,0 +1,16 @@
<?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>
<parent>
<groupId>com.pawprintstudios</groupId>
<artifactId>LibraryManagementSystem</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>LibraryManagementLibrary</artifactId>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
</project>