Skip to content

Commit a0b82e0

Browse files
committed
Update to CP 28.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1439457 13f79535-47bb-0310-9956-ffa450edef68
1 parent bd99b9a commit a0b82e0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,16 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18+
<!--
19+
To produce reports, use the reporting profile, for example: mvn -Preporting clean site
20+
You may need to use the -U option to update your environment if you get an error.
21+
-->
1822
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1923
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2024
<parent>
2125
<groupId>org.apache.commons</groupId>
2226
<artifactId>commons-parent</artifactId>
23-
<version>27</version>
27+
<version>28</version>
2428
</parent>
2529
<modelVersion>4.0.0</modelVersion>
2630
<groupId>commons-codec</groupId>

0 commit comments

Comments
 (0)