Author: chtompki
Date: Fri Mar 16 15:09:05 2018
New Revision: 25767

Log:
Staging release: commons-text, version: 1.3

Added:
    dev/commons/text/RELEASE-NOTES.txt
    dev/commons/text/binaries/commons-text-1.3-bin.tar.gz   (with props)
    dev/commons/text/binaries/commons-text-1.3-bin.tar.gz.asc
    dev/commons/text/binaries/commons-text-1.3-bin.tar.gz.md5
    dev/commons/text/binaries/commons-text-1.3-bin.tar.gz.sha1
    dev/commons/text/binaries/commons-text-1.3-bin.zip   (with props)
    dev/commons/text/binaries/commons-text-1.3-bin.zip.asc
    dev/commons/text/binaries/commons-text-1.3-bin.zip.md5
    dev/commons/text/binaries/commons-text-1.3-bin.zip.sha1
    dev/commons/text/site.zip   (with props)
    dev/commons/text/source/commons-text-1.3-src.tar.gz   (with props)
    dev/commons/text/source/commons-text-1.3-src.tar.gz.asc
    dev/commons/text/source/commons-text-1.3-src.tar.gz.md5
    dev/commons/text/source/commons-text-1.3-src.tar.gz.sha1
    dev/commons/text/source/commons-text-1.3-src.zip   (with props)
    dev/commons/text/source/commons-text-1.3-src.zip.asc
    dev/commons/text/source/commons-text-1.3-src.zip.md5
    dev/commons/text/source/commons-text-1.3-src.zip.sha1

Added: dev/commons/text/RELEASE-NOTES.txt
==============================================================================
--- dev/commons/text/RELEASE-NOTES.txt (added)
+++ dev/commons/text/RELEASE-NOTES.txt Fri Mar 16 15:09:05 2018
@@ -0,0 +1,252 @@
+                          Apache Commons Text
+                              Version 1.3
+                             Release Notes
+
+INTRODUCTION
+============
+
+This document contains the release notes for the 1.3 version of Apache Commons
+Text. Commons Text is a set of utility functions and reusable components for 
+the purpose of processing and manipulating text that should be of use in a Java
+environment.
+
+This component requires Java 7.
+
+NEW FEATURES
+=============
+
+o Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility  Issue: 
TEXT-110. 
+o Add an interpolator string lookup: 
StringLookupFactory#interpolatorStringLookup()  Issue: TEXT-113. 
+o Add a StrSubstitutor replacement based on interfaces: StringSubstitutor  
Issue: TEXT-114. 
+o Add a StrBuilder replacement based on the StringMatcher interface: 
TextStringBuilder  Issue: TEXT-115. 
+o Add a StrTokenizer replacement based on the StringMatcher interface: 
StringTokenizer  Issue: TEXT-116. 
+o Add a local host string lookup: LocalHostStringLookup  Issue: TEXT-117. 
+
+FIXED BUGS
+==========
+
+o Build failure with java 9-ea+159  Issue: TEXT-70. 
+o StrLookup API confusing  Issue: TEXT-80. 
+
+=============================================================================
+
+                          Apache Commons Text
+                              Version 1.2
+                             Release Notes
+
+INTRODUCTION
+============
+
+This document contains the release notes for the 1.2 version of Apache Commons
+Text. Commons Text is a set of utility functions and reusable components for 
+the purpose of processing and manipulating text that should be of use in a Java
+environment.
+
+This component requires Java 7.
+
+JAVA 9 SUPPORT
+==============
+
+At our time of release of 1.1, our build succeeds with Java 9-ea build 159,
+and we believe all of our features to be Java 9 compatible. However, when we
+run "mvn clean site" we have failures.
+
+NEW FEATURES
+=============
+
+o TEXT-74:   StrSubstitutor: Ability to turn off substitution in values. 
Thanks to Ioannis Sermetziadis.
+o TEXT-97:   RandomStringGenerator able to pass multiple ranges to 
.withinRange(). Thanks to Amey Jadiye.
+o TEXT-89:   WordUtils.initials support for UTF-16 surrogate pairs. Thanks to 
Arun Vinud S S.
+o TEXT-90:   Add CharacterPredicates for ASCII letters (uppercase/lowercase) 
and arabic numerals.
+o TEXT-85:   Added CaseUtils class with camel case conversion support. Thanks 
to Arun Vinud S S.
+o TEXT-91:   RandomStringGenerator should be able to generate a String with a 
random length.
+o TEXT-102:  Add StrLookup.resourceBundleLookup(ResourceBundle).
+
+FIXED BUGS
+==========
+
+o TEXT-106:  Exception thrown in ExtendedMessageFormat using quotes with 
custom registry. Thanks to Benoit Moreau.
+o TEXT-100:  StringEscapeUtils#UnEscapeJson doesn't recognize escape signs 
correctly. Thanks to Don Jeba.
+o TEXT-105:  Typo in LongestCommonSubsequence#logestCommonSubsequence. Thanks 
to Abrasha.
+
+CHANGES
+=======
+
+o TEXT-107:  Upversion commons-lang to 3.7.
+o TEXT-98:   Deprecate isDelimiter and use HashSets for delimiter checks. 
Thanks to Arun Vinud S S.
+o TEXT-88:   WordUtils should treat an empty delimiter array as no delimiters. 
Thanks to Amey Jadiye.
+o TEXT-93:   Update RandomStringGenerator to accept a list of valid 
characters. Thanks to Amey Jadiye.
+o TEXT-92:   Update commons-lang dependency to version 3.6.
+o TEXT-83:   Document that commons-csv should be used in preference to 
CsvTranslators. Thanks to Amey Jadiye.
+o TEXT-67:   NumericEntityUnescaper.options - fix TODO.
+o TEXT-84:   RandomStringGenerator claims to be immutable, but isn't.
+
+=============================================================================
+
+                        Release Notes for version 1.1
+
+JAVA 9 SUPPORT
+==============
+
+At our time of release of 1.1, our build succeeds with Java 9-ea build 159,
+and we believe all of our features to be Java 9 compatible. However, when we 
+run "mvn clean site" we have failures.
+
+NEW FEATURES
+============
+
+o TEXT-41:   WordUtils.abbreviate support Thanks to Amey Jadiye.
+o TEXT-82:   Putting WordUtils back in to the codebase Thanks to Amey Jadiye.
+o TEXT-81:   Add RandomStringGenerator Thanks to djones.
+o TEXT-36:   RandomStringGenerator: allow users to provide source of randomness
+             Thanks to Raymond DeCampo.
+                
+FIXED BUGS
+==========
+
+o TEXT-76:   Correct round issue in Jaro Winkler implementation
+o TEXT-72:   Similar to LANG-1025, clirr fails site build.
+                
+CHANGES
+=======
+
+o TEXT-39:   WordUtils should use toXxxxCase(int) rather than toXxxxCase(char) 
+             Thanks to Amey Jadiye.
+
+=============================================================================
+
+                        Release Notes for version 1.0
+
+INCOMPATIBLE CHANGES
+====================
+
+All package names changed from org.apache.commons.text.beta in 1.0-beta-1 to
+org.apache.commons.text in 1.0.
+
+Methods StringEscapeUtils#escapeHtml3Once and StringEscapeUtils#escapeHtml4Once
+have been removed; see TEXT-40
+
+JAVA 9 SUPPORT
+==============
+
+At our time of release of 1.0, our build succeeds with Java 9-ea build 158,
+and we believe all of our features to be Java 9 compatible. However, when we 
run
+"mvn clean site" we have failures.
+
+FIXED BUGS
+==========
+
+o TEXT-64:   Investigate locale issue in ExtendedMessageFormatTest. Thanks to
+             chtompki.
+o TEXT-69:   Resolve PMD/CMD Violations
+o TEXT-65:   Fixing the 200 checkstyle errors present in 1.0-beta-1.
+o TEXT-63:   Mutable fields should be private.
+
+REMOVED
+=======
+
+o TEXT-40:   Escape HTML characters only once: revert.
+
+=============================================================================
+
+                        Release Notes for version 1.0-beta-1
+
+
+A NOTE ON THE HISTORY OF THE CODE
+=================================
+
+The codebase began in the fall of 2014 as a location for housing algorithms for
+operating on Strings that seemed to have a more complex nature than those which
+would be considered a needed extension to java.lang. Thus, a new component,
+different from Apache Commons Lang was warranted. As the project evolved, it 
was
+noticed that Commons Lang had considerable more text manipulation tools than
+the average Java application developer would need or even want. So, we have
+decided to move the more esoteric String processing algorithms out of Commons
+Lang into Commons Text.
+
+JAVA 9 SUPPORT
+==============
+
+At our time of release of 1.0-beta-1, our build succeeds with Java 9-ea build 
153,
+and we believe all of our features to be Java 9 compatible.
+
+NEW FEATURES
+============
+
+o TEXT-56:   Move CvsTranslators out of StringEscapeUtils and make them DRY
+             Thanks to Jarek Strzeleck.
+o TEXT-40:   Escape HTML characters only once Thanks to Sampanna Kahu.
+o TEXT-32:   Add LCS similarity and distance
+o TEXT-34:   Add class to generate random strings
+o TEXT-29:   Add a builder to StringEscapeUtils
+o TEXT-28:   Add shell/XSI escape/unescape support
+o TEXT-2:    Add Jaccard Index and Jaccard Distance Thanks to Don Jeba.
+o TEXT-27:   Move org.apache.commons.lang3.StringEscapeUtils.java into text
+o TEXT-23:   Moving from commons-lang, the package 
org.apache.commons.lang3.text
+o TEXT-10:   A more complex Levenshtein distance Thanks to Don Jeba.
+o TEXT-24:   Add coveralls and Travis.ci integration
+o TEXT-19:   Add alphabet converter Thanks to Eyal Allweil.
+o TEXT-13:   Create Commons Text logo
+o TEXT-7:    Write user guide
+o TEXT-15:   Human name parser
+o TEXT-3:    Add Cosine Similarity and Cosine Distance
+o TEXT-4:    Port Myers algorithm from [collections]
+o TEXT-1:    Add Hamming distance
+o TEXT-9:    Incorporate String algorithms from Commons Lang Thanks to britter.
+
+FIXED BUGS
+==========
+
+Note. We recognize the curiosity of a new component having "fixed bugs," but a
+considerable number of files were migrated over from Commons Lang, some of 
which
+needed fixes.
+
+o TEXT-62:   Incorporate suggestions from RC2 into 1.0 release.
+o TEXT-60:   Upgrading Jacoco for Java 9-ea compatibility. Thanks to Lee 
Adcock.
+o TEXT-52:   Possible attacks through StringEscapeUtils.escapeEcmaScrip better
+             javadoc
+o TEXT-37:   Global vs local source of randomness
+o TEXT-38:   Fluent API in "RandomStringBuilder"
+o TEXT-26:   Fix JaroWinklerDistance in the manner of LUCENE-1297
+o TEXT-35:   Unfinished class Javadoc for CosineDistance
+o TEXT-22:   LevenshteinDistance reduce memory consumption
+o TEXT-5:    IP clearance for the names package
+o TEXT-11:   Work on the string metric, distance, and similarity definitions 
for
+             the project
+o TEXT-12:   Create StringDistanceFrom class that contains a StringMetric and
+             the "left" side string. This would have a method that accepts the
+             "right" side string to test. Thanks to Jonathan baker.
+o TEXT-8:    Change (R) StringMetric.compare(CS left, CS right) to "apply" so
+             that it is consistent with BiFunction. Thanks to Jonathan Baker.
+o TEXT-6:    Allow extra information (e.g. Levenshtein threshold) to be stored
+             as (final) fields in the StringMetric instance. Thanks to Jonathan
+             Baker.
+
+CHANGES
+=======
+
+o TEXT-61:   Naming packages org.apache.commons.text.beta Thanks to Lee Adcock.
+o TEXT-58:   Refactor EntityArrays to have unmodifiableMaps in leu of 
String[][]
+o TEXT-53:   Prepare site for 1.0 release
+o TEXT-50:   Upgrade from commons-parent version 41 to version 42
+o TEXT-33:   Consolidating since tags at 1.0, removing deprecated methods
+o TEXT-16:   Improve HumanNameParser
+
+REMOVED
+=======
+
+o TEXT-55:   Remove WordUtils to be added back in an upcoming 1.X release
+o TEXT-51:   Remove RandomStringGenerator to be added back in the 1.1 release
+o TEXT-31:   Remove org.apache.commons.text.names, for later release than 1.0
+
+
+Historical list of changes: http://commons.apache.org/text/changes-report.html
+
+For complete information on Apache Commons Text, including instructions on how
+to submit bug reports, patches, or suggestions for improvement, see the Apache
+Apache Commons Text website:
+
+http://commons.apache.org/text/
+
+Have fun!
+-Apache Commons Text team
\ No newline at end of file

Added: dev/commons/text/binaries/commons-text-1.3-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/text/binaries/commons-text-1.3-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/commons/text/binaries/commons-text-1.3-bin.tar.gz.asc
==============================================================================
--- dev/commons/text/binaries/commons-text-1.3-bin.tar.gz.asc (added)
+++ dev/commons/text/binaries/commons-text-1.3-bin.tar.gz.asc Fri Mar 16 
15:09:05 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEtuc9hOpPzEcWYIclP6rSzV7LsxQFAlqr3fIACgkQP6rSzV7L
+sxTyxBAAhB4rSy+/Ue/j5aezvZWR6IcBZhNKHnYEIpSkHdHYaFw9gI8DOgbTj83l
+5n8GtWDD7BEg5iDAsfenkpf468exofYzp0s3jFlTSMAeIC8ciCQg6sUEV7Ct/+5b
+Ph4uxgg4JCWDYrEwTs9/AUaS++in8+VAyO6UWcBkxJ3LmNPFOdm8bO7WYQCL2RNd
+rhDI/bdMHN3RNzG5RGvxymkR170rBHuFCGqgUdWZZ+dstKKWKNayn2K/q/zQW4zw
+Q4efpZO703aA7NC+wuuWkk1V0QkE5Gar2avfWIt8v+Gs8vV1DdgMxeGm4EdLznaF
+dzNhZTWahp1AC+PoDKuNjlMXYGIZxQ5kJ55OgO/Pbr2pez3uRmp9I1lLqWwcgbhq
+4/3j/j04Av646IyYB7aAQNuN11mGTeLX1a6gW2lBZkH7k9eDS2PztgNYkYrmApv1
+KtgZiBp6jyQAJZFUea9nGVVAdUGobSvI5dcjmhHaUYa0NdX12LQt6fzkUyB5hqIN
+PkS8A4QSxhR/CJX9EUV0b4v1hlthQELkl91dvcg/IXOtkxTzlWGL0XxarXm8AklY
+2StSHd7afCHbcxbEf4HxYCErlCFtEaRcYC+zZWWEr3qEocO5LpgIAXWpA3m0ykRf
+dMHpCnIF7hVrSyk0RnkJeAU3wlc+Z/w3bOEB3fpdIXQrdgtNgyM=
+=a5SL
+-----END PGP SIGNATURE-----

Added: dev/commons/text/binaries/commons-text-1.3-bin.tar.gz.md5
==============================================================================
--- dev/commons/text/binaries/commons-text-1.3-bin.tar.gz.md5 (added)
+++ dev/commons/text/binaries/commons-text-1.3-bin.tar.gz.md5 Fri Mar 16 
15:09:05 2018
@@ -0,0 +1 @@
+6d3093ea773d5433342b76ce1b57a4f5

Added: dev/commons/text/binaries/commons-text-1.3-bin.tar.gz.sha1
==============================================================================
--- dev/commons/text/binaries/commons-text-1.3-bin.tar.gz.sha1 (added)
+++ dev/commons/text/binaries/commons-text-1.3-bin.tar.gz.sha1 Fri Mar 16 
15:09:05 2018
@@ -0,0 +1 @@
+9f5e1d2cb33213794dfe57e8bf9bc4076d80d06e

Added: dev/commons/text/binaries/commons-text-1.3-bin.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/text/binaries/commons-text-1.3-bin.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/commons/text/binaries/commons-text-1.3-bin.zip.asc
==============================================================================
--- dev/commons/text/binaries/commons-text-1.3-bin.zip.asc (added)
+++ dev/commons/text/binaries/commons-text-1.3-bin.zip.asc Fri Mar 16 15:09:05 
2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEtuc9hOpPzEcWYIclP6rSzV7LsxQFAlqr3fIACgkQP6rSzV7L
+sxRaJg/+M9mvNvjbc+SBVeSaYIafGgZK6tydPr0wYjTMf0o27/TZG3+nM+nl97hd
+/a44K4ULYTjtqaAQkjChtmFitLw/m4clkj8x1459GBL0DOXi7aC4y1388+aRMQT0
+G/fv+ELTDblkxFZHLc4DCmek0ql8ztkiihWl/9GT5Rr+dYooDkBL2t8OJwE+R370
+TElera+SFXh5mP5hHeWP3SaORDeA5S5Y6wEUTURVLkmDX713+yUFrQH5ByrPF3Gp
+v2RpPOkcGw5sHKlJvKc2r2zzJDWC+Vq/3UQenAvmBVlFwE7gZTsEVeB1emQTrMfS
+0BIR7wHyhdjsz/QWzC40cFCEB00lgVEVRAtfgzDwo8wJsRr0/hsc/3VWY/NRdRfj
+P7XT7TAjSmkP8l8GNLzbhnQwQVszWCGHBzRPPOMRqxgUscptsoxhjQbArTbyIsvs
+pziVaK0YXCqfYP9/djMfMWUNz7Y+FU7pkYpC3tCJQsmlESvFsPOqhcgP+Tr2tHFE
+PxcOWBC4200qigCAz4IIdQ/NT9xkXl2/Sn/AtjKvgs+lDdoRDvRcZlR7P1hItpqA
+TkmGVB0Y3azrUT28VdIFx1NTT3R0b7dzIRWKZ6VHYeFd5+pKtV/1uKqYunCh2MB5
+8/JgB7hxQov5eogndpa/uv+tk8+KRcD/rAPmpm/EffMBEE96dA4=
+=Zkp+
+-----END PGP SIGNATURE-----

Added: dev/commons/text/binaries/commons-text-1.3-bin.zip.md5
==============================================================================
--- dev/commons/text/binaries/commons-text-1.3-bin.zip.md5 (added)
+++ dev/commons/text/binaries/commons-text-1.3-bin.zip.md5 Fri Mar 16 15:09:05 
2018
@@ -0,0 +1 @@
+011442249ce2cb8e85ff0d9d5e22317f

Added: dev/commons/text/binaries/commons-text-1.3-bin.zip.sha1
==============================================================================
--- dev/commons/text/binaries/commons-text-1.3-bin.zip.sha1 (added)
+++ dev/commons/text/binaries/commons-text-1.3-bin.zip.sha1 Fri Mar 16 15:09:05 
2018
@@ -0,0 +1 @@
+6230932121bd122b8c4e034bd726700f48902692

Added: dev/commons/text/site.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/text/site.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/commons/text/source/commons-text-1.3-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/text/source/commons-text-1.3-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/commons/text/source/commons-text-1.3-src.tar.gz.asc
==============================================================================
--- dev/commons/text/source/commons-text-1.3-src.tar.gz.asc (added)
+++ dev/commons/text/source/commons-text-1.3-src.tar.gz.asc Fri Mar 16 15:09:05 
2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEtuc9hOpPzEcWYIclP6rSzV7LsxQFAlqr3fMACgkQP6rSzV7L
+sxQFlBAAh3tDIa1Clr2y0A2Jt4kDylRdjcmxTkEgP8o0/D9hijpfVpfUJJgK+Ge8
+0cYpNieoPFI8BYb/WyvBsKGTQj+/qUG3feAoBUvp6HNuHpowerxN7q3e22tHi0Xr
+5yQHwBuKXvmFiY3aRfn7AS/5HDVfjWtB3neh6xX+XUDhQ2Z8Z+s1hPOF1nzSjUxT
+3xZ8hL/eWE+rJvFpWl5q3MNGRMfLGAGSe7tDRWLoSF/cmlFFoycttAtZXCWUHn1L
+OYp2FBMePZfXtY0cbJug6OwpEBLKV4WPrn/okRbLDlXAkADAmzVjm9vYZlszILD6
+kldUPDQ4n43hICoWceXsdOlQTBbuboQ5l3uMMppSsYYBDlOy8c8DnBAGYIrjfZqZ
+YFTk6aL8zEIVfxzHHYeqAnNZLT97jn4SKVjFvo6a31zf83WGM8PWTjIzH3oTXDY1
++AqTCzAHfokU8uMZTGNa7LvcmP/UDA1L1P16dUEiyr69/BQBOu3kOFP+wWaxNicz
+AYejmcrxikPm11VyPHx2H2MX0mh+HNsFPug3GDqXswfh7jWJR6P/reFXPSO9iw/3
+iL746/9Q3ijkx0qhPhtzLyfjffY3P/0o8NvYDkB5VyJWK78Je/cwPCWM2gAHCVK7
+JvsD++oqyyUvxSlz+5ZWhicSN57yB9ZPkbYz8D35R1iG0Z3sbhQ=
+=D37Y
+-----END PGP SIGNATURE-----

Added: dev/commons/text/source/commons-text-1.3-src.tar.gz.md5
==============================================================================
--- dev/commons/text/source/commons-text-1.3-src.tar.gz.md5 (added)
+++ dev/commons/text/source/commons-text-1.3-src.tar.gz.md5 Fri Mar 16 15:09:05 
2018
@@ -0,0 +1 @@
+c2211cd6fe7af8974454fafc2ea7675c

Added: dev/commons/text/source/commons-text-1.3-src.tar.gz.sha1
==============================================================================
--- dev/commons/text/source/commons-text-1.3-src.tar.gz.sha1 (added)
+++ dev/commons/text/source/commons-text-1.3-src.tar.gz.sha1 Fri Mar 16 
15:09:05 2018
@@ -0,0 +1 @@
+8a93a04a970459b5b66e68b683a5e73b1409af04

Added: dev/commons/text/source/commons-text-1.3-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/text/source/commons-text-1.3-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/commons/text/source/commons-text-1.3-src.zip.asc
==============================================================================
--- dev/commons/text/source/commons-text-1.3-src.zip.asc (added)
+++ dev/commons/text/source/commons-text-1.3-src.zip.asc Fri Mar 16 15:09:05 
2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEtuc9hOpPzEcWYIclP6rSzV7LsxQFAlqr3fMACgkQP6rSzV7L
+sxQSgw//fJ98kyqAEajObo2HE4fQIzE6HVaux8jPbEfuqM8QaiJYas3yO9PHB4BP
+c+DXL7oF+D9T1VpA9xnlhSIkLVzc/ly0DvT0tTGgaS9LCTzlnae73gnu8CcBB9oU
+8xnQkrfPlIcYu/8klvQGh6vlDo2NVNCwmRkm18BfhnQkJTPQNqet0YZzOcIrpQwn
+Rv0UfOMfjZi+afdSJUBva2s7uxtHpYGTArEyNjCPOKXV0En1yUUVMmxE/49M5Dro
+OFOTZxN5nVo60b+QIEOW8WB7hstCeJr9h0n1DvJGtsokbTlZ+bWRp2ssDBLsSbGp
+YOoPy45VxYDHXpJhw/VEcjdwGVcjRGMpy3H+TuKXezamCkJHl1GK6jiP1yIl1s0T
+L04tzUuCVzFn9Vzw7y3MOIXnDgUch7VSiJq6HYuXGwz4srWt6bp259rFy6dBTFq2
+N/lZCRcUO3LNP+1w7qJAzYkIlKhLiykINoVbyvSJbHkHEAkHqF6HOYeo/jU13kNg
+/GP9VEyilPumWlQOZcEVSJJ6uBkWRrlLP6Won+38SqtK19yeyLCCjKXcyUy15qX7
+oZ+nFhoQjt346U79nJqZL/wJ0skaM5hd1Og4RR43XoKKEjxgF42Cx+fi1OiOLAOx
+SKLUmuk8+TqFOqXSOc2PMIv/nk5MkYbkV8S2Odpyi07Z4YAcbOA=
+=VeOh
+-----END PGP SIGNATURE-----

Added: dev/commons/text/source/commons-text-1.3-src.zip.md5
==============================================================================
--- dev/commons/text/source/commons-text-1.3-src.zip.md5 (added)
+++ dev/commons/text/source/commons-text-1.3-src.zip.md5 Fri Mar 16 15:09:05 
2018
@@ -0,0 +1 @@
+16301d2d6ad68cb35a181a94777166ee

Added: dev/commons/text/source/commons-text-1.3-src.zip.sha1
==============================================================================
--- dev/commons/text/source/commons-text-1.3-src.zip.sha1 (added)
+++ dev/commons/text/source/commons-text-1.3-src.zip.sha1 Fri Mar 16 15:09:05 
2018
@@ -0,0 +1 @@
+6969e4dce86aa90b5f8496a784e1c3f1dd8e03a0


Reply via email to