Skip to content

Commit

Permalink
Start using jenkinsci/plugin-pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Shevtsov committed Oct 14, 2016
1 parent 10c6c6c commit 0a03a1e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 21 deletions.
25 changes: 4 additions & 21 deletions pom.xml
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<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.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<!-- Baseline Jenkins version you use to build and test the plugin. Users must have this version or newer to run. -->
<version>1.580.1</version>
<version>2.5</version>
<relativePath />
</parent>
<properties>
<jenkins.version>1.580.1</jenkins.version>
</properties>
<groupId>tech.andrey.jenkins</groupId>
<artifactId>mission-control-view</artifactId>
<version>0.9.4-SNAPSHOT</version>
<packaging>hpi</packaging>

<name>Mission Control Plugin</name>
<description>Jenkins dashboard view</description>
<url>https://wiki.jenkins-ci.org/display/JENKINS/Mission+Control+Plugin</url>
Expand Down Expand Up @@ -50,21 +50,4 @@
<url>http://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.6</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http</artifactId>
<version>2.10</version>
<type>jar</type>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
@@ -1,3 +1,4 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
<f:section title="${%Job Filter}">
<f:optionalBlock name="useRegexFilter" title="${%Use a regular expression to include jobs into the view}"
Expand Down
@@ -1,3 +1,4 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:x="jelly:xml">
<st:contentType value="text/html;charset=UTF-8" />
<j:new var="h" className="hudson.Functions"/>
Expand Down
@@ -1,3 +1,4 @@
<?jelly escape-by-default='true'?>
<div>
Full screen dashboard view featuring build history, build queue, job and node statuses.
</div>

0 comments on commit 0a03a1e

Please sign in to comment.