Skip to content

Commit

Permalink
[#3092] Rename service and adapter "base-quarkus" modules.
Browse files Browse the repository at this point in the history
Signed-off-by: Carsten Lohmann <[email protected]>
  • Loading branch information
calohmn committed May 20, 2022
1 parent 420fbb2 commit 575cf5e
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 28 deletions.
4 changes: 2 additions & 2 deletions adapters/amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters-quarkus</artifactId>
<artifactId>hono-adapters-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../base-quarkus</relativePath>
<relativePath>../parent</relativePath>
</parent>
<artifactId>hono-adapter-amqp</artifactId>
<name>Hono AMQP Adapter</name>
Expand Down
4 changes: 2 additions & 2 deletions adapters/coap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters-quarkus</artifactId>
<artifactId>hono-adapters-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../base-quarkus</relativePath>
<relativePath>../parent</relativePath>
</parent>
<artifactId>hono-adapter-coap</artifactId>
<name>Hono CoAP Adapter</name>
Expand Down
4 changes: 2 additions & 2 deletions adapters/http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters-quarkus</artifactId>
<artifactId>hono-adapters-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../base-quarkus</relativePath>
<relativePath>../parent</relativePath>
</parent>
<artifactId>hono-adapter-http</artifactId>
<name>Hono HTTP Adapter</name>
Expand Down
4 changes: 2 additions & 2 deletions adapters/lora/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters-quarkus</artifactId>
<artifactId>hono-adapters-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../base-quarkus</relativePath>
<relativePath>../parent</relativePath>
</parent>
<artifactId>hono-adapter-lora</artifactId>
<name>Hono Lora Adapter</name>
Expand Down
4 changes: 2 additions & 2 deletions adapters/mqtt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters-quarkus</artifactId>
<artifactId>hono-adapters-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../base-quarkus</relativePath>
<relativePath>../parent</relativePath>
</parent>
<artifactId>hono-adapter-mqtt</artifactId>
<name>Hono MQTT Adapter</name>
Expand Down
6 changes: 3 additions & 3 deletions adapters/base-quarkus/pom.xml → adapters/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hono-adapters-quarkus</artifactId>
<artifactId>hono-adapters-parent</artifactId>
<packaging>pom</packaging>

<name>Hono Protocol Adapters (Quarkus)</name>
<description>Defines common dependencies for Quarkus-based protocol adapter implementations</description>
<name>Hono Protocol Adapters Parent</name>
<description>Defines common dependencies and build profiles for Quarkus-based protocol adapter implementations</description>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion adapters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<packaging>pom</packaging>

<modules>
<module>parent</module>
<module>amqp</module>
<module>base-quarkus</module>
<module>coap</module>
<module>http</module>
<module>http-base</module>
Expand Down
4 changes: 2 additions & 2 deletions adapters/sigfox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters-quarkus</artifactId>
<artifactId>hono-adapters-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../base-quarkus</relativePath>
<relativePath>../parent</relativePath>
</parent>
<artifactId>hono-adapter-sigfox</artifactId>
<name>Hono Sigfox Adapter</name>
Expand Down
4 changes: 2 additions & 2 deletions services/auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-services-quarkus</artifactId>
<artifactId>hono-services-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../base-quarkus</relativePath>
<relativePath>../parent</relativePath>
</parent>
<artifactId>hono-service-auth</artifactId>
<name>Hono Auth Server</name>
Expand Down
4 changes: 2 additions & 2 deletions services/command-router/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-services-quarkus</artifactId>
<artifactId>hono-services-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../base-quarkus</relativePath>
<relativePath>../parent</relativePath>
</parent>
<artifactId>hono-service-command-router</artifactId>
<name>Hono Command Router</name>
Expand Down
4 changes: 2 additions & 2 deletions services/device-registry-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-services-quarkus</artifactId>
<artifactId>hono-services-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../base-quarkus</relativePath>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions services/device-registry-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-services-quarkus</artifactId>
<artifactId>hono-services-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../base-quarkus</relativePath>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions services/base-quarkus/pom.xml → services/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<artifactId>hono-services-quarkus</artifactId>
<artifactId>hono-services-parent</artifactId>

<name>Hono Services (Quarkus)</name>
<description>Defines common dependencies for Quarkus-based service implementations</description>
<name>Hono Services Parent</name>
<description>Defines common dependencies and build profiles for Quarkus-based service implementations</description>

<properties>
<!-- delegate verification of credentials to Authentication server by default -->
Expand Down
2 changes: 1 addition & 1 deletion services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
<packaging>pom</packaging>

<modules>
<module>parent</module>
<module>auth</module>
<module>auth-base</module>
<module>base-jdbc</module>
<module>base-quarkus</module>
<module>command-router</module>
<module>device-registry-base</module>
<module>device-registry-jdbc</module>
Expand Down
2 changes: 2 additions & 0 deletions site/homepage/content/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ description = "Information about changes in recent Hono releases. Includes new f
line client as well.
* The Hono protocol adapter, command router and device registry Maven modules and Docker images have been renamed,
removing the *-vertx* and *-quarkus* parts from the names.
* The *hono-adapters-quarkus* and *hono-services-quarkus* Maven modules, used as parent modules for protocol adapter
and service implementations, have been renamed to *hono-adapters-parent* and *hono-services-parent*, respectively.

### Deprecations

Expand Down

0 comments on commit 575cf5e

Please sign in to comment.