Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.2.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 Sep 7, 2017
1 parent a72a25c commit 14760e4
Show file tree
Hide file tree
Showing 95 changed files with 106 additions and 106 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.2.0-SNAPSHOT.
Suppose the target is the current snapshot 0.2.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 @@ -16,7 +16,7 @@
<parent>
<artifactId>kapua-assembly</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>kapua-assembly-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>kapua-assembly-broker</artifactId>
Expand Down Expand Up @@ -613,4 +613,4 @@
</profile>
</profiles>

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

<artifactId>kapua-assembly-console</artifactId>
Expand Down Expand Up @@ -339,4 +339,4 @@
</profile>
</profiles>

</project>
</project>
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>0.2.0-SNAPSHOT</version>
<version>0.2.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 @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-assembly</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.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.2.0-SNAPSHOT</version>
<version>0.2.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 @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-assembly</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.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 @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.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 @@ -24,7 +24,7 @@

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

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -56,4 +56,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>
2 changes: 1 addition & 1 deletion commons/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.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>kapua-commons</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>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>kapua-console</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 @@ -16,7 +16,7 @@
<parent>
<artifactId>kapua-dev-tools</artifactId>
<groupId>org.eclipse.kapua</groupId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.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 @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

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

</project>
</project>
2 changes: 1 addition & 1 deletion dev-tools/src/main/vagrant/develop/develop-Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Vagrant.configure("2") do |config|
export H2DB_VERSION="1.4.192"
export ACTIVEMQ_VERSION="5.14.5"
export TOMCAT_VERSION="8.0.41"
export KAPUA_VERSION="0.2.0-SNAPSHOT"
export KAPUA_VERSION="0.2.0"

#########################
### H2 database setup ###
Expand Down
2 changes: 1 addition & 1 deletion docs/developer-guide/en/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Not all MQTT clients have WebSocket support, so we need to enable direct MQTT ov
So you can connect your MQTT clients directly to this service. For the simulator example similar to the above, that would look something like

```
java -jar target/kapua-simulator-kura-0.2.0-SNAPSHOT-app.jar --broker tcp://kapua-broker:kapua-password@192.168.64.2:31883
java -jar target/kapua-simulator-kura-0.2.0-app.jar --broker tcp://kapua-broker:kapua-password@192.168.64.2:31883
```

This is suitable only for the local deployments. In the cloud or production environments, you should deploy a proper LoadBalancer Openshift service to enable external traffic flow to the broker.
Expand Down
4 changes: 2 additions & 2 deletions external/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<!-- <parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>..</relativePath>
</parent> -->

<groupId>org.eclipse.kapua.external</groupId>
<artifactId>kapua-external</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<name>kapua-externals</name>
<packaging>pom</packaging>

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

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

<artifactId>swagger-ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion locator/guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-locator</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>kapua-guice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion locator/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.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion message/api/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-message</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

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

<artifactId>kapua-message-internal</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion message/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.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<packaging>pom</packaging>

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

<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<name>kapua</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion qa-openshift/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.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>kapua-qa-openshift</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion qa/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.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

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

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

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

<artifactId>kapua-account-internal</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service/account/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-service</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion service/api/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-service</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>kapua-service-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service/datastore/api/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-datastore</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>kapua-datastore-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions service/datastore/client-api/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-datastore</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>kapua-datastore-client-api</artifactId>

Expand All @@ -38,4 +38,4 @@
</dependency>
</dependencies>

</project>
</project>
4 changes: 2 additions & 2 deletions service/datastore/client-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-datastore</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>kapua-datastore-client-embedded</artifactId>
<description>Embedded Elasticsearch node provider. To be used for test purpose</description>
Expand Down Expand Up @@ -70,4 +70,4 @@
</dependency>
</dependencies>

</project>
</project>
4 changes: 2 additions & 2 deletions service/datastore/client-rest/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-datastore</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>kapua-datastore-client-rest</artifactId>

Expand All @@ -32,4 +32,4 @@
</dependency>
</dependencies>

</project>
</project>
4 changes: 2 additions & 2 deletions service/datastore/client-transport/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-datastore</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>kapua-datastore-client-transport</artifactId>

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

</project>
</project>
Loading

0 comments on commit 14760e4

Please sign in to comment.