This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository osgi-compendium.
commit a5ec0a955d8fd499a5abb5487195e45741f69610 Author: 殷啟聰 | Kai-Chung Yan <[email protected]> Date: Tue Feb 27 21:38:01 2018 +0800 Update POM --- debian/pom.xml | 92 +++++++++++++++++----------------------------------------- debian/rules | 4 +-- 2 files changed, 29 insertions(+), 67 deletions(-) diff --git a/debian/pom.xml b/debian/pom.xml index 306c8af..dc5fb5a 100644 --- a/debian/pom.xml +++ b/debian/pom.xml @@ -1,72 +1,34 @@ - -<project xmlns='http://maven.apache.org/POM/4.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd'> - <modelVersion> - 4.0.0 - </modelVersion> - <groupId> - org.osgi - </groupId> - <artifactId> - org.osgi.compendium - </artifactId> - <version> - 5.0.0 - </version> - <description> - OSGi Compendium Release 5, Interfaces and Classes for use in compiling bundles. - </description> - <name> - osgi.cmpn - </name> - <url> - http://www.osgi.org - </url> - <scm> - <url> - private - </url> - <connection> - private - </connection> - <developerConnection> - private - </developerConnection> - </scm> +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <groupId>org.osgi</groupId> + <artifactId>osgi.cmpn</artifactId> + <version>6.0.0</version> + <description>OSGi Compendium Release 6, Interfaces and Classes for use in compiling bundles.</description> + <name>org.osgi:osgi.cmpn</name> + <url>http://www.osgi.org/</url> <organization> - <name> - OSGi Alliance - </name> - <url> - http://www.osgi.org - </url> + <name>OSGi Alliance</name> + <url>http://www.osgi.org/</url> </organization> - <developers> - <developer> - <id> - [email protected] - </id> - <name> - davidb - </name> - <email> - [email protected] - </email> - <organization> - apache - </organization> - </developer> - </developers> <licenses> <license> - <name> - Apache License, Version 2.0 - </name> - <url> - http://opensource.org/licenses/apache2.0.php - </url> - <distribution> - repo - </distribution> + <name>Apache License, Version 2.0</name> + <url>http://opensource.org/licenses/apache2.0.php</url> + <distribution>repo</distribution> </license> </licenses> + <scm> + <url>https://osgi.org/git/build.git</url> + <connection>scm:git:https://osgi.org/git/build.git</connection> + <developerConnection>scm:git:https://osgi.org/git/build.git</developerConnection> + </scm> + <developers> + <developer> + <id>osgi</id> + <email>[email protected]</email> + <name>OSGi Alliance</name> + <organization>OSGi Alliance</organization> + </developer> + </developers> </project> diff --git a/debian/rules b/debian/rules index 91ae538..84bff46 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export JAVA_HOME := /usr/lib/jvm/default-java export CLASSPATH := /usr/share/java/osgi.core.jar:/usr/share/java/servlet-api-3.1.jar:/usr/share/java/ee.foundation.jar:/usr/share/java/geronimo-jpa_2.0_spec.jar -MAVEN_REPO := http://repo1.maven.org/maven2/org/osgi/org.osgi.compendium +MAVEN_REPO := https://repo1.maven.org/maven2/org/osgi/osgi.cmpn VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | sed -e 's/-[^-]*$$//') JAR_NAME := osgi.compendium PACKAGE := libosgi-compendium-java @@ -15,4 +15,4 @@ get-orig-source: uscan --verbose --repack --compression xz --force-download --download-current-version get-orig-pom: - wget --user-agent="" -O debian/pom.xml $(MAVEN_REPO)/$(VERSION)/org.osgi.compendium-$(VERSION).pom + wget --user-agent="" -O debian/pom.xml $(MAVEN_REPO)/$(VERSION)/osgi.cmpn-$(VERSION).pom -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/osgi-compendium.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

