This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/master by this push:
new 85c963a1 Next version will be a milestone
85c963a1 is described below
commit 85c963a1e2311d2d1290fab8e93d0d0e5bf5a89e
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Dec 25 17:38:43 2024 -0500
Next version will be a milestone
---
pom.xml | 5 +++--
src/changes/changes.xml | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5cedc1b7..27d941a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-beanutils2</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1-SNAPSHOT</version>
<name>Apache Commons BeanUtils</name>
<inceptionYear>2000</inceptionYear>
@@ -36,7 +36,8 @@
<commons.componentid>beanutils</commons.componentid>
<commons.module.name>org.apache.commons.beanutils2</commons.module.name>
<!-- Current version -->
- <commons.release.version>2.0.0</commons.release.version>
+ <commons.release.version>2.0.0-M1</commons.release.version>
+ <commons.release.next>2.0.0-M2</commons.release.next>
<commons.release.desc>(Java 8 or above)</commons.release.desc>
<!-- Previous major version -->
<commons.release.2.version>1.9.4</commons.release.2.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 95fc3e48..1746c4e5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -27,7 +27,7 @@
<title>Apache Commons BeanUtils Release Notes</title>
</properties>
<body>
- <release version="2.0.0" date="20YY-MM-DD" description="Update to Java 8.">
+ <release version="2.0.0-M1" date="20YY-MM-DD" description="Update to Java
8.">
<action issue="BEANUTILS-503" dev="ggregory" type="update" due-to="Gary
Gregory">
Change packaging from org.apache.commons.beanutils to
org.apache.commons.beanutils2.
</action>