Skip to content

Commit

Permalink
Merge pull request #1440 from cbeams/change-groupid-and-version
Browse files Browse the repository at this point in the history
Update artifact metadata to allow seamless resolution from JitPack or local ~/.m2 repo
  • Loading branch information
ManfredKarrer authored Mar 9, 2018
2 parents 8e99e7c + d218094 commit da657ed
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
<artifactId>parent</artifactId>
<groupId>io.bisq</groupId>
<version>0.6.7</version>
<groupId>io.bisq.exchange</groupId>
<version>0.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -128,7 +128,7 @@

<dependencies>
<dependency>
<groupId>io.bisq</groupId>
<groupId>io.bisq.exchange</groupId>
<artifactId>consensus</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions consensus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
<artifactId>parent</artifactId>
<groupId>io.bisq</groupId>
<version>0.6.7</version>
<groupId>io.bisq.exchange</groupId>
<version>0.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
10 changes: 5 additions & 5 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@

<parent>
<artifactId>parent</artifactId>
<groupId>io.bisq</groupId>
<version>0.6.7</version>
<groupId>io.bisq.exchange</groupId>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>core</artifactId>

<dependencies>
<dependency>
<groupId>io.bisq</groupId>
<groupId>io.bisq.exchange</groupId>
<artifactId>common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.bisq</groupId>
<groupId>io.bisq.exchange</groupId>
<artifactId>consensus</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.bisq</groupId>
<groupId>io.bisq.exchange</groupId>
<artifactId>network</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
<artifactId>parent</artifactId>
<groupId>io.bisq</groupId>
<version>0.6.7</version>
<groupId>io.bisq.exchange</groupId>
<version>0.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -339,7 +339,7 @@

<dependencies>
<dependency>
<groupId>io.bisq</groupId>
<groupId>io.bisq.exchange</groupId>
<artifactId>core</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
<artifactId>parent</artifactId>
<groupId>io.bisq</groupId>
<version>0.6.7</version>
<groupId>io.bisq.exchange</groupId>
<version>0.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -138,7 +138,7 @@

<dependencies>
<dependency>
<groupId>io.bisq</groupId>
<groupId>io.bisq.exchange</groupId>
<artifactId>core</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions network/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>parent</artifactId>
<groupId>io.bisq</groupId>
<version>0.6.7</version>
<groupId>io.bisq.exchange</groupId>
<version>0.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>network</artifactId>

<dependencies>
<dependency>
<groupId>io.bisq</groupId>
<groupId>io.bisq.exchange</groupId>
<artifactId>common</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
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>io.bisq.exchange</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>0.6.7</version>
<version>0.7.0-SNAPSHOT</version>
<description>Bisq - The decentralized exchange network</description>
<url>https://bisq.io</url>

Expand Down
6 changes: 3 additions & 3 deletions statistics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
<artifactId>parent</artifactId>
<groupId>io.bisq</groupId>
<version>0.6.7</version>
<groupId>io.bisq.exchange</groupId>
<version>0.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -137,7 +137,7 @@

<dependencies>
<dependency>
<groupId>io.bisq</groupId>
<groupId>io.bisq.exchange</groupId>
<artifactId>core</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down

0 comments on commit da657ed

Please sign in to comment.