Repository: commons-lang Updated Branches: refs/heads/master 20de433aa -> fdb91d4fd
Update version to 3.8-SNAPSHOT. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/fdb91d4f Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/fdb91d4f Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/fdb91d4f Branch: refs/heads/master Commit: fdb91d4fd5f932f5670773ae1c1e16d287b93363 Parents: 20de433 Author: Gary Gregory <[email protected]> Authored: Wed Nov 8 08:49:34 2017 -0700 Committer: Gary Gregory <[email protected]> Committed: Wed Nov 8 08:49:34 2017 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/fdb91d4f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 142ec97..b2d1e90 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-lang3</artifactId> - <version>3.7</version> + <version>3.8-SNAPSHOT</version> <name>Apache Commons Lang</name> <inceptionYear>2001</inceptionYear> @@ -571,7 +571,7 @@ <commons.componentid>lang3</commons.componentid> <commons.module.name>org.apache.commons.lang3</commons.module.name> <!-- Current 3.x release series --> - <commons.release.version>3.7</commons.release.version> + <commons.release.version>3.8</commons.release.version> <commons.release.desc>(Java 7.0+)</commons.release.desc> <!-- Previous 2.x release series --> <commons.release.2.version>2.6</commons.release.2.version>
