https://github.com/apache/commons-lang
Raw File
Tip revision: 425d8085cfcaab5a78bf0632f9ae77b7e9127cf8 authored by Gary Gregory on 04 November 2017, 18:09:44 UTC
Prepare for releasing 3.7.
Tip revision: 425d808
.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