mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 06:55:08 +01:00
Rename groupid {io.bisq => network.bisq}
This commit is contained in:
parent
eef9062a69
commit
15589eddf0
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
@ -20,7 +20,7 @@
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
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">
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>io.bisq</groupId>
|
<groupId>network.bisq</groupId>
|
||||||
<artifactId>bisq-desktop</artifactId>
|
<artifactId>bisq-desktop</artifactId>
|
||||||
<version>-SNAPSHOT</version>
|
<version>-SNAPSHOT</version>
|
||||||
|
|
||||||
|
@ -357,9 +357,9 @@
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.bisq</groupId>
|
<groupId>network.bisq</groupId>
|
||||||
<artifactId>bisq-core</artifactId>
|
<artifactId>bisq-core</artifactId>
|
||||||
<version>975d446</version>
|
<version>-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Add table
Reference in a new issue