Emmanuel Bourg pushed to branch master at Debian Java Maintainers / osgi-core
Commits: 71e0a02a by Emmanuel Bourg at 2020-08-03T22:02:29+02:00 Updated the pom to the version 7.0.0 - - - - - 45e1f731 by Emmanuel Bourg at 2020-08-03T22:06:37+02:00 Relocate the old artifact org.osgi:org.osgi.core to org.osgi:osgi.core - - - - - 3bdd4b6a by Emmanuel Bourg at 2020-08-03T22:06:52+02:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/libosgi-core-java.poms - debian/pom.xml - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +osgi-core (7.0.0-2) unstable; urgency=medium + + * Team upload. + * Updated the pom to the version 7.0.0 + * Relocate the old artifact org.osgi:org.osgi.core to org.osgi:osgi.core + + -- Emmanuel Bourg <[email protected]> Mon, 03 Aug 2020 22:06:45 +0200 + osgi-core (7.0.0-1) unstable; urgency=medium * Team upload. ===================================== debian/libosgi-core-java.poms ===================================== @@ -1,2 +1,2 @@ -debian/pom.xml --no-parent --usj-name=osgi.core +debian/pom.xml --no-parent --usj-name=osgi.core --relocate=org.osgi:org.osgi.core ===================================== debian/pom.xml ===================================== @@ -3,25 +3,27 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.osgi</groupId> <artifactId>osgi.core</artifactId> - <version>6.0.0</version> - <description>OSGi Core Release 6, Interfaces and Classes for use in compiling bundles.</description> + <version>7.0.0</version> + <description>OSGi Core Release 7, Interfaces and Classes for use in compiling bundles</description> <name>org.osgi:osgi.core</name> - <url>http://www.osgi.org/</url> + <url>https://www.osgi.org/</url> <organization> <name>OSGi Alliance</name> - <url>http://www.osgi.org/</url> + <url>https://www.osgi.org/</url> </organization> <licenses> <license> - <name>Apache License, Version 2.0</name> - <url>http://opensource.org/licenses/apache2.0.php</url> + <name>Apache-2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> + <comments>Apache License, Version 2.0</comments> </license> </licenses> <scm> - <url>https://www.osgi.org/members/git/build.git</url> - <connection>scm:git:https://www.osgi.org/members/git/build.git</connection> - <developerConnection>scm:git:https://www.osgi.org/members/git/build.git</developerConnection> + <url>https://osgi.org/gitweb/build.git</url> + <connection>scm:git:https://osgi.org/git/build.git</connection> + <developerConnection>scm:git:https://osgi.org/git/build.git</developerConnection> + <tag>hudson-build.core-1432</tag> </scm> <developers> <developer> @@ -29,6 +31,7 @@ <email>[email protected]</email> <name>OSGi Alliance</name> <organization>OSGi Alliance</organization> + <organizationUrl>https://www.osgi.org/</organizationUrl> </developer> </developers> </project> ===================================== debian/rules ===================================== @@ -3,7 +3,7 @@ export JAVA_HOME := /usr/lib/jvm/default-java export CLASSPATH := /usr/share/java/osgi.annotation.jar -MAVEN_REPO := http://repo1.maven.org/maven2/org/osgi/osgi.core +MAVEN_REPO := https://repo1.maven.org/maven2/org/osgi/osgi.core VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | sed -e 's/-[^-]*$$//') JAR_NAME := osgi.core PACKAGE := libosgi-core-java View it on GitLab: https://salsa.debian.org/java-team/osgi-core/-/compare/1b211737fc55e953b621788730694b888b915196...3bdd4b6a97cb642af04c06b641dad1ecc3746263 -- View it on GitLab: https://salsa.debian.org/java-team/osgi-core/-/compare/1b211737fc55e953b621788730694b888b915196...3bdd4b6a97cb642af04c06b641dad1ecc3746263 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

