aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 15 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 4b80d7c..3c646e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,15 +1,15 @@
<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.377</version>
+ <version>1.445</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>shell-status</artifactId>
<packaging>hpi</packaging>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.2</version>
<name>Execute Shell and Set Build Status Plugin</name>
<url>https://wiki.jenkins-ci.org/display/JENKINS/Plugins</url>
<developers>
@@ -20,4 +20,16 @@
<timezone>+0</timezone>
</developer>
</developers>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.jenkins-ci.tools</groupId>
+ <artifactId>maven-hpi-plugin</artifactId>
+ <version>1.98</version>
+ <extensions>true</extensions>
+ </plugin>
+ </plugins>
+ </build>
+
</project>