Skip to content

Commit

Permalink
changed artifacts versions as the underscore was causing issues in so…
Browse files Browse the repository at this point in the history
…me deployment scripts

Signed-off-by: dseurotech <[email protected]>
  • Loading branch information
dseurotech committed Aug 2, 2023
1 parent 5834a91 commit 01e868e
Show file tree
Hide file tree
Showing 255 changed files with 261 additions and 261 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,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-NO_STATICS-SNAPSHOT.
Suppose the target is the current snapshot 2.0.0-STATICS-SNAPSHOT.

* 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-NO_STATICS-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-STATICS-SNAPSHOT), 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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</version>
</parent>

<packaging>pom</packaging>
Expand Down
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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</version>
</parent>

<packaging>pom</packaging>
Expand Down
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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</version>
</parent>

<artifactId>kapua-assembly</artifactId>
Expand Down
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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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 @@ -17,7 +17,7 @@
<parent>
<artifactId>kapua-broker</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>2.0.0-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</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>2.0.0-NO_STATICS-SNAPSHOT</version>
<version>2.0.0-STATICS-SNAPSHOT</version>
</parent>

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

0 comments on commit 01e868e

Please sign in to comment.