diff options
| author | Elias Haugsbakk <[email protected]> | 2026-07-01 01:35:36 +0200 |
|---|---|---|
| committer | Elias Haugsbakk <[email protected]> | 2026-07-01 01:35:36 +0200 |
| commit | 5ed99f3c87f0337ffac03dd1e45073fbc7f63b68 (patch) | |
| tree | 48723124c5846ccf829f2e269617bf9b3d962bbe /clams-shared | |
initial commit
Diffstat (limited to 'clams-shared')
| -rw-r--r-- | clams-shared/pom.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/clams-shared/pom.xml b/clams-shared/pom.xml new file mode 100644 index 0000000..ef2a0a5 --- /dev/null +++ b/clams-shared/pom.xml @@ -0,0 +1,20 @@ +<?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>no.eliashaugsbakk.clams-cms</groupId> + <artifactId>clams-cms</artifactId> + <version>0.1.0-SNAPSHOT</version> + </parent> + + <artifactId>clams-shared</artifactId> + + <properties> + <maven.compiler.source>25</maven.compiler.source> + <maven.compiler.target>25</maven.compiler.target> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> + +</project> |
