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 <[email protected]> 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.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

