https://github.com/apache/commons-lang
Raw File
Tip revision: e0b474c0d015f89a52c4cf8866fa157dd89e7d1c authored by Gary Gregory on 23 March 2020, 13:14:11 UTC
Update POM version numbers for Apache Commons Lang release 3.10
Tip revision: e0b474c
.gitignore
# Maven build files
target
*.log
maven-eclipse.xml
build.properties
site-content
*~

# IntelliJ IDEA files
.idea
.iws
*.iml
*.ipr

# Eclipse files
.settings
.classpath
.project
.externalToolBuilders
.checkstyle
back to top