56 lines
1.3 KiB
Diff
56 lines
1.3 KiB
Diff
|
diff --git a/integration-android/pom.xml b/integration-android/pom.xml
|
||
|
index 161602f..3f49016 100644
|
||
|
--- a/integration-android/pom.xml
|
||
|
+++ b/integration-android/pom.xml
|
||
|
@@ -10,8 +10,8 @@
|
||
|
|
||
|
<parent>
|
||
|
<groupId>de.schildbach.wallet</groupId>
|
||
|
- <artifactId>base</artifactId>
|
||
|
- <version>1</version>
|
||
|
+ <artifactId>wallet-parent</artifactId>
|
||
|
+ <version>3.14</version>
|
||
|
</parent>
|
||
|
|
||
|
<dependencies>
|
||
|
diff --git a/pom.xml b/pom.xml
|
||
|
index 37ed82d..ef0c4ff 100644
|
||
|
--- a/pom.xml
|
||
|
+++ b/pom.xml
|
||
|
@@ -5,15 +5,15 @@
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
||
|
<groupId>de.schildbach.wallet</groupId>
|
||
|
- <artifactId>base</artifactId>
|
||
|
- <name>base</name>
|
||
|
- <version>1</version>
|
||
|
+ <artifactId>wallet-parent</artifactId>
|
||
|
+ <name>wallet-parent</name>
|
||
|
+ <version>3.14</version>
|
||
|
<packaging>pom</packaging>
|
||
|
|
||
|
<modules>
|
||
|
- <module>wallet</module>
|
||
|
+ <module>BitcoinJWallet</module>
|
||
|
<module>integration-android</module>
|
||
|
- <module>sample-integration-android</module>
|
||
|
+ <module>wallet</module>
|
||
|
</modules>
|
||
|
|
||
|
<build>
|
||
|
diff --git a/wallet/pom.xml b/wallet/pom.xml
|
||
|
index 60562e0..d6a2dab 100644
|
||
|
--- a/wallet/pom.xml
|
||
|
+++ b/wallet/pom.xml
|
||
|
@@ -11,8 +11,8 @@
|
||
|
|
||
|
<parent>
|
||
|
<groupId>de.schildbach.wallet</groupId>
|
||
|
- <artifactId>base</artifactId>
|
||
|
- <version>1</version>
|
||
|
+ <artifactId>wallet-parent</artifactId>
|
||
|
+ <version>3.14</version>
|
||
|
</parent>
|
||
|
|
||
|
<dependencies>
|