This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git
commit 0e3f6e44f95e734320618d738f577cd941fbdc6d Author: Romain Manni-Bucau <[email protected]> AuthorDate: Mon Sep 30 10:19:38 2019 +0200 [maven-release-plugin] prepare release meecrowave-1.2.9 --- integration-tests/app-groovy/pom.xml | 2 +- integration-tests/beanvalidation/pom.xml | 2 +- integration-tests/dispatch-jsp/pom.xml | 2 +- integration-tests/no-cxf/pom.xml | 2 +- integration-tests/pom.xml | 2 +- integration-tests/sse/pom.xml | 2 +- integration-tests/ssl/pom.xml | 2 +- integration-tests/webservices/pom.xml | 2 +- meecrowave-arquillian/pom.xml | 2 +- meecrowave-core/pom.xml | 2 +- meecrowave-doc/pom.xml | 2 +- meecrowave-gradle-plugin/pom.xml | 2 +- meecrowave-jpa/pom.xml | 2 +- meecrowave-jta/pom.xml | 2 +- meecrowave-junit/pom.xml | 2 +- meecrowave-letsencrypt/pom.xml | 2 +- meecrowave-maven-plugin/pom.xml | 2 +- meecrowave-oauth2/pom.xml | 2 +- meecrowave-proxy/pom.xml | 6 ++---- meecrowave-specs-api/pom.xml | 2 +- pom.xml | 3 ++- 21 files changed, 23 insertions(+), 24 deletions(-) diff --git a/integration-tests/app-groovy/pom.xml b/integration-tests/app-groovy/pom.xml index cb26543..23e2d0a 100644 --- a/integration-tests/app-groovy/pom.xml +++ b/integration-tests/app-groovy/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>integration-tests</artifactId> <groupId>org.apache.meecrowave</groupId> - <version>1.2.9-SNAPSHOT</version> + <version>1.2.9</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration-tests/beanvalidation/pom.xml b/integration-tests/beanvalidation/pom.xml index 1c3323a..40b12d5 100644 --- a/integration-tests/beanvalidation/pom.xml +++ b/integration-tests/beanvalidation/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>integration-tests</artifactId> <groupId>org.apache.meecrowave</groupId> - <version>1.2.9-SNAPSHOT</version> + <version>1.2.9</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration-tests/dispatch-jsp/pom.xml b/integration-tests/dispatch-jsp/pom.xml index c78c456..26384ab 100644 --- a/integration-tests/dispatch-jsp/pom.xml +++ b/integration-tests/dispatch-jsp/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>integration-tests</artifactId> <groupId>org.apache.meecrowave</groupId> - <version>1.2.9-SNAPSHOT</version> + <version>1.2.9</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration-tests/no-cxf/pom.xml b/integration-tests/no-cxf/pom.xml index 3c2f092..a65eef9 100644 --- a/integration-tests/no-cxf/pom.xml +++ b/integration-tests/no-cxf/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>integration-tests</artifactId> <groupId>org.apache.meecrowave</groupId> - <version>1.2.9-SNAPSHOT</version> + <version>1.2.9</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index cf74909..be83507 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>meecrowave</artifactId> <groupId>org.apache.meecrowave</groupId> - <version>1.2.9-SNAPSHOT</version> + <version>1.2.9</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration-tests/sse/pom.xml b/integration-tests/sse/pom.xml index 3484d9b..06836b9 100644 --- a/integration-tests/sse/pom.xml +++ b/integration-tests/sse/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>integration-tests</artifactId> <groupId>org.apache.meecrowave</groupId> - <version>1.2.9-SNAPSHOT</version> + <version>1.2.9</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration-tests/ssl/pom.xml b/integration-tests/ssl/pom.xml index fd9bf41..1414571 100644 --- a/integration-tests/ssl/pom.xml +++ b/integration-tests/ssl/pom.xml @@ -13,7 +13,7 @@ <parent> <artifactId>integration-tests</artifactId> <groupId>org.apache.meecrowave</groupId> - <version>1.2.9-SNAPSHOT</version> + <version>1.2.9</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration-tests/webservices/pom.xml b/integration-tests/webservices/pom.xml index a194b1b..abfa7fe 100644 --- a/integration-tests/webservices/pom.xml +++ b/integration-tests/webservices/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>integration-tests</artifactId> <groupId>org.apache.meecrowave</groupId> - <version>1.2.9-SNAPSHOT</version> + <version>1.2.9</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/meecrowave-arquillian/pom.xml b/meecrowave-arquillian/pom.xml index f6b54ee..6db51d2 100644 --- a/meecrowave-arquillian/pom.xml +++ b/meecrowave-arquillian/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>meecrowave</artifactId> <groupId>org.apache.meecrowave</groupId> - <version>1.2.9-SNAPSHOT</version> + <version>1.2.9</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/meecrowave-core/pom.xml b/meecrowave-core/pom.xml index 7c710c5..458465d 100644 --- a/meecrowave-core/pom.xml +++ b/meecrowave-core/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>meecrowave</artifactId> <groupId>org.apache.meecrowave</groupId> - <version>1.2.9-SNAPSHOT</version> + <version>1.2.9</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/meecrowave-doc/pom.xml b/meecrowave-doc/pom.xml index 348b665..f85c42c 100644 --- a/meecrowave-doc/pom.xml +++ b/meecrowave-doc/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>meecrowave</artifactId> <groupId>org.apache.meecrowave</groupId> - <version>1.2.9-SNAPSHOT</version> + <version>1.2.9</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/meecrowave-gradle-plugin/pom.xml b/meecrowave-gradle-plugin/pom.xml index a73b795..6a9bc8c 100644 --- a/meecrowave-gradle-plugin/pom.xml +++ b/meecrowave-gradle-plugin/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>meecrowave</artifactId> <groupId>org.apache.meecrowave</groupId> - <version>1.2.9-SNAPSHOT</version> + <version>1.2.9</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/meecrowave-jpa/pom.xml b/meecrowave-jpa/pom.xml index 87c3d06..234076f 100644 --- a/meecrowave-jpa/pom.xml +++ b/meecrowave-jpa/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>meecrowave</artifactId> <groupId>org.apache.meecrowave</groupId> - <version>1.2.9-SNAPSHOT</version> + <version>1.2.9</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/meecrowave-jta/pom.xml b/meecrowave-jta/pom.xml index 6a073f7..c458565 100644 --- a/meecrowave-jta/pom.xml +++ b/meecrowave-jta/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>meecrowave</artifactId> <groupId>org.apache.meecrowave</groupId> - <version>1.2.9-SNAPSHOT</version> + <version>1.2.9</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/meecrowave-junit/pom.xml b/meecrowave-junit/pom.xml index 088133e..eea14f9 100644 --- a/meecrowave-junit/pom.xml +++ b/meecrowave-junit/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>meecrowave</artifactId> <groupId>org.apache.meecrowave</groupId> - <version>1.2.9-SNAPSHOT</version> + <version>1.2.9</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/meecrowave-letsencrypt/pom.xml b/meecrowave-letsencrypt/pom.xml index 71f5492..a72ef07 100644 --- a/meecrowave-letsencrypt/pom.xml +++ b/meecrowave-letsencrypt/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>meecrowave</artifactId> <groupId>org.apache.meecrowave</groupId> - <version>1.2.9-SNAPSHOT</version> + <version>1.2.9</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/meecrowave-maven-plugin/pom.xml b/meecrowave-maven-plugin/pom.xml index 855fd9e..5134d7f 100644 --- a/meecrowave-maven-plugin/pom.xml +++ b/meecrowave-maven-plugin/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.meecrowave</groupId> <artifactId>meecrowave</artifactId> - <version>1.2.9-SNAPSHOT</version> + <version>1.2.9</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/meecrowave-oauth2/pom.xml b/meecrowave-oauth2/pom.xml index 46639a4..b53119b 100644 --- a/meecrowave-oauth2/pom.xml +++ b/meecrowave-oauth2/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>meecrowave</artifactId> <groupId>org.apache.meecrowave</groupId> - <version>1.2.9-SNAPSHOT</version> + <version>1.2.9</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/meecrowave-proxy/pom.xml b/meecrowave-proxy/pom.xml index 75dc8a2..2643b04 100644 --- a/meecrowave-proxy/pom.xml +++ b/meecrowave-proxy/pom.xml @@ -17,13 +17,11 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>meecrowave</artifactId> <groupId>org.apache.meecrowave</groupId> - <version>1.2.9-SNAPSHOT</version> + <version>1.2.9</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/meecrowave-specs-api/pom.xml b/meecrowave-specs-api/pom.xml index 7d06ed5..22440d8 100644 --- a/meecrowave-specs-api/pom.xml +++ b/meecrowave-specs-api/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>meecrowave</artifactId> <groupId>org.apache.meecrowave</groupId> - <version>1.2.9-SNAPSHOT</version> + <version>1.2.9</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 81e691e..0221e9a 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.meecrowave</groupId> <artifactId>meecrowave</artifactId> - <version>1.2.9-SNAPSHOT</version> + <version>1.2.9</version> <packaging>pom</packaging> <name>Meecrowave</name> @@ -38,6 +38,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git</developerConnection> <url>https://github.com/apache/openwebbeans-meecrowave</url> + <tag>meecrowave-1.2.9</tag> </scm> <issueManagement>
