This is an automated email from the ASF dual-hosted git repository. struberg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave-examples.git
commit ceff95a9361bdc5ae50c63587d47b818371dc0d6 Author: Sven Ruppert <[email protected]> AuthorDate: Sun Feb 3 12:06:46 2019 +0100 version updates --- docker/pom.xml | 2 +- mw_bundle_config/pom.xml | 2 +- rest-trivial-kotlin/pom.xml | 2 +- rest-trivial/pom.xml | 2 +- rest/pom.xml | 2 +- servlet-trivial/pom.xml | 2 +- servlet-vaadin-v08/pom.xml | 2 +- servlet-vaadin-v10/pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docker/pom.xml b/docker/pom.xml index 5fe54e6..587e1ae 100644 --- a/docker/pom.xml +++ b/docker/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>meecrowave-examples</artifactId> <groupId>org.apache.meecrowave</groupId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/mw_bundle_config/pom.xml b/mw_bundle_config/pom.xml index 2ece0c1..1b16587 100644 --- a/mw_bundle_config/pom.xml +++ b/mw_bundle_config/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.meecrowave</groupId> <artifactId>meecrowave-examples</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.7-SNAPSHOT</version> </parent> <artifactId>samples-bundle-config</artifactId> diff --git a/rest-trivial-kotlin/pom.xml b/rest-trivial-kotlin/pom.xml index 5fbca25..d224a20 100644 --- a/rest-trivial-kotlin/pom.xml +++ b/rest-trivial-kotlin/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.apache.meecrowave</groupId> <artifactId>meecrowave-examples</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.7-SNAPSHOT</version> </parent> diff --git a/rest-trivial/pom.xml b/rest-trivial/pom.xml index e3b15c1..a57ac88 100644 --- a/rest-trivial/pom.xml +++ b/rest-trivial/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.apache.meecrowave</groupId> <artifactId>meecrowave-examples</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.7-SNAPSHOT</version> </parent> diff --git a/rest/pom.xml b/rest/pom.xml index b4e454c..d6978bd 100644 --- a/rest/pom.xml +++ b/rest/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.meecrowave</groupId> <artifactId>meecrowave-examples</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/servlet-trivial/pom.xml b/servlet-trivial/pom.xml index 2807a9f..2a00867 100644 --- a/servlet-trivial/pom.xml +++ b/servlet-trivial/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.meecrowave</groupId> <artifactId>meecrowave-examples</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/servlet-vaadin-v08/pom.xml b/servlet-vaadin-v08/pom.xml index a6c2df0..21ca47e 100644 --- a/servlet-vaadin-v08/pom.xml +++ b/servlet-vaadin-v08/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.meecrowave</groupId> <artifactId>meecrowave-examples</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/servlet-vaadin-v10/pom.xml b/servlet-vaadin-v10/pom.xml index 1563fb8..2ffd048 100644 --- a/servlet-vaadin-v10/pom.xml +++ b/servlet-vaadin-v10/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.meecrowave</groupId> <artifactId>meecrowave-examples</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
