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

« back to all changes in this revision

Viewing changes to .pc/dependency-upgrades/jnr-posix-upgrade.patch/core/pom.xml

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2013-02-17 17:11:13 UTC
  • mfrom: (5.1.11 experimental)
  • Revision ID: package-import@ubuntu.com-20130217171113-eooiq8e14nie0h3v
Tags: 1.480.3+dfsg-1~exp1
* New upstream release (Closes: #700761, #679616):
  - d/control: Versioned BD jenkins-remoting >= 2.22.
  - d/control: Versioned BD jenkins-winstone >= 0.9.10-jenkins-42.
  - d/control: Versioned BD stapler >= 1.198.
  - d/maven.ignoreRules: Ignore new slave-launcher modules until
    packaged.
  - Refreshed patches.
  - Fixes the following security vulnerabilities:
    CVE-2013-0327, CVE-2013-0328, CVE-2013-0329, CVE-2013-0330,
    CVE-2013-0331
* d/control: Versioned BD trilead-putty-extension (>= 1.2)
  (Closes: #698834).
* d/control: Add net-tools and procps dependencies to jenkins
  (Closes: #698835).
* d/rules,control, *.upstart.in: Rejig upstart/init configurations now
  that debhelper does the right thing across Debian/Ubuntu.
* d/rules,plugin_parent.pom.in: Drop as good plugin parent pom now
  provided upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
  <parent>
30
30
    <groupId>org.jenkins-ci.main</groupId>
31
31
    <artifactId>pom</artifactId>
32
 
    <version>1.480.2</version>
 
32
    <version>1.480.3</version>
33
33
    <relativePath>../pom.xml</relativePath>
34
34
  </parent>
35
35
 
42
42
 
43
43
  <properties>
44
44
    <staplerFork>true</staplerFork>
45
 
    <stapler.version>1.197</stapler.version>
 
45
    <stapler.version>1.198</stapler.version>
 
46
    <spring.version>2.5.6.SEC03</spring.version>
46
47
  </properties>
47
48
 
48
49
  <dependencies>
432
433
        Ideally we should be able to modify BeanBuilder so as not to depend on this.
433
434
      -->
434
435
      <groupId>org.springframework</groupId>
435
 
      <artifactId>spring-web</artifactId>
436
 
      <version>2.5</version>
 
436
      <artifactId>spring-webmvc</artifactId>
 
437
      <version>${spring.version}</version>
437
438
    </dependency>
438
439
    <dependency>
439
440
      <groupId>org.springframework</groupId>
440
441
      <artifactId>spring-core</artifactId>
441
 
      <version>2.5</version>
 
442
      <version>${spring.version}</version>
442
443
    </dependency>
443
444
    <dependency><!-- Jenkins core doesn't use it but HUDSON-3811 requires us to put it. -->
444
445
      <groupId>org.springframework</groupId>
445
446
      <artifactId>spring-aop</artifactId>
446
 
      <version>2.5</version>
 
447
      <version>${spring.version}</version>
447
448
    </dependency>
448
449
    <dependency>
449
450
      <groupId>xpp3</groupId>