File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+
3+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5+ <modelVersion >4.0.0</modelVersion >
6+
7+ <groupId >com.mycompany.app</groupId >
8+ <artifactId >java-maven</artifactId >
9+ <version >1.0-SNAPSHOT</version >
10+
11+ <name >my-app</name >
12+ <!-- FIXME change it to the project's website -->
13+ <url >http://www.ann4j.com</url >
14+
15+
16+ <properties >
17+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18+ <maven .compiler.source>1.7</maven .compiler.source>
19+ <maven .compiler.target>1.7</maven .compiler.target>
20+ </properties >
21+
22+ <distributionManagement >
23+ <repository >
24+ <id >github</id >
25+ <name >ANN4j</name >
26+ <url >https://maven.pkg.github.com/Aatmaj-Zephyr/ann4j</url >
27+ </repository >
28+ </distributionManagement >
29+
30+ </project >
You can’t perform that action at this time.
0 commit comments