This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-graph.git
commit 4a11fd6d0a88ad28285e8b0c738d6260e77cc6d7 Author: Amey Jadiye <ameyjad...@gmail.com> AuthorDate: Wed Jun 10 22:51:19 2020 +0530 upgrade basic things --- pom.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 32302cd..d20a567 100644 --- a/pom.xml +++ b/pom.xml @@ -21,10 +21,9 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>25</version> + <version>50</version> </parent> - <groupId>org.apache.commons</groupId> <artifactId>commons-graph</artifactId> <version>0.1-SNAPSHOT</version> <packaging>jar</packaging> @@ -117,8 +116,10 @@ </distributionManagement> <properties> - <maven.compile.source>1.5</maven.compile.source> - <maven.compile.target>1.5</maven.compile.target> + <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding> + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + <maven.compiler.source>1.8</maven.compiler.source> + <maven.compiler.target>1.8</maven.compiler.target> <commons.componentid>graph</commons.componentid> <commons.jira.componentid>12314503</commons.jira.componentid> </properties> @@ -271,7 +272,7 @@ <artifactId>maven-pmd-plugin</artifactId> <version>2.3</version> <configuration> - <targetJdk>${maven.compile.target}</targetJdk> + <targetJdk>${maven.compiler.target}</targetJdk> </configuration> <!--Use default rules--> </plugin>