Skip to content

Commit

Permalink
Merge pull request #190 from scalecube/rename-artifacts
Browse files Browse the repository at this point in the history
Renamed artifacts
  • Loading branch information
artem-v committed Apr 7, 2021
2 parents 26b4950 + e5267ab commit 161cc8b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 12 deletions.
8 changes: 4 additions & 4 deletions config-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>config-examples</artifactId>
<artifactId>scalecube-config-examples</artifactId>

<properties>
<log4j.version>2.13.3</log4j.version>
Expand All @@ -17,17 +17,17 @@
<dependencies>
<dependency>
<groupId>io.scalecube</groupId>
<artifactId>config</artifactId>
<artifactId>scalecube-config</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.scalecube</groupId>
<artifactId>config-mongo</artifactId>
<artifactId>scalecube-config-mongo</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.scalecube</groupId>
<artifactId>config-http-server</artifactId>
<artifactId>scalecube-config-http-server</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions config-http-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>config-http-server</artifactId>
<artifactId>scalecube-config-http-server</artifactId>

<dependencies>
<dependency>
<groupId>io.scalecube</groupId>
<artifactId>config</artifactId>
<artifactId>scalecube-config</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions config-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>config-mongo</artifactId>
<artifactId>scalecube-config-mongo</artifactId>

<dependencies>
<dependency>
<groupId>io.scalecube</groupId>
<artifactId>config</artifactId>
<artifactId>scalecube-config</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions config-vault/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>0.4.16-SNAPSHOT</version>
</parent>

<artifactId>config-vault</artifactId>
<artifactId>scalecube-config-vault</artifactId>

<properties>
<vault-java-driver.version>5.1.0</vault-java-driver.version>
Expand All @@ -18,7 +18,7 @@
<dependencies>
<dependency>
<groupId>io.scalecube</groupId>
<artifactId>config</artifactId>
<artifactId>scalecube-config</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>config</artifactId>
<artifactId>scalecube-config</artifactId>

<properties>
<log4j.version>2.13.3</log4j.version>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<artifactId>scalecube-config-parent</artifactId>
<version>0.4.16-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ScaleCube Config</name>

<description>
ScaleCube Config is a configuration management library for JVM based distributed applications.
Expand Down

0 comments on commit 161cc8b

Please sign in to comment.