-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpom.xml
More file actions
27 lines (27 loc) · 922 Bytes
/
pom.xml
File metadata and controls
27 lines (27 loc) · 922 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
26
27
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.gperfutils</groupId>
<artifactId>gbench</artifactId>
<packaging>jar</packaging>
<name>GBench</name>
<version>@version@</version>
<description>GBench, benchmarking framework for Groovy</description>
<url>https://github.com/gperfutils/gbench</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<scm>
<connection>scm:git:https://github.com/gperfutils/gbench.git</connection>
<developerConnection>scm:git:https://github.com/gperfutils/gbench.git</developerConnection>
<url>https://github.com/gperfutils/gbench</url>
</scm>
</project>