~linaro-automation/linaro-jenkins/trunk

« back to all changes in this revision

Viewing changes to plugins/pom.xml

  • Committer: Kohsuke Kawaguchi
  • Date: 2012-03-12 17:46:04 UTC
  • mfrom: (10945.1.26)
  • Revision ID: git-v1:e76e458213e77b329110cbf976ea738a4c16c817
merged back the RC branch

Conflicts:
        changelog.html

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.455-SNAPSHOT</version>
 
13
  <version>1.456-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.455-SNAPSHOT</version>
 
36
        <version>1.456-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.455-SNAPSHOT</version>
 
46
      <version>1.456-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.455-SNAPSHOT</version>
 
52
      <version>1.456-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.455-SNAPSHOT</version>
 
58
      <version>1.456-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.455-SNAPSHOT</version>
 
64
      <version>1.456-SNAPSHOT</version>
65
65
      <scope>test</scope>
66
66
    </dependency>
67
67
    <dependency>