diff options
author | shedaniel <daniel@shedaniel.me> | 2021-01-14 17:51:34 +0800 |
---|---|---|
committer | shedaniel <daniel@shedaniel.me> | 2021-01-18 09:07:03 +0800 |
commit | 3a49510c0189b787b82b4829a217e99053bfec39 (patch) | |
tree | ce82c1a8a6c4e5c25351cef5612c24ab9a2fe591 /src/main/resources | |
parent | 6f10845562dd1fdb87e8cd842e75c649a127ce3b (diff) | |
parent | 9de836b2c45dc3cac7469f5f9ac6b1ddfec9ac79 (diff) | |
download | architectury-loom-3a49510c0189b787b82b4829a217e99053bfec39.tar.gz architectury-loom-3a49510c0189b787b82b4829a217e99053bfec39.tar.bz2 architectury-loom-3a49510c0189b787b82b4829a217e99053bfec39.zip |
Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/mod_compile_template.pom | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/resources/mod_compile_template.pom b/src/main/resources/mod_compile_template.pom new file mode 100644 index 00000000..8ef63430 --- /dev/null +++ b/src/main/resources/mod_compile_template.pom @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <groupId>%GROUP%</groupId> + <artifactId>%NAME%</artifactId> + <version>%VERSION%</version> +</project> |