forked from pallet/java-crate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpom.xml
More file actions
25 lines (23 loc) · 960 Bytes
/
pom.xml
File metadata and controls
25 lines (23 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.cloudhoist</groupId>
<artifactId>pallet-crate-pom</artifactId>
<version>0.7.0</version>
</parent>
<artifactId>java</artifactId>
<version>0.7.1-SNAPSHOT</version>
<scm>
<connection>scm:git:git://github.com/pallet/pallet-crates.git</connection>
<developerConnection>scm:git:ssh://git@github.com/pallet/pallet-crates.git</developerConnection>
<url>https://github.com/pallet/pallet-crates</url>
</scm>
<!-- make sure we can find the parent pom -->
<repositories>
<repository>
<id>sonatype</id>
<url>http://oss.sonatype.org/content/repositories/releases</url>
</repository>
</repositories>
</project>