Skip to content

Commit

Permalink
Prepare for release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jun 17, 2023
1 parent a3d825d commit 18d83b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ limitations under the License.
</parent>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16-SNAPSHOT</version>
<version>1.16.0-SNAPSHOT</version>
<name>Apache Commons Codec</name>
<inceptionYear>2002</inceptionYear>
<description>
Expand Down Expand Up @@ -267,15 +267,15 @@ limitations under the License.
<checkstyle.config.file>${basedir}/src/conf/checkstyle.xml</checkstyle.config.file>
<japicmp.skip>false</japicmp.skip>
<jacoco.skip>false</jacoco.skip>

<!-- Commons Release Plugin -->
<commons.release.version>1.16.0</commons.release.version>
<commons.bc.version>1.15</commons.bc.version>
<commons.rc.version>RC1</commons.rc.version>
<commons.release-plugin.version>1.7</commons.release-plugin.version>
<commons.release.isDistModule>true</commons.release.isDistModule>
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
<commons.releaseManagerName>Matt Sicker</commons.releaseManagerName>
<commons.releaseManagerKey>748F15B2CF9BA8F024155E6ED7C92B70FA1C814D</commons.releaseManagerKey>
<commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>
<commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
</properties>
<build>
<defaultGoal>clean install apache-rat:check japicmp:cmp checkstyle:check javadoc:javadoc</defaultGoal>
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The <action> type attribute can be add,update,fix,remove.
</properties>
<body>

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

0 comments on commit 18d83b1

Please sign in to comment.