Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: coduz <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Oct 9, 2017
1 parent 3ee8d7c commit bab5587
Show file tree
Hide file tree
Showing 153 changed files with 173 additions and 173 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 0.3.0-SNAPSHOT.
Suppose the target is the current snapshot 0.3.0.

* Run Docker
* Open an OS shell
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>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>kapua-assembly-api</artifactId>
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>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>kapua-assembly-broker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion assembly/console/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>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>kapua-assembly-console</artifactId>
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 @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-assembly</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>kapua-assembly-java-base</artifactId>
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 @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-assembly</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>kapua-assembly-jetty-base</artifactId>
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>0.3.0-SNAPSHOT</version>
<version>0.3.0</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 @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-assembly</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

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

<artifactId>kapua-broker-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -55,4 +55,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>
4 changes: 2 additions & 2 deletions 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>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -47,4 +47,4 @@
</dependency>
</dependencies>

</project>
</project>
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>0.3.0-SNAPSHOT</version>
<version>0.3.0</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>0.3.0-SNAPSHOT</version>
<version>0.3.0</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>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>kapua-client-gateway</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down Expand Up @@ -115,4 +115,4 @@
</plugins>
</build>

</project>
</project>
4 changes: 2 additions & 2 deletions 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>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -63,4 +63,4 @@
</dependency>
</dependencies>

</project>
</project>
4 changes: 2 additions & 2 deletions 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>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -53,4 +53,4 @@
</dependency>
</dependencies>

</project>
</project>
4 changes: 2 additions & 2 deletions 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>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -67,4 +67,4 @@
</dependency>
</dependencies>

</project>
</project>
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>0.3.0-SNAPSHOT</version>
<version>0.3.0</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>0.3.0-SNAPSHOT</version>
<version>0.3.0</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>0.3.0-SNAPSHOT</version>
<version>0.3.0</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 @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</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 @@ -17,7 +17,7 @@
<parent>
<artifactId>kapua-console</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -15,7 +15,7 @@
<parent>
<artifactId>kapua-console-module</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -15,7 +15,7 @@
<parent>
<artifactId>kapua-console-module</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -16,7 +16,7 @@
<parent>
<artifactId>kapua-console-module</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -16,7 +16,7 @@
<parent>
<artifactId>kapua-console-module</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -16,7 +16,7 @@
<parent>
<artifactId>kapua-console-module</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -16,7 +16,7 @@
<parent>
<artifactId>kapua-console-module</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -16,7 +16,7 @@
<parent>
<artifactId>kapua-console-module</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -17,7 +17,7 @@
<parent>
<artifactId>kapua-console-module</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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 @@ -16,7 +16,7 @@
<parent>
<artifactId>kapua-console-module</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -16,7 +16,7 @@
<parent>
<artifactId>kapua-console-module</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -16,7 +16,7 @@
<parent>
<artifactId>kapua-console-module</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion console/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>0.3.0-SNAPSHOT</version>
<version>0.3.0</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>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

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

<artifactId>kapua-cucumber-reports</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions dev-tools/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>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>kapua-dev-tools</artifactId>
Expand All @@ -28,4 +28,4 @@
<module>cucumber-reports</module>
</modules>

</project>
</project>
Loading

0 comments on commit bab5587

Please sign in to comment.