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

Commit 039de34

Browse files
author
Marek Sierociński
committed
Moving files from library dir to root dir
1 parent 6abc868 commit 039de34

File tree

8 files changed

+3
-3
lines changed

8 files changed

+3
-3
lines changed

library/pom.xml renamed to pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
45
<modelVersion>4.0.0</modelVersion>
56
<groupId>com.testdroid</groupId>
67
<artifactId>mobile-opencv-image-recognition-library</artifactId>
@@ -82,7 +83,6 @@
8283
</execution>
8384
</executions>
8485
</plugin>
85-
8686
<plugin>
8787
<groupId>org.apache.maven.plugins</groupId>
8888
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)