Skip to content

Commit 9ab7cd3

Browse files
committed
pom.xml: update with description and inceptionYear
Signed-off-by: Jim Klimov <[email protected]>
1 parent 87bf5d4 commit 9ab7cd3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
33
<modelVersion>4.0.0</modelVersion>
4+
45
<parent>
56
<groupId>org.jenkins-ci.plugins</groupId>
67
<artifactId>plugin</artifactId>
78
<version>4.88</version>
89
<relativePath />
910
</parent>
11+
1012
<groupId>io.jenkins.plugins</groupId>
1113
<artifactId>conflict-aware-ondemand-strategy</artifactId>
1214
<version>${revision}.${changelist}</version>
1315
<packaging>hpi</packaging>
16+
1417
<properties>
1518
<revision>2</revision>
1619
<changelist>999999-SNAPSHOT</changelist>
@@ -20,8 +23,14 @@
2023
<spotbugs.effort>Max</spotbugs.effort>
2124
<spotbugs.threshold>Low</spotbugs.threshold>
2225
</properties>
26+
2327
<name>Conflict Aware On Demand Retention Strategy Plugin</name>
28+
<description>Extension of the standard "On Demand" launch and
29+
retention strategy for Jenkins build agents such as the
30+
SSH Build Agents, limiting the resource stress on a single
31+
system hosting several such agents.</description>
2432
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
33+
<inceptionYear>2021</inceptionYear>
2534

2635
<dependencyManagement>
2736
<dependencies>

0 commit comments

Comments
 (0)