Skip to content

Commit

Permalink
bump parent pom from 4.33 to 4.47
Browse files Browse the repository at this point in the history
  • Loading branch information
Pldi23 committed Aug 31, 2022
1 parent e979ca8 commit 0322eae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.33</version>
<version>4.47</version>
<relativePath/>
</parent>

<artifactId>external-monitor-job</artifactId>
<version>${changelist}</version>
<packaging>hpi</packaging>
<name>External Monitor Job Type Plugin</name>
<description>Adds the ability to monitor the result of externally executed jobs</description>

<url>https://github.com/jenkinsci/external-monitor-job-plugin</url>

Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/index.jelly
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?jelly escape-by-default='true'?>
<div>
Adds the ability to monitor the result of externally executed jobs
</div>

0 comments on commit 0322eae

Please sign in to comment.