[maven-debian-helper] 02/11: Build with plexus-container-default.jar instead of plexus-container-default-1.5.jar
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Mar 5 11:19:04 GMT 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-debian-helper.
commit 3184f91308113f221536228c95c5c3bc57b270b1
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Mar 5 09:51:28 2018 +0100
Build with plexus-container-default.jar instead of plexus-container-default-1.5.jar
---
debian/changelog | 2 ++
debian/rules | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 45db15e..fcbaa68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ maven-debian-helper (2.2.9) UNRELEASED; urgency=medium
* Team upload.
* Generate Vcs-* URLs for Salsa
+ * Build with plexus-container-default.jar
+ instead of plexus-container-default-1.5.jar
-- Emmanuel Bourg <ebourg at apache.org> Mon, 05 Mar 2018 09:41:56 +0100
diff --git a/debian/rules b/debian/rules
index e31697b..f3d3a6c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ VERSION := $(shell echo ${DEB_UPSTREAM_VERSION} | sed -r 's/([0-9\.
JAVA_HOME := /usr/lib/jvm/default-java
DEB_JARS := ant-junit junit commons-io plexus-classworlds maven-artifact-3.x maven-core-3.x maven-model-3.x maven-embedder-3.x \
maven-plugin-api-3.x maven-plugin-annotations maven-scm-api velocity file-management plexus-utils maven-resolver-api maven-resolver-util \
- plexus-container-default-1.5 maven-repo-helper
+ plexus-container-default maven-repo-helper
DEB_ANT_BUILD_TARGET := package #javadoc
DEB_ANT_BUILDFILE := debian/build.xml
DEB_ANT_ARGS := -Dpackage=$(PACKAGE) -Dbin.package=$(PACKAGE)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git
More information about the pkg-java-commits
mailing list