Skip to content

Commit

Permalink
🔖 Set modules version to 2.0.0-BETA-M11
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <[email protected]>
  • Loading branch information
Coduz committed Oct 4, 2024
1 parent dda44cd commit bd67ca9
Show file tree
Hide file tree
Showing 262 changed files with 263 additions and 263 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ scenarios.
**Note:** the Docker Hub repository mentioned above is not the official project repository from Eclipse Foundation.
***

Suppose the target is the current snapshot 2.0.0-SNAPSHOT.
Suppose the target is the current snapshot 2.0.0-BETA-M11.

* Clone Eclipse Kapua&trade; into a local directory
* Open an OS shell and move to Kapua project root directory
* Start Docker runtime

The Kapua repository mentioned above hosts only images of released versions. It is possible to test different versions of Kapua doing a checkout into
the release branches (for example, "release-1.6.x") and to the tagged commits to select the specific version (for example, the commit tagged as "1.6.7"). Doing so, it is assured
that the following step will pull proper images from the Docker Hub. If, on the other hand, your target is a SNAPSHOT version (for example, the 2.0.0-SNAPSHOT), a local build is required
that the following step will pull proper images from the Docker Hub. If, on the other hand, your target is a SNAPSHOT version (for example, the 2.0.0-BETA-M11), a local build is required
in order to create the docker images and proceed to the next step. Instructions for building can be found in the building.md file under the path docs/developer-guide.
Assuming that your interest is to deploy a release before 2.0.0 and that you want to pull images from the Docker Hub, it is important to set now the
`IMAGE_VERSION` environment variable with a value equal to the target version. For example, in the case of the 1.6.7
Expand Down
2 changes: 1 addition & 1 deletion assembly/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>kapua-assembly</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assembly/broker-artemis/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>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</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>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</version>
</parent>

<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

JAVA_OPTS="${JAVA_OPTS} --add-opens java.base/java.lang=ALL-UNNAMED"

java ${JAVA_OPTS} ${DEBUG_OPTS} ${JMX_OPTS} -jar kapua-consumer-lifecycle-2.0.0-SNAPSHOT-app.jar
java ${JAVA_OPTS} ${DEBUG_OPTS} ${JMX_OPTS} -jar kapua-consumer-lifecycle-2.0.0-BETA-M11-app.jar
2 changes: 1 addition & 1 deletion assembly/consumer/lifecycle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>kapua-assembly-consumer</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion assembly/consumer/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>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</version>
</parent>

<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

JAVA_OPTS="${JAVA_OPTS} --add-opens java.base/java.lang=ALL-UNNAMED"

java ${JAVA_OPTS} ${DEBUG_OPTS} ${JMX_OPTS} -jar kapua-consumer-telemetry-2.0.0-SNAPSHOT-app.jar
java ${JAVA_OPTS} ${DEBUG_OPTS} ${JMX_OPTS} -jar kapua-consumer-telemetry-2.0.0-BETA-M11-app.jar
2 changes: 1 addition & 1 deletion assembly/consumer/telemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>kapua-assembly-consumer</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-assembly</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</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 @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-assembly</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</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 @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-assembly</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</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 @@ -19,7 +19,7 @@
<parent>
<artifactId>kapua-assembly</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</version>
</parent>

<artifactId>kapua-assembly-job-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion assembly/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>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</version>
</parent>

<artifactId>kapua-assembly</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
# Eurotech
################################################################################

java ${JAVA_OPTS} ${DEBUG_OPTS} ${JMX_OPTS} -jar kapua-service-authentication-2.0.0-SNAPSHOT-app.jar
java ${JAVA_OPTS} ${DEBUG_OPTS} ${JMX_OPTS} -jar kapua-service-authentication-2.0.0-BETA-M11-app.jar
2 changes: 1 addition & 1 deletion assembly/service/authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>kapua-assembly-service</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion assembly/service/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>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</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 @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-assembly</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion broker/artemis/plugin/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-artemis</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</version>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>kapua</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</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>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</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>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</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>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</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 @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-client-gateway</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</version>
</parent>

<name>Eclipse Kapua :: Gateway Client :: Features</name>
Expand Down
2 changes: 1 addition & 1 deletion client/gateway/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</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</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 @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-client-gateway</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</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>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</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>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</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>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</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 @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-client-gateway</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</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>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</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 @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</version>
</parent>

<artifactId>kapua-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/security/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>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</version>
</parent>

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

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

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

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

<artifactId>kapua-commons-rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons/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>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</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>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</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>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</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>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</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>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</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>2.0.0-SNAPSHOT</version>
<version>2.0.0-BETA-M11</version>
</parent>

<artifactId>kapua-console-module-authentication</artifactId>
Expand Down
Loading

0 comments on commit bd67ca9

Please sign in to comment.