~ubuntu-branches/ubuntu/saucy/jzlib/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/pom.xml

  • Committer: Bazaar Package Importer
  • Author(s): Damien Raude-Morvan
  • Date: 2010-01-17 20:23:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100117202300-nl3hso1896xfc8iv
Tags: 1.0.7-3
* Maven POMs:
  - debian/control: add a Build-Depends-Indep dependency on maven-repo-helper
  - debian/rules: use mh_installpoms and mh_installjar
    to install the POM and the jar to the Maven repository
  - debian/pom.xml: Debian pom.xml file as upstream doesn't provide one
  - debian/rules: new get-orig-pom to update debian/pom.xml at new upstream
    release.
* Bumping debhelper compat level from 5 to 7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<project xmlns="http://maven.apache.org/POM/4.0.0"
 
3
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
4
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
5
 
 
6
  <modelVersion>4.0.0</modelVersion>
 
7
  <groupId>com.jcraft</groupId>
 
8
  <artifactId>jzlib</artifactId>
 
9
  <version>1.0.7</version>
 
10
  <name>JZlib</name>
 
11
  <description>JZlib is a re-implementation of zlib in pure Java</description>
 
12
  <url>http://www.jcraft.com/jzlib/</url>
 
13
 
 
14
  <organization>
 
15
    <name>jcraft</name>
 
16
    <url>http://www.jcraft.com/jsch</url>
 
17
  </organization>
 
18
 
 
19
  <licenses>
 
20
    <license>
 
21
      <name>BSD</name>
 
22
      <url>http://www.jcraft.com/jzlib/LICENSE.txt</url>
 
23
    </license>
 
24
  </licenses>
 
25
 
 
26
  <distributionManagement>
 
27
    <status>deployed</status>
 
28
  </distributionManagement>
 
29
 
 
30
</project>
 
 
b'\\ No newline at end of file'