Skip to content
This repository was archived by the owner on Dec 7, 2020. It is now read-only.

Commit 1063b58

Browse files
author
Severi Haverila
committed
updated pom file
1 parent 4af4067 commit 1063b58

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

library/pom.xml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,25 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.testdroid</groupId>
66
<artifactId>image-recognition-library</artifactId>
7-
<version>2.0-SNAPSHOT</version>
7+
<version>0.1</version>
8+
<packaging>jar</packaging>
9+
10+
<name>OpenCV Mobile Image Recognition Library</name>
11+
<description>Library for image recognition that can be used in mobile testing with for example Appium</description>
12+
<url></url>
13+
14+
<licenses>
15+
<license>
16+
<name>Apache License, Version 2.0</name>
17+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
18+
<distribution>repo</distribution>
19+
</license>
20+
</licenses>
21+
22+
<scm>
23+
<url>https://github.com/severi/opencv_library</url>
24+
</scm>
25+
826
<dependencies>
927
<dependency>
1028
<groupId>net.sourceforge.tess4j</groupId>

0 commit comments

Comments
 (0)