Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
JENKINS-16855: Problem reported with PR seems to be related to
JENKINS-6687, reported fixed in 1.420 of jenkins, so I've moved the base
version forward to a LTS build after that point.
  • Loading branch information
ninian committed Jul 6, 2014
1 parent e1d5469 commit a150eb8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
@@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jvnet.hudson.plugins</groupId>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.395</version>
<relativePath>../pom.xml</relativePath>
<version>1.424.6</version>
</parent>
<artifactId>configurationslicing</artifactId>
<packaging>hpi</packaging>
Expand All @@ -23,7 +22,7 @@

<dependencies>
<dependency>
<groupId>org.jvnet.hudson.main</groupId>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>maven-plugin</artifactId>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit a150eb8

Please sign in to comment.