Author: ebourg-guest Date: 2013-07-26 13:23:31 +0000 (Fri, 26 Jul 2013) New Revision: 17077
Modified: trunk/bnd/debian/pom.xml Log: Reformatted the pom to avoid a build failure with mh_installpoms Modified: trunk/bnd/debian/pom.xml =================================================================== --- trunk/bnd/debian/pom.xml 2013-07-26 13:00:07 UTC (rev 17076) +++ trunk/bnd/debian/pom.xml 2013-07-26 13:23:31 UTC (rev 17077) @@ -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> - biz.aQute - </groupId> - <artifactId> - bndlib - </artifactId> - <version> - 1.50.0 - </version> + <modelVersion>4.0.0</modelVersion> + <groupId>biz.aQute</groupId> + <artifactId>bndlib</artifactId> + <version>1.50.0</version> <description> A Swiss Army Knife for OSGi </description> @@ -69,4 +61,4 @@ </distribution> </license> </licenses> -</project> \ No newline at end of file +</project> _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

