Skip to content

Commit

Permalink
added pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aatmaj-Zephyr committed Dec 3, 2022
1 parent 8d11c03 commit 2b0020a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?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>com.mycompany.app</groupId>
<artifactId>java-maven</artifactId>
<version>1.0-SNAPSHOT</version>

<name>my-app</name>
<!-- FIXME change it to the project's website -->
<url>http://www.ann4j.com</url>


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

<distributionManagement>
<repository>
<id>github</id>
<name>ANN4j</name>
<url>https://maven.pkg.github.com/Aatmaj-Zephyr/ann4j</url>
</repository>
</distributionManagement>

</project>

0 comments on commit 2b0020a

Please sign in to comment.