~james-page/ubuntu/precise/jenkins/954960-1.424.6

« back to all changes in this revision

Viewing changes to plugins/pom.xml

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-02-10 14:20:19 UTC
  • mfrom: (5.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120210142019-sxaelhpxc2kqqzh9
Tags: 1.424.2+dfsg-2
* Enable Jenkins plugin components to support building plugins and 
  modules (Closes: #658071):
  - d/control: Enabled libjenkins-plugin-parent-java, updated dependencies.
  - d/plugin-debian.pom.in,rules: Install pom file to act as parent POM for 
    plugin development based on upstream plugin pom file.
  - d/libjenkins-plugin-parent-java.poms: Dropped - no longer required.
  - d/patches/build/plugin.patch: Dropped - no longer required.
* Switch to using libservlet2.5-java (Closes: #658805)

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
  <groupId>org.jenkins-ci.plugins</groupId>
11
11
  <artifactId>plugin</artifactId>
12
12
  <name>Jenkins plugin POM</name>
13
 
  <version>1.424.2</version>
 
13
  <version>1.424.2-SNAPSHOT</version>
14
14
  <packaging>pom</packaging>
15
15
 
16
16
  <!--
33
33
      <dependency><!-- if a plugin wants to depend on the maven plugin, choose the right version automatically -->
34
34
        <groupId>org.jenkins-ci.main</groupId>
35
35
        <artifactId>maven-plugin</artifactId>
36
 
        <version>1.424.2</version>
 
36
        <version>1.424.2-SNAPSHOT</version>
37
37
      </dependency>
38
38
    </dependencies>
39
39
  </dependencyManagement>
43
43
      <groupId>org.jenkins-ci.main</groupId>
44
44
      <artifactId>jenkins-war</artifactId>
45
45
      <type>war</type>
46
 
      <version>1.424.2</version>
 
46
      <version>1.424.2-SNAPSHOT</version>
47
47
      <scope>test</scope>
48
48
    </dependency>
49
49
    <dependency>
50
50
      <groupId>org.jenkins-ci.main</groupId>
51
51
      <artifactId>jenkins-core</artifactId>
52
 
      <version>1.424.2</version>
 
52
      <version>1.424.2-SNAPSHOT</version>
53
53
      <scope>provided</scope>
54
54
    </dependency>
55
55
    <dependency>
56
56
      <groupId>org.jenkins-ci.main</groupId>
57
57
      <artifactId>jenkins-test-harness</artifactId>
58
 
      <version>1.424.2</version>
 
58
      <version>1.424.2-SNAPSHOT</version>
59
59
      <scope>test</scope>
60
60
    </dependency>
61
61
    <dependency>
62
62
      <groupId>org.jenkins-ci.main</groupId>
63
63
      <artifactId>ui-samples-plugin</artifactId>
64
 
      <version>1.424.2</version>
 
64
      <version>1.424.2-SNAPSHOT</version>
65
65
      <scope>test</scope>
66
66
    </dependency>
67
67
    <dependency>