View | Details | Raw Unified | Return to bug 53034
Collapse All | Expand All

(-)res/maven/annotations-api.pom (+8 lines)
Lines 21-24 Link Here
21
  <artifactId>annotations-api</artifactId>
21
  <artifactId>annotations-api</artifactId>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
23
  <description>Annotations Package</description>
23
  <description>Annotations Package</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>
24
</project>
32
</project>
(-)res/maven/catalina-ha.pom (+8 lines)
Lines 21-26 Link Here
21
  <artifactId>catalina-ha</artifactId>
21
  <artifactId>catalina-ha</artifactId>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
23
  <description>Tomcat High Availability Implementation</description>
23
  <description>Tomcat High Availability Implementation</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>
24
  <dependencies>
32
  <dependencies>
25
    <dependency>
33
    <dependency>
26
      <groupId>org.apache.tomcat</groupId>
34
      <groupId>org.apache.tomcat</groupId>
(-)res/maven/catalina.pom (+8 lines)
Lines 21-26 Link Here
21
  <artifactId>catalina</artifactId>
21
  <artifactId>catalina</artifactId>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
23
  <description>Tomcat Servlet Engine Core Classes and Standard implementations</description>
23
  <description>Tomcat Servlet Engine Core Classes and Standard implementations</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>
24
  <dependencies>
32
  <dependencies>
25
    <!--
33
    <!--
26
    <dependency>
34
    <dependency>
(-)res/maven/coyote.pom (+8 lines)
Lines 21-26 Link Here
21
  <artifactId>coyote</artifactId>
21
  <artifactId>coyote</artifactId>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
23
  <description>Tomcat Connectors and HTTP parser</description>
23
  <description>Tomcat Connectors and HTTP parser</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>
24
  <dependencies>
32
  <dependencies>
25
    <dependency>
33
    <dependency>
26
      <groupId>org.apache.tomcat</groupId>
34
      <groupId>org.apache.tomcat</groupId>
(-)res/maven/dbcp.pom (+8 lines)
Lines 21-24 Link Here
21
  <artifactId>dbcp</artifactId>
21
  <artifactId>dbcp</artifactId>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
23
  <description>Tomcat Database Connection Pooling package</description>
23
  <description>Tomcat Database Connection Pooling package</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>
24
</project>
32
</project>
(-)res/maven/el-api.pom (+8 lines)
Lines 21-24 Link Here
21
  <artifactId>el-api</artifactId>
21
  <artifactId>el-api</artifactId>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
23
  <description>Expression language package</description>
23
  <description>Expression language package</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>
24
</project>
32
</project>
(-)res/maven/jasper-el.pom (+8 lines)
Lines 21-26 Link Here
21
  <artifactId>jasper-el</artifactId>
21
  <artifactId>jasper-el</artifactId>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
23
  <description>Jasper Expression Language Impl</description>
23
  <description>Jasper Expression Language Impl</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>
24
  <dependencies>
32
  <dependencies>
25
    <dependency>
33
    <dependency>
26
      <groupId>org.apache.tomcat</groupId>
34
      <groupId>org.apache.tomcat</groupId>
(-)res/maven/jasper.pom (+8 lines)
Lines 21-26 Link Here
21
  <artifactId>jasper</artifactId>
21
  <artifactId>jasper</artifactId>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
23
  <description>Tomcats JSP Parser</description>
23
  <description>Tomcats JSP Parser</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>
24
  <dependencies>
32
  <dependencies>
25
    <dependency>
33
    <dependency>
26
      <groupId>org.apache.tomcat</groupId>
34
      <groupId>org.apache.tomcat</groupId>
(-)res/maven/jsp-api.pom (+8 lines)
Lines 21-26 Link Here
21
  <artifactId>jsp-api</artifactId>
21
  <artifactId>jsp-api</artifactId>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
23
  <description>JSP package</description>
23
  <description>JSP package</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>
24
  <dependencies>
32
  <dependencies>
25
    <dependency>
33
    <dependency>
26
      <groupId>org.apache.tomcat</groupId>
34
      <groupId>org.apache.tomcat</groupId>
(-)res/maven/juli-adapters.pom (+8 lines)
Lines 21-26 Link Here
21
  <artifactId>juli-adapters</artifactId>
21
  <artifactId>juli-adapters</artifactId>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
23
  <description>Adapters to plug in other logging frameworks in Tomcat</description>
23
  <description>Adapters to plug in other logging frameworks in Tomcat</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>
24
  <dependencies>
32
  <dependencies>
25
    <dependency>
33
    <dependency>
26
      <groupId>org.apache.tomcat.extras</groupId>
34
      <groupId>org.apache.tomcat.extras</groupId>
(-)res/maven/juli-extras.pom (+8 lines)
Lines 21-24 Link Here
21
  <artifactId>juli</artifactId>
21
  <artifactId>juli</artifactId>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
23
  <description>Replacement for Tomcat Core Logging Package</description>
23
  <description>Replacement for Tomcat Core Logging Package</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>
24
</project>
32
</project>
(-)res/maven/juli.pom (+8 lines)
Lines 21-24 Link Here
21
  <artifactId>juli</artifactId>
21
  <artifactId>juli</artifactId>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
23
  <description>Tomcat Core Logging Package</description>
23
  <description>Tomcat Core Logging Package</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>
24
</project>
32
</project>
(-)res/maven/servlet-api.pom (+8 lines)
Lines 21-24 Link Here
21
  <artifactId>servlet-api</artifactId>
21
  <artifactId>servlet-api</artifactId>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
23
  <description>javax.servlet package</description>
23
  <description>javax.servlet package</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>
24
</project>
32
</project>
(-)res/maven/tribes.pom (+8 lines)
Lines 21-26 Link Here
21
  <artifactId>tribes</artifactId>
21
  <artifactId>tribes</artifactId>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
22
  <version>@MAVEN.DEPLOY.VERSION@</version>
23
  <description>Tomcat Group Communication Package</description>
23
  <description>Tomcat Group Communication Package</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>
24
  <dependencies>
32
  <dependencies>
25
    <dependency>
33
    <dependency>
26
      <groupId>org.apache.tomcat</groupId>
34
      <groupId>org.apache.tomcat</groupId>

Return to bug 53034