Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Eclipse Kapua committers authored and Coduz committed Dec 16, 2022
1 parent 3d1e4cf commit b77238b
Show file tree
Hide file tree
Showing 219 changed files with 230 additions and 230 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The team maintains some docker images in a Docker Hub repository at [Kapua Repos
**Note:** the Docker Hub repository mentioned above is not the official project repository from Eclipse Foundation.
***

Suppose the target is the current snapshot 1.6.6-SNAPSHOT.
Suppose the target is the current snapshot 1.6.6.

* Clone Eclipse Kapua™ into a local directory
* Open an OS shell and move to Kapua project root directory
Expand Down
2 changes: 1 addition & 1 deletion assembly/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>kapua-assembly</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assembly/broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-assembly</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assembly/console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-assembly</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assembly/events-broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-assembly</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assembly/java-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-assembly</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assembly/jetty-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-assembly</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assembly/job-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>kapua-assembly</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assembly/sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-assembly</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion broker/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>kapua-broker</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion broker/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-broker</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<artifactId>kapua-broker-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>kapua</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>org.eclipse.kapua.build</groupId>
<artifactId>kapua-build-tools</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion client/gateway/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-client-gateway</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion client/gateway/features/karaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-client-gateway-features</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion client/gateway/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-client-gateway</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<artifactId>kapua-client-gateway-features</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-client</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<artifactId>kapua-client-gateway</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/gateway/profile/kura/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-client-gateway</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion client/gateway/provider/fuse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-client-gateway-provider</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion client/gateway/provider/mqtt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-client-gateway-provider</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion client/gateway/provider/paho/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-client-gateway-provider</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion client/gateway/provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-client-gateway</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion client/gateway/spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-client-gateway</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<artifactId>kapua-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<artifactId>kapua-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>kapua-console</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<artifactId>kapua-console-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/module/about/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>kapua-console-module</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<artifactId>kapua-console-module-about</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/module/account/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>kapua-console-module</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<artifactId>kapua-console-module-account</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/module/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>kapua-console-module</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<artifactId>kapua-console-module-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/module/authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>kapua-console-module</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<artifactId>kapua-console-module-authentication</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/module/authorization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>kapua-console-module</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<artifactId>kapua-console-module-authorization</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/module/certificate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>kapua-console-module</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<artifactId>kapua-console-module-certificate</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/module/data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>kapua-console-module</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<artifactId>kapua-console-module-data</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/module/device/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>kapua-console-module</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<artifactId>kapua-console-module-device</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/module/endpoint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>kapua-console-module</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<artifactId>kapua-console-module-endpoint</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/module/job/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>kapua-console-module</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<artifactId>kapua-console-module-job</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>kapua-console</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<artifactId>kapua-console-module</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/module/tag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>kapua-console-module</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<artifactId>kapua-console-module-tag</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/module/user/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>kapua-console-module</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<artifactId>kapua-console-module-user</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/module/welcome/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>kapua-console-module</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<artifactId>kapua-console-module-welcome</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<artifactId>kapua-console</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-console</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<artifactId>kapua-console-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion deployment/commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>kapua-deployment</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.6</version>
</parent>

<artifactId>kapua-deployment-commons</artifactId>
Expand Down

0 comments on commit b77238b

Please sign in to comment.