This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository osgi-core.
commit f7b27872f66949fc457a11734620b1b6078ce5d3 Author: Markus Koschany <[email protected]> Date: Wed Aug 7 00:29:51 2013 +0200 Fix FTBFS because of wrong line breaks Avoid using whitespaces and line breaks in pom.xml, so that mh_installpoms is not confused anymore. --- debian/pom.xml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/debian/pom.xml b/debian/pom.xml index 42e0780..90fc434 100644 --- a/debian/pom.xml +++ b/debian/pom.xml @@ -1,17 +1,9 @@ <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.core - </artifactId> - <version> - 4.3.0 - </version> + <modelVersion>4.0.0</modelVersion> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.core</artifactId> + <version>4.3.0</version> <description> OSGi Service Platform Release 4 Version 4.3, Core Interfaces and Classes for use in compiling bundles. @@ -70,4 +62,4 @@ </distribution> </license> </licenses> -</project> \ No newline at end of file +</project> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/osgi-core.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

