forked from btraceio/btrace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbtrace_template.pom
More file actions
18 lines (18 loc) · 827 Bytes
/
btrace_template.pom
File metadata and controls
18 lines (18 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.sun.tools.btrace</groupId>
<artifactId>@ARTIFACT_ID@</artifactId>
<version>@VERSION@</version>
<packaging>jar</packaging>
<name>@NAME@</name>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<scm>
<connection>scm:git:https://github.com/jbachorik/btrace.git</connection>
<developerConnection>scm:git:https://github.com/jbachorik/btrace.git</developerConnection>
<url>https://github.com/jbachorik/btrace</url>
</scm>
</project>