~ubuntu-branches/ubuntu/vivid/tomcat6/vivid-proposed

« back to all changes in this revision

Viewing changes to res/maven/tomcat-catalina-ws.pom

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-08-03 21:50:20 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20130803215020-glb1brkoau0zxr5x
Tags: 6.0.37-1
* New upstream release.
  - Drop patches for CVE-2012-4534, CVE-2012-4431, CVE-2012-3546,
    CVE-2012-2733, CVE-2012-3439
  - Drop 0011-CVE-02012-0022-regression-fix.patch
  - Drop 0017-eclipse-compiler-update.patch
* Freshened remaining patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!--
 
3
  Licensed to the Apache Software Foundation (ASF) under one or more
 
4
  contributor license agreements.  See the NOTICE file distributed with
 
5
  this work for additional information regarding copyright ownership.
 
6
  The ASF licenses this file to You under the Apache License, Version 2.0
 
7
  (the "License"); you may not use this file except in compliance with
 
8
  the License.  You may obtain a copy of the License at
 
9
 
 
10
      http://www.apache.org/licenses/LICENSE-2.0
 
11
 
 
12
  Unless required by applicable law or agreed to in writing, software
 
13
  distributed under the License is distributed on an "AS IS" BASIS,
 
14
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
15
  See the License for the specific language governing permissions and
 
16
  limitations under the License.
 
17
-->
 
18
<project>
 
19
  <modelVersion>4.0.0</modelVersion>
 
20
  <groupId>org.apache.tomcat</groupId>
 
21
  <artifactId>tomcat-catalina-ws</artifactId>
 
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
 
23
  <description>Tomcat JNDI Factory for Web Services</description>
 
24
  <url>http://tomcat.apache.org/</url>
 
25
  <licenses>
 
26
    <license>
 
27
      <name>Apache License, Version 2.0</name>
 
28
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
 
29
      <distribution>repo</distribution>
 
30
    </license>
 
31
  </licenses>
 
32
  <dependencies>
 
33
    <dependency>
 
34
      <groupId>org.apache.tomcat</groupId>
 
35
      <artifactId>tomcat-catalina</artifactId>
 
36
      <version>@MAVEN.DEPLOY.VERSION@</version>
 
37
      <scope>compile</scope>
 
38
    </dependency>
 
39
  </dependencies>
 
40
</project>