aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-03-21 11:00:08 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-03-21 11:00:08 -0400
commit0d9a193075a5e81133e674a7112ab5eba47a8b65 (patch)
tree965a06efc4e1ab22c8e884686e2786a0391f15ff /pom.xml
downloadxmas-tree-0d9a193075a5e81133e674a7112ab5eba47a8b65.tar.gz
xmas-tree-0d9a193075a5e81133e674a7112ab5eba47a8b65.tar.bz2
xmas-tree-0d9a193075a5e81133e674a7112ab5eba47a8b65.zip
Initial commit
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..ac0b7e5
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,17 @@
+<?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>org.example</groupId>
+ <artifactId>tree</artifactId>
+ <version>1.0-SNAPSHOT</version>
+
+ <properties>
+ <maven.compiler.source>22</maven.compiler.source>
+ <maven.compiler.target>22</maven.compiler.target>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+
+</project> \ No newline at end of file