This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-apache-resources.git
commit c3109d15ad4aed10994114e8dacd0cc78aebd1b2 Author: Hervé Boutemy <[email protected]> AuthorDate: Sat Feb 21 10:54:53 2026 +0100 [maven-release-plugin] prepare for next development iteration --- incubator-disclaimer/pom.xml | 2 +- jar-txt/pom.xml | 2 +- jar/pom.xml | 2 +- license-header/pom.xml | 2 +- pom.xml | 4 ++-- resources-bundles-sample/pom.xml | 2 +- source-release/pom.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/incubator-disclaimer/pom.xml b/incubator-disclaimer/pom.xml index c3f804f..9198bea 100644 --- a/incubator-disclaimer/pom.xml +++ b/incubator-disclaimer/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.apache.resources</groupId> <artifactId>apache-resource-bundles</artifactId> - <version>1.8</version> + <version>1.9-SNAPSHOT</version> </parent> <artifactId>apache-incubator-disclaimer-resource-bundle</artifactId> diff --git a/jar-txt/pom.xml b/jar-txt/pom.xml index 8a4eb6c..581348c 100644 --- a/jar-txt/pom.xml +++ b/jar-txt/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.apache.resources</groupId> <artifactId>apache-resource-bundles</artifactId> - <version>1.8</version> + <version>1.9-SNAPSHOT</version> </parent> <artifactId>apache-jar-txt-resource-bundle</artifactId> diff --git a/jar/pom.xml b/jar/pom.xml index 08e1605..8f7c0ad 100644 --- a/jar/pom.xml +++ b/jar/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.apache.resources</groupId> <artifactId>apache-resource-bundles</artifactId> - <version>1.8</version> + <version>1.9-SNAPSHOT</version> </parent> <artifactId>apache-jar-resource-bundle</artifactId> diff --git a/license-header/pom.xml b/license-header/pom.xml index 13e00db..62b8a70 100644 --- a/license-header/pom.xml +++ b/license-header/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.apache.resources</groupId> <artifactId>apache-resource-bundles</artifactId> - <version>1.8</version> + <version>1.9-SNAPSHOT</version> </parent> <artifactId>apache-license-header-resource-bundle</artifactId> diff --git a/pom.xml b/pom.xml index cf804a9..8ba0ca1 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.apache.resources</groupId> <artifactId>apache-resource-bundles</artifactId> - <version>1.8</version> + <version>1.9-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Resource Bundles</name> @@ -68,7 +68,7 @@ <properties> <maven.site.path>apache-resource-bundles-archives/apache-resource-bundles-LATEST</maven.site.path> - <project.build.outputTimestamp>2026-02-21T09:54:31Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2026-02-21T09:54:53Z</project.build.outputTimestamp> </properties> <build> diff --git a/resources-bundles-sample/pom.xml b/resources-bundles-sample/pom.xml index 23d082b..2115408 100644 --- a/resources-bundles-sample/pom.xml +++ b/resources-bundles-sample/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.apache.resources</groupId> <artifactId>apache-resource-bundles</artifactId> - <version>1.8</version> + <version>1.9-SNAPSHOT</version> </parent> <groupId>org.apache.resources.sample</groupId> diff --git a/source-release/pom.xml b/source-release/pom.xml index 116a598..21b290f 100644 --- a/source-release/pom.xml +++ b/source-release/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.apache.resources</groupId> <artifactId>apache-resource-bundles</artifactId> - <version>1.8</version> + <version>1.9-SNAPSHOT</version> </parent> <artifactId>apache-source-release-assembly-descriptor</artifactId>
