Rename groupid {io.bisq => network.bisq}

This commit is contained in:
Chris Beams 2018-03-12 05:51:40 +01:00
parent eef9062a69
commit 15589eddf0
No known key found for this signature in database
GPG key ID: 3D214F8F5BC5ED73

View file

@ -20,7 +20,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.bisq</groupId>
<groupId>network.bisq</groupId>
<artifactId>bisq-desktop</artifactId>
<version>-SNAPSHOT</version>
@ -357,9 +357,9 @@
<dependencies>
<dependency>
<groupId>io.bisq</groupId>
<groupId>network.bisq</groupId>
<artifactId>bisq-core</artifactId>
<version>975d446</version>
<version>-SNAPSHOT</version>
</dependency>
<dependency>