We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7af6b2 commit afa3687Copy full SHA for afa3687
1 file changed
pom.xml
@@ -29,7 +29,7 @@ limitations under the License.
29
<groupId>commons-codec</groupId>
30
<artifactId>commons-codec</artifactId>
31
<!-- Remember to update the version in default.properties as well -->
32
- <version>1.16</version>
+ <version>1.17-SNAPSHOT</version>
33
<name>Apache Commons Codec</name>
34
<inceptionYear>2002</inceptionYear>
35
<description>
@@ -47,7 +47,7 @@ limitations under the License.
47
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-codec</connection>
48
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-codec</developerConnection>
49
<url>https://github.com/apache/commons-codec</url>
50
- <tag>commons-codec-1.16-rc1</tag>
+ <tag>HEAD</tag>
51
</scm>
52
<distributionManagement>
53
<site>
0 commit comments