Correcting typo in properties
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/628c4ae1 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/628c4ae1 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/628c4ae1 Branch: refs/heads/master Commit: 628c4ae1442c661767dcfb4aea03aa63541f1905 Parents: 26f6da7 Author: ajs6f <[email protected]> Authored: Mon Jan 30 11:26:36 2017 -0500 Committer: ajs6f <[email protected]> Committed: Mon Jan 30 11:26:36 2017 -0500 ---------------------------------------------------------------------- .../jena-osgi-features/src/main/resources/features.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/628c4ae1/apache-jena-osgi/jena-osgi-features/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/apache-jena-osgi/jena-osgi-features/src/main/resources/features.xml b/apache-jena-osgi/jena-osgi-features/src/main/resources/features.xml index 3201fa2..be79f1f 100644 --- a/apache-jena-osgi/jena-osgi-features/src/main/resources/features.xml +++ b/apache-jena-osgi/jena-osgi-features/src/main/resources/features.xml @@ -34,7 +34,7 @@ <bundle>mvn:org.apache.httpcomponents/httpcore-osgi/${ver.httpcore-osgi}</bundle> <bundle>mvn:org.apache.httpcomponents/httpclient-osgi/${ver.httpclient-osgi}</bundle> <bundle>mvn:org.apache.commons/commons-csv/${ver.commonscsv}</bundle> - <bundle>mvn:org.apache.commons/commons-lang3/${ver.commonslang}</bundle> + <bundle>mvn:org.apache.commons/commons-lang3/${ver.commonslang3}</bundle> <bundle>mvn:org.apache.thrift/libthrift/${ver.libthrift}</bundle> </feature>
