Emmanuel Bourg pushed to branch master at Debian Java Maintainers / equinox-framework
Commits: 00762219 by Emmanuel Bourg at 2018-10-12T23:03:08Z Fixed the reversed groupId/artifactId in the Maven poms - - - - - 2 changed files: - debian/changelog - debian/patches/01-add-maven-dependencies.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +equinox-framework (4.7.3-5) unstable; urgency=medium + + * Fixed the reversed groupId/artifactId in the Maven poms + + -- Emmanuel Bourg <[email protected]> Sat, 13 Oct 2018 00:26:19 +0200 + equinox-framework (4.7.3-4) unstable; urgency=medium * Added the missing dependencies in the Maven poms ===================================== debian/patches/01-add-maven-dependencies.patch ===================================== @@ -9,8 +9,8 @@ Forwarded: not-needed + <dependencies> + <dependency> -+ <artifactId>org.osgi</artifactId> -+ <groupId>org.osgi.annotation</groupId> ++ <groupId>org.osgi</groupId> ++ <artifactId>org.osgi.annotation</artifactId> + <version>debian</version> + </dependency> + </dependencies> @@ -25,8 +25,8 @@ Forwarded: not-needed + + <dependencies> + <dependency> -+ <artifactId>org.eclipse.osgi</artifactId> + <groupId>org.eclipse.osgi</groupId> ++ <artifactId>org.eclipse.osgi</artifactId> + <version>debian</version> + </dependency> + </dependencies> @@ -41,13 +41,13 @@ Forwarded: not-needed + + <dependencies> + <dependency> -+ <artifactId>org.eclipse.osgi</artifactId> + <groupId>org.eclipse.osgi</groupId> ++ <artifactId>org.eclipse.osgi</artifactId> + <version>debian</version> + </dependency> + <dependency> -+ <artifactId>org.eclipse.osgi</artifactId> -+ <groupId>org.eclipse.osgi.util</groupId> ++ <groupId>org.eclipse.osgi</groupId> ++ <artifactId>org.eclipse.osgi.util</artifactId> + <version>debian</version> + </dependency> + </dependencies> @@ -62,8 +62,8 @@ Forwarded: not-needed + + <dependencies> + <dependency> -+ <artifactId>org.eclipse.osgi</artifactId> + <groupId>org.eclipse.osgi</groupId> ++ <artifactId>org.eclipse.osgi</artifactId> + <version>debian</version> + </dependency> + </dependencies> @@ -78,8 +78,8 @@ Forwarded: not-needed + + <dependencies> + <dependency> -+ <artifactId>org.eclipse.osgi</artifactId> + <groupId>org.eclipse.osgi</groupId> ++ <artifactId>org.eclipse.osgi</artifactId> + <version>debian</version> + </dependency> + </dependencies> View it on GitLab: https://salsa.debian.org/java-team/equinox-framework/commit/00762219c1ea70b962e71855cdd0cea6f05c9f41 -- View it on GitLab: https://salsa.debian.org/java-team/equinox-framework/commit/00762219c1ea70b962e71855cdd0cea6f05c9f41 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

