[Git][java-team/libjsonp-java][master] 2 commits: Update version of dependency in patch 03-bundle-dependencies
Pierre Gruet
gitlab at salsa.debian.org
Sat Jan 16 21:46:19 GMT 2021
Pierre Gruet pushed to branch master at Debian Java Maintainers / libjsonp-java
Commits:
1643b425 by Pierre Gruet at 2021-01-16T22:45:19+01:00
Update version of dependency in patch 03-bundle-dependencies
- - - - -
9264928a by Pierre Gruet at 2021-01-16T22:45:46+01:00
Ignoring the jaxrs-1x module in the build
- - - - -
2 changed files:
- debian/libjsonp-java.poms
- debian/patches/03-bundle-dependencies.patch
Changes:
=====================================
debian/libjsonp-java.poms
=====================================
@@ -29,6 +29,7 @@ pom.xml --no-parent --has-package-version
impl/pom.xml --has-package-version
api/pom.xml
jaxrs/pom.xml --ignore
+jaxrs-1x/pom.xml --ignore
tests/pom.xml --ignore
gf/pom.xml --ignore
demos/pom.xml --ignore
=====================================
debian/patches/03-bundle-dependencies.patch
=====================================
@@ -1,13 +1,14 @@
Description: Set the version and the type of the json-api dependency in impl/pom.xml
Author: Emmanuel Bourg <ebourg at apache.org>
Forwarded: not-needed
+Last-Update: 2021-01-16
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -131,6 +131,8 @@
<dependency>
<groupId>javax.json</groupId>
<artifactId>javax.json-api</artifactId>
-+ <version>1.0</version>
++ <version>${project.version}</version>
+ <type>bundle</type>
</dependency>
</dependencies>
View it on GitLab: https://salsa.debian.org/java-team/libjsonp-java/-/compare/b6afa5ed6bbc9bd913a8f93a38ae734b1b77aa3e...9264928a2c8704d3472430ab20095b92b896c12c
--
View it on GitLab: https://salsa.debian.org/java-team/libjsonp-java/-/compare/b6afa5ed6bbc9bd913a8f93a38ae734b1b77aa3e...9264928a2c8704d3472430ab20095b92b896c12c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20210116/27fb82b6/attachment.html>
More information about the pkg-java-commits
mailing list