More 1.0-beta-1 release updates to the pom and directory structure
Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/5d988677 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/5d988677 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/5d988677 Branch: refs/heads/master Commit: 5d98867704e0e1a55db0298b4395a50a11198fe0 Parents: cf7dbc0 Author: Rob Tompkins <chtom...@gmail.com> Authored: Wed Jan 25 13:15:49 2017 -0500 Committer: Rob Tompkins <chtom...@gmail.com> Committed: Wed Jan 25 13:15:49 2017 -0500 ---------------------------------------------------------------------- pom.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/5d988677/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a9ca17a..a969262 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,6 @@ <connection>scm:git:http://git-wip-us.apache.org/repos/asf/commons-text.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-text.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=commons-text.git</url> - <tag>commons-text-1.0-beta-1</tag> </scm> <developers> @@ -198,13 +197,13 @@ <plugins> <plugin> <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.17</version> + <version>2.13</version> <configuration> <enableRulesSummary>false</enableRulesSummary> - <configLocation>checkstyle.xml</configLocation> - <headerLocation>license-header.txt</headerLocation> - <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation> - <suppressionsFileExpression>checkstyle-suppressions.xml</suppressionsFileExpression> + <configLocation>${basedir}/checkstyle.xml</configLocation> + <headerLocation>${basedir}/license-header.txt</headerLocation> + <suppressionsLocation>${basedir}/checkstyle-suppressions.xml</suppressionsLocation> + <suppressionsFileExpression>${basedir}/checkstyle-suppressions.xml</suppressionsFileExpression> </configuration> <reportSets> <reportSet>