Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-43507] Flag that the data model changes and bump to 2.0
  • Loading branch information
stephenc committed Jun 12, 2017
1 parent a87b60a commit 18514a4
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions pom.xml
Expand Up @@ -7,7 +7,7 @@
<relativePath />
</parent>
<artifactId>mercurial</artifactId>
<version>1.61-SNAPSHOT</version>
<version>2.0-SNAPSHOT</version>
<packaging>hpi</packaging>
<name>Jenkins Mercurial plugin</name>
<description>Allows Jenkins to check out projects from the Mercurial SCM.</description>
Expand Down Expand Up @@ -176,4 +176,16 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
<build>
<plugins>
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<configuration>
<compatibleSinceVersion>2.0</compatibleSinceVersion>
</configuration>
</plugin>
</plugins>
</build>

</project>

0 comments on commit 18514a4

Please sign in to comment.