This is an automated email from the ASF dual-hosted git repository. struberg pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/openwebbeans.git
commit 761a8e92be46e2c3f40045ee52c166493a8d162f Author: Mark Struberg <[email protected]> AuthorDate: Sat Nov 11 19:25:37 2023 +0100 [maven-release-plugin] prepare release openwebbeans-4.0.1 --- atinject-tck/pom.xml | 2 +- bom/openwebbeans-se-bom/pom.xml | 2 +- bom/openwebbeans-web-bom/pom.xml | 2 +- bom/pom.xml | 2 +- distribution/pom.xml | 2 +- pom.xml | 10 +++++----- webbeans-arquillian/owb-arquillian-standalone/pom.xml | 2 +- webbeans-arquillian/pom.xml | 2 +- webbeans-ee-common/pom.xml | 2 +- webbeans-ee/pom.xml | 2 +- webbeans-ejb/pom.xml | 2 +- webbeans-el22/pom.xml | 2 +- webbeans-gradle/pom.xml | 2 +- webbeans-impl/pom.xml | 2 +- webbeans-jms/pom.xml | 2 +- webbeans-jsf/pom.xml | 2 +- webbeans-junit5/pom.xml | 2 +- webbeans-osgi/pom.xml | 2 +- webbeans-porting/pom.xml | 2 +- webbeans-se/pom.xml | 2 +- webbeans-slf4j/pom.xml | 2 +- webbeans-spi/pom.xml | 2 +- webbeans-tck/pom.xml | 2 +- webbeans-tomcat/pom.xml | 2 +- webbeans-web/pom.xml | 2 +- 25 files changed, 29 insertions(+), 29 deletions(-) diff --git a/atinject-tck/pom.xml b/atinject-tck/pom.xml index 3a82b30b1..8d079ec5f 100644 --- a/atinject-tck/pom.xml +++ b/atinject-tck/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/bom/openwebbeans-se-bom/pom.xml b/bom/openwebbeans-se-bom/pom.xml index a5b941f78..64561bcad 100644 --- a/bom/openwebbeans-se-bom/pom.xml +++ b/bom/openwebbeans-se-bom/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>bom</artifactId> <groupId>org.apache.openwebbeans.bom</groupId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/bom/openwebbeans-web-bom/pom.xml b/bom/openwebbeans-web-bom/pom.xml index 46118550b..a18e67edd 100644 --- a/bom/openwebbeans-web-bom/pom.xml +++ b/bom/openwebbeans-web-bom/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>bom</artifactId> <groupId>org.apache.openwebbeans.bom</groupId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/bom/pom.xml b/bom/pom.xml index ddfd80762..078a87740 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>openwebbeans</artifactId> <groupId>org.apache.openwebbeans</groupId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/distribution/pom.xml b/distribution/pom.xml index eb8e3d9f5..ddde0d2bc 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index d267e4c5a..2ab129014 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <artifactId>openwebbeans</artifactId> <name>Apache OpenWebBeans</name> <packaging>pom</packaging> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> <url>openwebbeans.apache.org</url> @@ -50,7 +50,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/openwebbeans.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/openwebbeans.git</developerConnection> <url>https://github.com/apache/openwebbeans</url> - <tag>HEAD</tag> + <tag>openwebbeans-4.0.1</tag> </scm> <issueManagement> @@ -444,8 +444,8 @@ <!-- Checks for Headers --> <!-- See http://checkstyle.sf.net/config_header.html --> <module name="Header"> - <property name="header" value="/*\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements. See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership. The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * &quot;License&quot;); you may not use this file except in compliance\n * with the License. You may obtain [...] - <property name="fileExtensions" value="java"/> + <property name="header" value="/*\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements. See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership. The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * &quot;License&quot;); you may not use this file except in compliance\n * with the License. You may obtain [...] + <property name="fileExtensions" value="java" /> </module> <!-- Checks for Size Violations. --> @@ -539,7 +539,7 @@ <module name="NeedBraces" /> <module name="LeftCurly"> <property name="option" value="nl" /> - <property name="tokens" value=" ANNOTATION_DEF,CLASS_DEF,CTOR_DEF,ENUM_CONSTANT_DEF,ENUM_DEF,INTERFACE_DEF,LITERAL_CASE,LITERAL_CATCH,LITERAL_DEFAULT,LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_FOR,LITERAL_IF,LITERAL_SWITCH,LITERAL_SYNCHRONIZED,LITERAL_TRY,LITERAL_WHILE,METHOD_DEF,OBJBLOCK,STATIC_INIT"/> + <property name="tokens" value=" ANNOTATION_DEF,CLASS_DEF,CTOR_DEF,ENUM_CONSTANT_DEF,ENUM_DEF,INTERFACE_DEF,LITERAL_CASE,LITERAL_CATCH,LITERAL_DEFAULT,LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_FOR,LITERAL_IF,LITERAL_SWITCH,LITERAL_SYNCHRONIZED,LITERAL_TRY,LITERAL_WHILE,METHOD_DEF,OBJBLOCK,STATIC_INIT" /> </module> <module name="RightCurly"> <property name="option" value="alone" /> diff --git a/webbeans-arquillian/owb-arquillian-standalone/pom.xml b/webbeans-arquillian/owb-arquillian-standalone/pom.xml index 02552bfcd..c1b71a9a6 100644 --- a/webbeans-arquillian/owb-arquillian-standalone/pom.xml +++ b/webbeans-arquillian/owb-arquillian-standalone/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.openwebbeans.arquillian</groupId> <artifactId>owb-arquillian-parent</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> </parent> <artifactId>owb-arquillian-standalone</artifactId> diff --git a/webbeans-arquillian/pom.xml b/webbeans-arquillian/pom.xml index 74ad962f7..7ad0afe4d 100644 --- a/webbeans-arquillian/pom.xml +++ b/webbeans-arquillian/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> </parent> <groupId>org.apache.openwebbeans.arquillian</groupId> <artifactId>owb-arquillian-parent</artifactId> diff --git a/webbeans-ee-common/pom.xml b/webbeans-ee-common/pom.xml index edc1340e6..9a40d1a46 100644 --- a/webbeans-ee-common/pom.xml +++ b/webbeans-ee-common/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/webbeans-ee/pom.xml b/webbeans-ee/pom.xml index 6239cf496..e1bc612db 100644 --- a/webbeans-ee/pom.xml +++ b/webbeans-ee/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> </parent> <artifactId>openwebbeans-ee</artifactId> diff --git a/webbeans-ejb/pom.xml b/webbeans-ejb/pom.xml index 841aa0ba1..a4b3a3f39 100644 --- a/webbeans-ejb/pom.xml +++ b/webbeans-ejb/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> </parent> <artifactId>openwebbeans-ejb</artifactId> <name>EJB plugin</name> diff --git a/webbeans-el22/pom.xml b/webbeans-el22/pom.xml index 46d3a2047..708cdef2e 100644 --- a/webbeans-el22/pom.xml +++ b/webbeans-el22/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/webbeans-gradle/pom.xml b/webbeans-gradle/pom.xml index 12d68697d..bc89b225d 100644 --- a/webbeans-gradle/pom.xml +++ b/webbeans-gradle/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>openwebbeans</artifactId> <groupId>org.apache.openwebbeans</groupId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/webbeans-impl/pom.xml b/webbeans-impl/pom.xml index 99b3f18eb..dc9bbc90f 100644 --- a/webbeans-impl/pom.xml +++ b/webbeans-impl/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> </parent> <artifactId>openwebbeans-impl</artifactId> <name>OpenWebBeans Core</name> diff --git a/webbeans-jms/pom.xml b/webbeans-jms/pom.xml index 2de448e60..68c244874 100644 --- a/webbeans-jms/pom.xml +++ b/webbeans-jms/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> </parent> <artifactId>openwebbeans-jms</artifactId> <name>JMS plugin</name> diff --git a/webbeans-jsf/pom.xml b/webbeans-jsf/pom.xml index 792bfda6f..f86fd6796 100644 --- a/webbeans-jsf/pom.xml +++ b/webbeans-jsf/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> </parent> <artifactId>openwebbeans-jsf</artifactId> diff --git a/webbeans-junit5/pom.xml b/webbeans-junit5/pom.xml index c78e6a0db..4588004a8 100644 --- a/webbeans-junit5/pom.xml +++ b/webbeans-junit5/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> </parent> <artifactId>openwebbeans-junit5</artifactId> diff --git a/webbeans-osgi/pom.xml b/webbeans-osgi/pom.xml index 51d0b6fb1..36e333fbf 100644 --- a/webbeans-osgi/pom.xml +++ b/webbeans-osgi/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> </parent> <artifactId>openwebbeans-osgi</artifactId> diff --git a/webbeans-porting/pom.xml b/webbeans-porting/pom.xml index 151b5d99e..f298fed3c 100644 --- a/webbeans-porting/pom.xml +++ b/webbeans-porting/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/webbeans-se/pom.xml b/webbeans-se/pom.xml index ae6cf2c2f..fdd593bcf 100644 --- a/webbeans-se/pom.xml +++ b/webbeans-se/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>openwebbeans</artifactId> <groupId>org.apache.openwebbeans</groupId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/webbeans-slf4j/pom.xml b/webbeans-slf4j/pom.xml index ef8449830..90fa7437f 100644 --- a/webbeans-slf4j/pom.xml +++ b/webbeans-slf4j/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>openwebbeans</artifactId> <groupId>org.apache.openwebbeans</groupId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/webbeans-spi/pom.xml b/webbeans-spi/pom.xml index e9b919ad8..4fe35d95c 100644 --- a/webbeans-spi/pom.xml +++ b/webbeans-spi/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> </parent> <artifactId>openwebbeans-spi</artifactId> diff --git a/webbeans-tck/pom.xml b/webbeans-tck/pom.xml index 27d8dfefd..796274bd1 100644 --- a/webbeans-tck/pom.xml +++ b/webbeans-tck/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/webbeans-tomcat/pom.xml b/webbeans-tomcat/pom.xml index 50a68d181..a5e2e515f 100644 --- a/webbeans-tomcat/pom.xml +++ b/webbeans-tomcat/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> </parent> <artifactId>openwebbeans-tomcat</artifactId> diff --git a/webbeans-web/pom.xml b/webbeans-web/pom.xml index 71d248fab..4e3593218 100644 --- a/webbeans-web/pom.xml +++ b/webbeans-web/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> </parent> <artifactId>openwebbeans-web</artifactId>
