This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/openwebbeans.git
commit 6ef6c500f43eceaa74806e0177ef2802736f5b23 Author: Mark Struberg <[email protected]> AuthorDate: Mon Apr 27 13:55:13 2026 +0200 [maven-release-plugin] prepare release openwebbeans-4.1.0 --- 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 | 4 ++-- samples/conversation-sample/pom.xml | 2 +- samples/guess/pom.xml | 2 +- samples/jsf2sample/pom.xml | 2 +- samples/pom.xml | 2 +- samples/reservation/pom.xml | 2 +- samples/standalone-sample/pom.xml | 2 +- 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 +- 31 files changed, 32 insertions(+), 32 deletions(-) diff --git a/atinject-tck/pom.xml b/atinject-tck/pom.xml index 1aa90f433..e8def9cdb 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.1.0-SNAPSHOT</version> + <version>4.1.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/bom/openwebbeans-se-bom/pom.xml b/bom/openwebbeans-se-bom/pom.xml index 4f19933a0..a075d0231 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.1.0-SNAPSHOT</version> + <version>4.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/bom/openwebbeans-web-bom/pom.xml b/bom/openwebbeans-web-bom/pom.xml index 831315748..373a0a959 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.1.0-SNAPSHOT</version> + <version>4.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/bom/pom.xml b/bom/pom.xml index 3eeb150f8..54299dbd9 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>openwebbeans</artifactId> <groupId>org.apache.openwebbeans</groupId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/distribution/pom.xml b/distribution/pom.xml index 71e623175..8a8f76731 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 6ce54db6a..227de7547 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <artifactId>openwebbeans</artifactId> <name>Apache OpenWebBeans</name> <packaging>pom</packaging> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.0</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.1.0</tag> </scm> <issueManagement> diff --git a/samples/conversation-sample/pom.xml b/samples/conversation-sample/pom.xml index 422e8623d..1ffa08d21 100644 --- a/samples/conversation-sample/pom.xml +++ b/samples/conversation-sample/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <artifactId>samples</artifactId> <groupId>org.apache.openwebbeans</groupId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/samples/guess/pom.xml b/samples/guess/pom.xml index 9781bda80..ca0f8f49f 100644 --- a/samples/guess/pom.xml +++ b/samples/guess/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.openwebbeans</groupId> <artifactId>samples</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/samples/jsf2sample/pom.xml b/samples/jsf2sample/pom.xml index 4b483987a..f18dcc0db 100644 --- a/samples/jsf2sample/pom.xml +++ b/samples/jsf2sample/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <artifactId>samples</artifactId> <groupId>org.apache.openwebbeans</groupId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/samples/pom.xml b/samples/pom.xml index 61ff0483e..7a12b289e 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/samples/reservation/pom.xml b/samples/reservation/pom.xml index 24d227f34..d20d5c8b4 100644 --- a/samples/reservation/pom.xml +++ b/samples/reservation/pom.xml @@ -21,7 +21,7 @@ under the License. <parent> <groupId>org.apache.openwebbeans</groupId> <artifactId>samples</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/samples/standalone-sample/pom.xml b/samples/standalone-sample/pom.xml index 40e0d21e6..7e3973547 100644 --- a/samples/standalone-sample/pom.xml +++ b/samples/standalone-sample/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/webbeans-arquillian/owb-arquillian-standalone/pom.xml b/webbeans-arquillian/owb-arquillian-standalone/pom.xml index 0fa1478f7..b23183f61 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.1.0-SNAPSHOT</version> + <version>4.1.0</version> </parent> <artifactId>owb-arquillian-standalone</artifactId> diff --git a/webbeans-arquillian/pom.xml b/webbeans-arquillian/pom.xml index 0fcc8a051..951d9cc81 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.1.0-SNAPSHOT</version> + <version>4.1.0</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 e51556b36..5257e6720 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.1.0-SNAPSHOT</version> + <version>4.1.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/webbeans-ee/pom.xml b/webbeans-ee/pom.xml index 7e395f803..81abc04c5 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.1.0-SNAPSHOT</version> + <version>4.1.0</version> </parent> <artifactId>openwebbeans-ee</artifactId> diff --git a/webbeans-ejb/pom.xml b/webbeans-ejb/pom.xml index d53c19cee..b49004c9b 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.1.0-SNAPSHOT</version> + <version>4.1.0</version> </parent> <artifactId>openwebbeans-ejb</artifactId> <name>EJB plugin</name> diff --git a/webbeans-el22/pom.xml b/webbeans-el22/pom.xml index 4981442ad..d015fae20 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.1.0-SNAPSHOT</version> + <version>4.1.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/webbeans-gradle/pom.xml b/webbeans-gradle/pom.xml index 5cd3362c7..aab52c245 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.1.0-SNAPSHOT</version> + <version>4.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/webbeans-impl/pom.xml b/webbeans-impl/pom.xml index a4d63845e..6258af3d2 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.1.0-SNAPSHOT</version> + <version>4.1.0</version> </parent> <artifactId>openwebbeans-impl</artifactId> <name>OpenWebBeans Core</name> diff --git a/webbeans-jms/pom.xml b/webbeans-jms/pom.xml index a133d4007..354621479 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.1.0-SNAPSHOT</version> + <version>4.1.0</version> </parent> <artifactId>openwebbeans-jms</artifactId> <name>JMS plugin</name> diff --git a/webbeans-jsf/pom.xml b/webbeans-jsf/pom.xml index 406dec727..950fa0736 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.1.0-SNAPSHOT</version> + <version>4.1.0</version> </parent> <artifactId>openwebbeans-jsf</artifactId> diff --git a/webbeans-junit5/pom.xml b/webbeans-junit5/pom.xml index f37268912..20663836c 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.1.0-SNAPSHOT</version> + <version>4.1.0</version> </parent> <artifactId>openwebbeans-junit5</artifactId> diff --git a/webbeans-osgi/pom.xml b/webbeans-osgi/pom.xml index 0247898fd..3f7288afc 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.1.0-SNAPSHOT</version> + <version>4.1.0</version> </parent> <artifactId>openwebbeans-osgi</artifactId> diff --git a/webbeans-porting/pom.xml b/webbeans-porting/pom.xml index acd84d965..b7e896301 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.1.0-SNAPSHOT</version> + <version>4.1.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/webbeans-se/pom.xml b/webbeans-se/pom.xml index 46b2b4176..69b0f362f 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.1.0-SNAPSHOT</version> + <version>4.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/webbeans-slf4j/pom.xml b/webbeans-slf4j/pom.xml index 1d48766a0..6b959be6f 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.1.0-SNAPSHOT</version> + <version>4.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/webbeans-spi/pom.xml b/webbeans-spi/pom.xml index 5c5b379c1..f7b682172 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.1.0-SNAPSHOT</version> + <version>4.1.0</version> </parent> <artifactId>openwebbeans-spi</artifactId> diff --git a/webbeans-tck/pom.xml b/webbeans-tck/pom.xml index 1c7be5c5d..cd5fe37f2 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.1.0-SNAPSHOT</version> + <version>4.1.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/webbeans-tomcat/pom.xml b/webbeans-tomcat/pom.xml index c54f950a3..98e8a31d5 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.1.0-SNAPSHOT</version> + <version>4.1.0</version> </parent> <artifactId>openwebbeans-tomcat</artifactId> diff --git a/webbeans-web/pom.xml b/webbeans-web/pom.xml index 5d1cf9789..12f691cea 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.1.0-SNAPSHOT</version> + <version>4.1.0</version> </parent> <artifactId>openwebbeans-web</artifactId>
