~ubuntu-branches/ubuntu/precise/jetty/precise-updates

« back to all changes in this revision

Viewing changes to contrib/jetty-deb/pom.xml

  • Committer: Bazaar Package Importer
  • Author(s): Niels Thykier
  • Date: 2009-10-23 20:45:43 UTC
  • mfrom: (1.2.4 upstream)
  • mto: (11.1.1 lucid)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20091023204543-hgys3tmhj0squzvp
Tags: upstream-6.1.21
ImportĀ upstreamĀ versionĀ 6.1.21

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
    <parent>
4
4
        <artifactId>project</artifactId>
5
5
        <groupId>org.mortbay.jetty</groupId>
6
 
        <version>6.1.20</version>
 
6
        <version>6.1.21</version>
7
7
        <relativePath>../../pom.xml</relativePath>
8
8
    </parent>
9
9
 
10
10
    <modelVersion>4.0.0</modelVersion>
11
11
    <groupId>org.mortbay.jetty</groupId>
12
12
    <artifactId>jetty-deb</artifactId>
13
 
    <version>6.1.20</version>
 
13
    <version>6.1.21</version>
14
14
    <name>Jetty Deb Packages</name>
15
15
    <packaging>pom</packaging>
16
16
</project>