Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Using 1.420 parent, as the first version to compile under JDK 7 [JENK…
…INS-10490].
  • Loading branch information
Jesse Glick committed Apr 30, 2012
1 parent fa2aea3 commit 8ace2a7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pom.xml
Expand Up @@ -4,8 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.400</version>
<relativePath />
<version>1.420</version>
</parent>

<artifactId>mercurial</artifactId>
Expand Down Expand Up @@ -61,7 +60,6 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<netbeans.hint.jdkPlatform>JDK_1.6</netbeans.hint.jdkPlatform> <!-- HUDSON-8942 / JENKINS-10490 -->
</properties>

<repositories>
Expand Down Expand Up @@ -113,12 +111,6 @@
<version>1.0.b2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>remoting</artifactId>
<version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 8ace2a7

Please sign in to comment.