Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#3092] Rename service and adapter "base-quarkus" modules #3271

Merged
merged 1 commit into from
May 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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