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 b484a8f22ca7770ed1a44cc9ba3455fd84baa0db Author: Mark Struberg <strub...@apache.org> AuthorDate: Wed Dec 11 18:06:28 2024 +0100 [maven-release-plugin] prepare for next development iteration --- 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 36de45887..cdef54459 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.3</version> + <version>4.0.4-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/bom/openwebbeans-se-bom/pom.xml b/bom/openwebbeans-se-bom/pom.xml index 3f72834a0..c7c0432c8 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.3</version> + <version>4.0.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/bom/openwebbeans-web-bom/pom.xml b/bom/openwebbeans-web-bom/pom.xml index d332088a0..9b33934db 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.3</version> + <version>4.0.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/bom/pom.xml b/bom/pom.xml index f38b2feae..ce3f1f717 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.3</version> + <version>4.0.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/distribution/pom.xml b/distribution/pom.xml index e05d10135..f913ae392 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.3</version> + <version>4.0.4-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index a813c4bfb..2f194bf60 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <artifactId>openwebbeans</artifactId> <name>Apache OpenWebBeans</name> <packaging>pom</packaging> - <version>4.0.3</version> + <version>4.0.4-SNAPSHOT</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>openwebbeans-4.0.3</tag> + <tag>HEAD</tag> </scm> <issueManagement> diff --git a/samples/conversation-sample/pom.xml b/samples/conversation-sample/pom.xml index 1a24662f5..1bc402491 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.0.3</version> + <version>4.0.4-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/samples/guess/pom.xml b/samples/guess/pom.xml index ac3908c11..7edf94b5c 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.0.3</version> + <version>4.0.4-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/samples/jsf2sample/pom.xml b/samples/jsf2sample/pom.xml index f3b33457c..568e2b657 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.0.3</version> + <version>4.0.4-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/samples/pom.xml b/samples/pom.xml index 2478e2352..c901c31b8 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.0.3</version> + <version>4.0.4-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/samples/reservation/pom.xml b/samples/reservation/pom.xml index dac267ee6..6a27967eb 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.0.3</version> + <version>4.0.4-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/samples/standalone-sample/pom.xml b/samples/standalone-sample/pom.xml index a33f19b67..96acd995f 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.0.3</version> + <version>4.0.4-SNAPSHOT</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 3cbb41fdb..2587c5f36 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.3</version> + <version>4.0.4-SNAPSHOT</version> </parent> <artifactId>owb-arquillian-standalone</artifactId> diff --git a/webbeans-arquillian/pom.xml b/webbeans-arquillian/pom.xml index 897add400..f1935d38e 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.3</version> + <version>4.0.4-SNAPSHOT</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 cfe93b67c..507d284d2 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.3</version> + <version>4.0.4-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/webbeans-ee/pom.xml b/webbeans-ee/pom.xml index e70cc630d..455b27803 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.3</version> + <version>4.0.4-SNAPSHOT</version> </parent> <artifactId>openwebbeans-ee</artifactId> diff --git a/webbeans-ejb/pom.xml b/webbeans-ejb/pom.xml index 3ac5e0a4f..9463a7afa 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.3</version> + <version>4.0.4-SNAPSHOT</version> </parent> <artifactId>openwebbeans-ejb</artifactId> <name>EJB plugin</name> diff --git a/webbeans-el22/pom.xml b/webbeans-el22/pom.xml index ded3a126b..9f61aee95 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.3</version> + <version>4.0.4-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/webbeans-gradle/pom.xml b/webbeans-gradle/pom.xml index 344c01fff..519b4429b 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.3</version> + <version>4.0.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/webbeans-impl/pom.xml b/webbeans-impl/pom.xml index 5b8c96a0d..d3f3b557d 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.3</version> + <version>4.0.4-SNAPSHOT</version> </parent> <artifactId>openwebbeans-impl</artifactId> <name>OpenWebBeans Core</name> diff --git a/webbeans-jms/pom.xml b/webbeans-jms/pom.xml index 6db6c2cef..5b7466285 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.3</version> + <version>4.0.4-SNAPSHOT</version> </parent> <artifactId>openwebbeans-jms</artifactId> <name>JMS plugin</name> diff --git a/webbeans-jsf/pom.xml b/webbeans-jsf/pom.xml index 72efb9081..bfdca3fb0 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.3</version> + <version>4.0.4-SNAPSHOT</version> </parent> <artifactId>openwebbeans-jsf</artifactId> diff --git a/webbeans-junit5/pom.xml b/webbeans-junit5/pom.xml index ef2f54ec7..588f14cf2 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.3</version> + <version>4.0.4-SNAPSHOT</version> </parent> <artifactId>openwebbeans-junit5</artifactId> diff --git a/webbeans-osgi/pom.xml b/webbeans-osgi/pom.xml index ab9735d48..3a967a462 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.3</version> + <version>4.0.4-SNAPSHOT</version> </parent> <artifactId>openwebbeans-osgi</artifactId> diff --git a/webbeans-porting/pom.xml b/webbeans-porting/pom.xml index 5091defc3..edf5d5f71 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.3</version> + <version>4.0.4-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/webbeans-se/pom.xml b/webbeans-se/pom.xml index 1e00df742..c10ff79cb 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.3</version> + <version>4.0.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/webbeans-slf4j/pom.xml b/webbeans-slf4j/pom.xml index dd64793cc..59cec76c9 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.3</version> + <version>4.0.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/webbeans-spi/pom.xml b/webbeans-spi/pom.xml index 61ed0794a..0fa7fcb76 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.3</version> + <version>4.0.4-SNAPSHOT</version> </parent> <artifactId>openwebbeans-spi</artifactId> diff --git a/webbeans-tck/pom.xml b/webbeans-tck/pom.xml index e0d82298d..0b0944c56 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.3</version> + <version>4.0.4-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/webbeans-tomcat/pom.xml b/webbeans-tomcat/pom.xml index e03a6c148..42feae626 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.3</version> + <version>4.0.4-SNAPSHOT</version> </parent> <artifactId>openwebbeans-tomcat</artifactId> diff --git a/webbeans-web/pom.xml b/webbeans-web/pom.xml index b62180a16..d3af8d59d 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.3</version> + <version>4.0.4-SNAPSHOT</version> </parent> <artifactId>openwebbeans-web</artifactId>