Skip to content

Commit

Permalink
renamed templates directory and added pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
QuincyCantu committed Sep 4, 2024
1 parent 9611ff6 commit b80247d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pace-templates/pom.xml
Original file line number Diff line number Diff line change
@@ -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>io.github.ci-cmg</groupId>
<artifactId>pace-templates</artifactId>
<version>0.1.1-SNAPSHOT</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

</project>
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<module>pace-cli</module>
<module>pace-gui</module>
<module>passive-packer-data</module>
<module>pace-templates</module>
</modules>

<properties>
Expand Down

0 comments on commit b80247d

Please sign in to comment.