Repository: commons-text Updated Branches: refs/heads/master 55c332f3d -> 6468b2313
TEXT-50: upgrade from commons-parent version 41 to version 42 Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/6468b231 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/6468b231 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/6468b231 Branch: refs/heads/master Commit: 6468b23137bbb9e5598c9d4937652fdc02ec62e8 Parents: 55c332f Author: Rob Tompkins <[email protected]> Authored: Fri Dec 30 10:39:01 2016 -0500 Committer: Rob Tompkins <[email protected]> Committed: Fri Dec 30 10:39:01 2016 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/6468b231/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a1e5053..1af3cb8 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>41</version> + <version>42</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-text</artifactId> http://git-wip-us.apache.org/repos/asf/commons-text/blob/6468b231/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 270b202..0c1ea01 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,6 +22,7 @@ <body> <release version="1.0" date="tba" description="tba"> + <action issue="TEXT-50" type="update" dev="chtompki">Upgrade from commons-parent version 41 to version 42</action> <action issue="TEXT-40" type="add" dev="chtompki" due-to="Sampanna Kahu">Escape HTML characters only once</action> <action issue="TEXT-37" type="fix" dev="djones">Global vs local source of randomness</action> <action issue="TEXT-38" type="fix" dev="djones">Fluent API in "RandomStringBuilder"</action>
