Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: libadblockplus-android/pom.xml

Issue 29361445: Issue 4399 - Add WebView inheritor with ad blocking (Closed)
Patch Set: renamings, updated README Created Dec. 19, 2016, 3:04 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: libadblockplus-android/pom.xml
diff --git a/libadblockplus-android/pom.xml b/libadblockplus-android/pom.xml
index c168222cd8f74383d33d6e575e69c912c0712df6..bf9c12d874ae0957569f8ff6116d1d65d82f142b 100644
--- a/libadblockplus-android/pom.xml
+++ b/libadblockplus-android/pom.xml
@@ -4,13 +4,18 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
-
- <groupId>org.adblockplus</groupId>
- <artifactId>libadblockplus-android</artifactId>
- <version>1.3</version>
- <packaging>aar</packaging>
+
+ <parent>
+ <groupId>org.adblockplus.libadblockplus.android</groupId>
+ <artifactId>parent</artifactId>
+ <version>1.0</version>
+ </parent>
+
+ <groupId>org.adblockplus.libadblockplus.android</groupId>
+ <artifactId>library</artifactId>
+ <version>${selfVersion}</version>
+ <packaging>aar</packaging>
<name>libadblockplus-android</name>
- <description>AdBlock Plus JNI Binding Library</description>
<dependencies>
<!-- android -->

Powered by Google App Engine
This is Rietveld