diff --git a/common/pom.xml b/common/pom.xml index 9ed26c19491..139ce99187d 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -4,8 +4,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> parent - io.bisq - 0.6.7 + io.bisq.exchange + 0.7.0-SNAPSHOT 4.0.0 @@ -128,7 +128,7 @@ - io.bisq + io.bisq.exchange consensus ${project.version} diff --git a/consensus/pom.xml b/consensus/pom.xml index 176a27d0cb5..3185c8ee8a5 100644 --- a/consensus/pom.xml +++ b/consensus/pom.xml @@ -4,8 +4,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> parent - io.bisq - 0.6.7 + io.bisq.exchange + 0.7.0-SNAPSHOT 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index cf11be9a015..c97239c3561 100755 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,25 +5,25 @@ parent - io.bisq - 0.6.7 + io.bisq.exchange + 0.7.0-SNAPSHOT core - io.bisq + io.bisq.exchange common ${project.version} - io.bisq + io.bisq.exchange consensus ${project.version} - io.bisq + io.bisq.exchange network ${project.version} diff --git a/gui/pom.xml b/gui/pom.xml index aa00ce25334..1956964cc45 100644 --- a/gui/pom.xml +++ b/gui/pom.xml @@ -21,8 +21,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> parent - io.bisq - 0.6.7 + io.bisq.exchange + 0.7.0-SNAPSHOT 4.0.0 @@ -339,7 +339,7 @@ - io.bisq + io.bisq.exchange core ${project.version} diff --git a/monitor/pom.xml b/monitor/pom.xml index 93761005b21..74e272fae33 100644 --- a/monitor/pom.xml +++ b/monitor/pom.xml @@ -21,8 +21,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> parent - io.bisq - 0.6.7 + io.bisq.exchange + 0.7.0-SNAPSHOT 4.0.0 @@ -138,7 +138,7 @@ - io.bisq + io.bisq.exchange core ${project.version} diff --git a/network/pom.xml b/network/pom.xml index 151ce2c2574..c0351ab3046 100644 --- a/network/pom.xml +++ b/network/pom.xml @@ -4,8 +4,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> parent - io.bisq - 0.6.7 + io.bisq.exchange + 0.7.0-SNAPSHOT 4.0.0 @@ -13,7 +13,7 @@ - io.bisq + io.bisq.exchange common ${project.version} diff --git a/pom.xml b/pom.xml index 8cac6a3fe13..0b405c8f311 100644 --- a/pom.xml +++ b/pom.xml @@ -3,10 +3,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - io.bisq + io.bisq.exchange parent pom - 0.6.7 + 0.7.0-SNAPSHOT Bisq - The decentralized exchange network https://bisq.io diff --git a/statistics/pom.xml b/statistics/pom.xml index 10628bdbdcf..f71b07020cc 100644 --- a/statistics/pom.xml +++ b/statistics/pom.xml @@ -21,8 +21,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> parent - io.bisq - 0.6.7 + io.bisq.exchange + 0.7.0-SNAPSHOT 4.0.0 @@ -137,7 +137,7 @@ - io.bisq + io.bisq.exchange core ${project.version}