forked from robotframework/robotframework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
34 lines (34 loc) · 1.09 KB
/
pom.xml
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
28
29
30
31
32
33
34
<!-- This pom is used only for releasing the jar distribution to Sonatype repositories.
More information at http://code.google.com/p/robotframework/wiki/Releasing
-->
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.robotframework</groupId>
<artifactId>robotframework</artifactId>
<packaging>jar</packaging>
<name>Robot Framework</name>
<version>2.8.5</version>
<description>High level test automation framework</description>
<url>http://robotframework.org</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>
<scm>
<url>http://robotframework.googlecode.com/svn</url>
<connection>http://robotframework.googlecode.com/svn</connection>
</scm>
<developers>
<developer>
<id>Robot Framework developers</id>
<email>[email protected]</email>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
</developer>
</developers>
</project>