Skip to content

Commit fb16018

Browse files
committed
Bump commons-codec to 1.22.0-SNAPSHOT
1 parent 8c9ac6d commit fb16018

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,17 @@
5252
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-release-plugin</url>
5353
</site>
5454
</distributionManagement>
55+
<!-- Temporarily add Apache Snapshots repository -->
56+
<repositories>
57+
<repository>
58+
<id>apache.snapshots</id>
59+
<name>Apache Snapshot Repository</name>
60+
<url>https://repository.apache.org/snapshots</url>
61+
<releases>
62+
<enabled>false</enabled>
63+
</releases>
64+
</repository>
65+
</repositories>
5566
<properties>
5667
<failOnError>false</failOnError>
5768
<maven.compiler.source>1.8</maven.compiler.source>
@@ -153,7 +164,7 @@
153164
<dependency>
154165
<groupId>commons-codec</groupId>
155166
<artifactId>commons-codec</artifactId>
156-
<version>1.21.0</version>
167+
<version>1.22.0-SNAPSHOT</version>
157168
</dependency>
158169
<dependency>
159170
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)