Repository: commons-text Updated Branches: refs/heads/release 230e868e6 -> 65e4314fb
TEXT-62: Typographical error in src for checkstyle suppressions Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/2645df45 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/2645df45 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/2645df45 Branch: refs/heads/release Commit: 2645df451d5974adb81f1d5514c89a0558fc5ff7 Parents: 230e868 Author: Rob Tompkins <chtom...@gmail.com> Authored: Mon Jan 30 08:18:54 2017 -0500 Committer: Rob Tompkins <chtom...@gmail.com> Committed: Mon Jan 30 08:18:54 2017 -0500 ---------------------------------------------------------------------- pom.xml | 5 ++--- src/assembly/src.xml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/2645df45/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index deb04d4..16aae24 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-text</artifactId> - <version>1.0-beta-1</version> + <version>1.0-SNAPSHOT</version> <name>Apache Commons Text</name> <inceptionYear>2014</inceptionYear> @@ -125,8 +125,7 @@ <commons.componentid>text</commons.componentid> - <commons.release.version>1.0-beta-1</commons.release.version> - <commons.rc.version>RC3</commons.rc.version> + <commons.release.version>1.0</commons.release.version> <commons.release.desc>(Java 7+)</commons.release.desc> <commons.jira.id>TEXT</commons.jira.id> http://git-wip-us.apache.org/repos/asf/commons-text/blob/2645df45/src/assembly/src.xml ---------------------------------------------------------------------- diff --git a/src/assembly/src.xml b/src/assembly/src.xml index 48a8c7c..257df6e 100644 --- a/src/assembly/src.xml +++ b/src/assembly/src.xml @@ -25,7 +25,7 @@ <fileSet> <includes> <include>checkstyle.xml</include> - <include>checkstyle-supressions.xml</include> + <include>checkstyle-suppressions.xml</include> <include>CONTRIBUTING.md</include> <include>fb-excludes.xml</include> <include>LICENSE.txt</include>