Skip to content

Commit 18d83b1

Browse files
committed
Prepare for release candidate
1 parent a3d825d commit 18d83b1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ limitations under the License.
2828
</parent>
2929
<groupId>commons-codec</groupId>
3030
<artifactId>commons-codec</artifactId>
31-
<version>1.16-SNAPSHOT</version>
31+
<version>1.16.0-SNAPSHOT</version>
3232
<name>Apache Commons Codec</name>
3333
<inceptionYear>2002</inceptionYear>
3434
<description>
@@ -267,15 +267,15 @@ limitations under the License.
267267
<checkstyle.config.file>${basedir}/src/conf/checkstyle.xml</checkstyle.config.file>
268268
<japicmp.skip>false</japicmp.skip>
269269
<jacoco.skip>false</jacoco.skip>
270-
271270
<!-- Commons Release Plugin -->
271+
<commons.release.version>1.16.0</commons.release.version>
272272
<commons.bc.version>1.15</commons.bc.version>
273273
<commons.rc.version>RC1</commons.rc.version>
274274
<commons.release-plugin.version>1.7</commons.release-plugin.version>
275275
<commons.release.isDistModule>true</commons.release.isDistModule>
276276
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
277-
<commons.releaseManagerName>Matt Sicker</commons.releaseManagerName>
278-
<commons.releaseManagerKey>748F15B2CF9BA8F024155E6ED7C92B70FA1C814D</commons.releaseManagerKey>
277+
<commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>
278+
<commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
279279
</properties>
280280
<build>
281281
<defaultGoal>clean install apache-rat:check japicmp:cmp checkstyle:check javadoc:javadoc</defaultGoal>

src/changes/changes.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The <action> type attribute can be add,update,fix,remove.
4444
</properties>
4545
<body>
4646

47-
<release version="1.16" date="TBD" description="Feature and fix release.">
47+
<release version="1.16.0" date="TBD" description="Feature and fix release.">
4848
<!-- FIX -->
4949
<action issue="CODEC-295" dev="ggregory" type="fix" due-to="Arturo Bernal">Minor improvements #67.</action>
5050
<action dev="aherbert" type="fix" due-to="James Gan">Remove duplicated words from Javadocs.</action>

0 commit comments

Comments
 (0)