Repository: commons-statistics Updated Branches: refs/heads/master bb864a05b -> 30d7c8f6b
New project: use Java 8. Initial versions will probably be "beta" (0.x). Project: http://git-wip-us.apache.org/repos/asf/commons-statistics/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-statistics/commit/585178f8 Tree: http://git-wip-us.apache.org/repos/asf/commons-statistics/tree/585178f8 Diff: http://git-wip-us.apache.org/repos/asf/commons-statistics/diff/585178f8 Branch: refs/heads/master Commit: 585178f823ac8f0df41a0f727a8301b21084c3f1 Parents: bb864a0 Author: Gilles Sadowski <[email protected]> Authored: Fri Jan 19 17:10:38 2018 +0100 Committer: Gilles Sadowski <[email protected]> Committed: Fri Jan 19 17:10:38 2018 +0100 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-statistics/blob/585178f8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 76e4db5..3422571 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-statistics-parent</artifactId> <packaging>pom</packaging> - <version>1.1-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <name>Apache Commons Statistics</name> <inceptionYear>2016</inceptionYear> @@ -91,8 +91,8 @@ <commons.jira.id>STATISTICS</commons.jira.id> <commons.jira.pid>12320623</commons.jira.pid> <commons.encoding>UTF-8</commons.encoding> - <maven.compiler.source>1.6</maven.compiler.source> - <maven.compiler.target>1.6</maven.compiler.target> + <maven.compiler.source>1.8</maven.compiler.source> + <maven.compiler.target>1.8</maven.compiler.target> <statistics.pmd.version>3.5</statistics.pmd.version> <statistics.findbugs.version>3.0.2</statistics.findbugs.version> <statistics.checkstyle.version>2.17</statistics.checkstyle.version>
