From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2473B138335 for ; Wed, 30 Oct 2019 20:00:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39DF0E0831; Wed, 30 Oct 2019 20:00:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 253FAE0831 for ; Wed, 30 Oct 2019 20:00:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C728434C5B8 for ; Wed, 30 Oct 2019 20:00:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4DBC892 for ; Wed, 30 Oct 2019 20:00:13 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1572465583.527a7af2c4863fd76321e1f077539ff60b4aa182.fordfrog@gentoo> Subject: [gentoo-commits] proj/java-ebuilder:master commit in: / X-VCS-Repository: proj/java-ebuilder X-VCS-Files: pom.xml X-VCS-Directories: / X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 527a7af2c4863fd76321e1f077539ff60b4aa182 X-VCS-Branch: master Date: Wed, 30 Oct 2019 20:00:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 77454867-a1ea-4bee-86fd-7dbc9cd893ef X-Archives-Hash: 0e94fb6f54b0c2d1f750a5fd927c249e commit: 527a7af2c4863fd76321e1f077539ff60b4aa182 Author: Miroslav Šulc gentoo org> AuthorDate: Wed Oct 30 19:59:43 2019 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Oct 30 19:59:43 2019 +0000 URL: https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=527a7af2 version updated Signed-off-by: Miroslav Šulc gentoo.org> pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d669adc..921c3ef 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 4.0.0 org.gentoo java-ebuilder - 0.3.0 + 0.3.1-SNAPSHOT jar Gentoo Java ebuild Builder Java team tool for semi-automatic creation of ebuilds from pom.xml.