Skip to content

Commit 85c963a

Browse files
committed
Next version will be a milestone
1 parent 25f960b commit 85c963a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<artifactId>commons-beanutils2</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
26+
<version>2.0.0-M1-SNAPSHOT</version>
2727
<name>Apache Commons BeanUtils</name>
2828

2929
<inceptionYear>2000</inceptionYear>
@@ -36,7 +36,8 @@
3636
<commons.componentid>beanutils</commons.componentid>
3737
<commons.module.name>org.apache.commons.beanutils2</commons.module.name>
3838
<!-- Current version -->
39-
<commons.release.version>2.0.0</commons.release.version>
39+
<commons.release.version>2.0.0-M1</commons.release.version>
40+
<commons.release.next>2.0.0-M2</commons.release.next>
4041
<commons.release.desc>(Java 8 or above)</commons.release.desc>
4142
<!-- Previous major version -->
4243
<commons.release.2.version>1.9.4</commons.release.2.version>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<title>Apache Commons BeanUtils Release Notes</title>
2828
</properties>
2929
<body>
30-
<release version="2.0.0" date="20YY-MM-DD" description="Update to Java 8.">
30+
<release version="2.0.0-M1" date="20YY-MM-DD" description="Update to Java 8.">
3131
<action issue="BEANUTILS-503" dev="ggregory" type="update" due-to="Gary Gregory">
3232
Change packaging from org.apache.commons.beanutils to org.apache.commons.beanutils2.
3333
</action>

0 commit comments

Comments
 (0)