This is an automated email from the ASF dual-hosted git repository. slawekjaranowski pushed a commit to branch maven-clean-plugin-3.6.x in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git
commit e6430e1318378a8f5dc60c4f7498927f04a87c80 Author: Slawomir Jaranowski <[email protected]> AuthorDate: Thu Jun 25 19:05:14 2026 +0200 Add new branch for testing release-drafter --- .github/workflows/release-drafter.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index d7059a7..43636cd 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -19,7 +19,7 @@ name: Release Drafter on: push: branches: - - maven-clean-plugin-3.x + - maven-clean-plugin-3.6.x workflow_dispatch: jobs: diff --git a/pom.xml b/pom.xml index 0e01b43..29e77e6 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-clean-plugin</artifactId> - <version>3.5.1-SNAPSHOT</version> + <version>3.6.0-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Apache Maven Clean Plugin</name>
