Fix name field in pom

This commit is contained in:
Joshua Suskalo 2022-01-10 14:57:48 -06:00
parent f96016ca2d
commit 1bbb8a7d95

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?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"> <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> <modelVersion>4.0.0</modelVersion>
<name>coffi</name> <name>org.suskalo/coffi</name>
<description>A Foreign Function Interface in Clojure for JDK 17.</description> <description>A Foreign Function Interface in Clojure for JDK 17.</description>
<url>https://github.com/IGJoshua/coffi</url> <url>https://github.com/IGJoshua/coffi</url>
<licenses> <licenses>