| OLD | NEW | 
|---|
| (Empty) |  | 
|  | 1 <?xml version="1.0" encoding="UTF-8"?> | 
|  | 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.apac
    he.org/xsd/maven-4.0.0.xsd"> | 
|  | 5     <modelVersion>4.0.0</modelVersion> | 
|  | 6 | 
|  | 7     <groupId>org.adblockplus</groupId> | 
|  | 8     <artifactId>libadblockplus-android-parent</artifactId> | 
|  | 9     <version>1.0</version> | 
|  | 10     <packaging>pom</packaging> | 
|  | 11     <name>parent</name> | 
|  | 12 | 
|  | 13     <properties> | 
|  | 14         <selfVersion>1.0</selfVersion> | 
|  | 15         <buildTools>22.0.1</buildTools> | 
|  | 16     </properties> | 
|  | 17 | 
|  | 18     <modules> | 
|  | 19         <module>libadblockplus-android</module> | 
|  | 20         <module>libadblockplus-android-webview</module> | 
|  | 21         <module>libadblockplus-android-webviewapp</module> | 
|  | 22     </modules> | 
|  | 23 | 
|  | 24 </project> | 
| OLD | NEW | 
|---|