commit: 7e9b7fc445f1e95fc3aafde210571eb4af132bd2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Wed Oct 30 17:36:35 2019 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Wed Oct 30 17:37:02 2019 +0000 URL: https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=7e9b7fc4
updated pom.xml Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> pom.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 346a968..d0f6d2e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.gentoo</groupId> <artifactId>java-ebuilder</artifactId> @@ -17,7 +20,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>2.6</version> + <version>3.1.2</version> <configuration> <archive> <manifest>
