@@ -19,8 +19,7 @@ limitations under the License.
1919 To produce reports, use the reporting profile, for example: mvn -Preporting clean site
2020 You may need to use the -U option to update your environment if you get an error.
2121 -->
22- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
23- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
22+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2423 <modelVersion >4.0.0</modelVersion >
2524 <parent >
2625 <groupId >org.apache.commons</groupId >
@@ -30,7 +29,7 @@ limitations under the License.
3029 <groupId >commons-codec</groupId >
3130 <artifactId >commons-codec</artifactId >
3231 <!-- Remember to update the version in default.properties as well -->
33- <version >1.16-SNAPSHOT </version >
32+ <version >1.16</version >
3433 <name >Apache Commons Codec</name >
3534 <inceptionYear >2002</inceptionYear >
3635 <description >
@@ -48,6 +47,7 @@ limitations under the License.
4847 <connection >scm:git:https://gitbox.apache.org/repos/asf/commons-codec</connection >
4948 <developerConnection >scm:git:https://gitbox.apache.org/repos/asf/commons-codec</developerConnection >
5049 <url >https://github.com/apache/commons-codec</url >
50+ <tag >commons-codec-1.16-rc1</tag >
5151 </scm >
5252 <distributionManagement >
5353 <site >
0 commit comments