Skip to content

Commit

Permalink
Remove description attribute from pom
Browse files Browse the repository at this point in the history
No longer used by Jenkins tooling, see index.jelly
  • Loading branch information
MarkEWaite committed Oct 31, 2024
1 parent be4ce87 commit 37aab88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?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>
Expand All @@ -13,7 +14,6 @@
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Git Parameter Plug-In</name>
<description>Adds ability to choose branches, tags or revisions from git repositories configured in project.</description>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>

<licenses>
Expand Down

0 comments on commit 37aab88

Please sign in to comment.