~ubuntu-branches/ubuntu/saucy/jenkins/saucy

« back to all changes in this revision

Viewing changes to .pc/build/build.patch/pom.xml

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2013-01-10 09:50:50 UTC
  • mfrom: (5.1.10 experimental)
  • Revision ID: package-import@ubuntu.com-20130110095050-kj8xuw20gcfh62k3
Tags: 1.480.2+dfsg-1~exp1
* New upstream release (Closes: #696816, #697617):
  - d/control: Added new BD on libjbcrypt-java.
  - d/control: Versioned BD jenkins-winstone >= 0.9.10-jenkins-40.
  - d/control: Versioned BD jenkins-trilead-ssh2 >= 214-jenkins-1.
  - Fixes the following security vulnerabilities:
    CVE-2012-6072, CVE-2012-6073, CVE-2012-6072, CVE-2013-0158.
* Tidied lintian warnings.
* Bumped Standards-Version: 3.9.4, no changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
  <groupId>org.jenkins-ci.main</groupId>
35
35
  <artifactId>pom</artifactId>
36
 
  <version>1.466.2</version>
 
36
  <version>1.480.2</version>
37
37
  <packaging>pom</packaging>
38
38
 
39
39
  <name>Jenkins main module</name>
90
90
    <patch.tracker.serverId>jenkins-jira</patch.tracker.serverId>
91
91
 
92
92
    <slf4jVersion>1.6.2</slf4jVersion> <!-- < 1.6.x version didn't specify the license (MIT) -->
 
93
    <netbeans.compile.on.save>none</netbeans.compile.on.save> <!-- we rely on Maven source generation -->
93
94
  </properties>
94
95
 
95
96
 
189
190
      <dependency>
190
191
        <groupId>org.jenkins-ci.main</groupId>
191
192
        <artifactId>remoting</artifactId>
192
 
        <version>2.16</version>
 
193
        <version>2.17</version>
193
194
      </dependency>
194
195
 
195
196
      <dependency>
418
419
        <plugin>
419
420
          <groupId>com.cloudbees</groupId>
420
421
          <artifactId>maven-license-plugin</artifactId>
421
 
          <version>1.3</version>
 
422
          <version>1.6</version>
422
423
          <executions>
423
424
            <execution>
424
425
              <goals>
436
437
          <!-- see http://maven-junit-plugin.kenai.com/ for more info -->
437
438
          <groupId>org.kohsuke</groupId>
438
439
          <artifactId>maven-junit-plugin</artifactId>
439
 
          <version>1.9</version>
 
440
          <version>1.11</version>
440
441
         </plugin>
441
442
        <plugin>
442
443
          <groupId>org.jvnet.localizer</groupId>
492
493
        <plugin>
493
494
          <groupId>org.jenkins-ci.tools</groupId>
494
495
          <artifactId>maven-hpi-plugin</artifactId>
495
 
          <version>1.78</version>
 
496
          <version>1.88</version>
496
497
        </plugin>
497
498
        <plugin>
498
499
          <groupId>org.apache.maven.plugins</groupId>
553
554
 
554
555
      <plugin>
555
556
        <artifactId>maven-compiler-plugin</artifactId>
556
 
        <version>2.4</version>
 
557
        <version>2.5</version>
557
558
        <configuration><!-- we specify this in the parent POM, so this is redundant, but otherwise IntelliJ is unhappy -->
558
559
          <source>1.5</source>
559
560
          <target>1.5</target>
 
561
          <!-- default reuseCreated is more performant 
 
562
          feel free to uncomment if you have any issues on your platform
 
563
          <compilerReuseStrategy>alwaysNew</compilerReuseStrategy>
 
564
          -->
560
565
        </configuration>
561
566
      </plugin>
562
567
 
591
596
        -->
592
597
        <groupId>org.jenkins-ci.tools</groupId>
593
598
        <artifactId>maven-jenkins-dev-plugin</artifactId>
594
 
        <version>6.1.26-jenkins-2</version>
 
599
        <version>8.1.4.v20120524-jenkins-1</version>
595
600
      </plugin>
596
601
 
597
602
      <!--<plugin>