Repository: commons-lang Updated Branches: refs/heads/master 910f5427b -> 77f875110
LANG-1419: Restore BundleSymbolicName for OSGi Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/ae9b3128 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/ae9b3128 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/ae9b3128 Branch: refs/heads/master Commit: ae9b31285e798b571a31a16ced2fca7a37ab8287 Parents: 9801e2f Author: Rob Tompkins <chtom...@gmail.com> Authored: Wed Sep 19 10:51:19 2018 -0400 Committer: Rob Tompkins <chtom...@gmail.com> Committed: Wed Sep 19 10:51:19 2018 -0400 ---------------------------------------------------------------------- pom.xml | 7 ++++--- src/changes/changes.xml | 4 ++++ 2 files changed, 8 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/ae9b3128/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4e78f42..df16856 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-lang3</artifactId> - <version>3.8</version> + <version>3.8.1</version> <name>Apache Commons Lang</name> <inceptionYear>2001</inceptionYear> @@ -570,10 +570,11 @@ N.B. The componentid is also used by the parent pom as part of the OSGI symbolic name. --> - <commons.componentid>lang3</commons.componentid> + <commons.componentid>lang</commons.componentid> + <commons.packageId>lang3</commons.packageId> <commons.module.name>org.apache.commons.lang3</commons.module.name> <!-- Current 3.x release series --> - <commons.release.version>3.8</commons.release.version> + <commons.release.version>3.8.1</commons.release.version> <commons.release.desc>(Java 7+)</commons.release.desc> <!-- Previous 2.x release series --> <commons.release.2.version>2.6</commons.release.2.version> http://git-wip-us.apache.org/repos/asf/commons-lang/blob/ae9b3128/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 732225a..e5dbdce 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,6 +46,10 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="3.8" date="2018-08-15" description="New features and bug fixes. Requires Java 7, supports Java 8, 9, 10."> + <action issue="LANG-1419" type="fix" dev="chtompki">Restore BundleSymbolicName for OSGi</action> + </release> + + <release version="3.8" date="2018-08-15" description="New features and bug fixes. Requires Java 7, supports Java 8, 9, 10."> <action issue="LANG-1380" type="fix" dev="chas" due-to="Markus Jelsma">FastDateParser too strict on abbreviated short month symbols</action> <action issue="LANG-1396" type="fix" dev="sebb">JsonToStringStyle does not escape string names</action> <action issue="LANG-1395" type="fix" dev="sebb" due-to="Jim Gan">JsonToStringStyle does not escape double quote in a string value</action>