Skip to content

Commit 6f89737

Browse files
authored
Add Email Extension Template to the managed set (#4341)
1 parent 4cd785e commit 6f89737

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

bom-2.462.x/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,11 @@
612612
<version>${workflow-support-plugin.version}</version>
613613
<classifier>tests</classifier>
614614
</dependency>
615+
<dependency>
616+
<groupId>org.jenkinsci.plugins</groupId>
617+
<artifactId>emailext-template</artifactId>
618+
<version>219.v14fff547f78d</version>
619+
</dependency>
615620
<dependency>
616621
<groupId>org.jenkinsci.plugins</groupId>
617622
<artifactId>pipeline-model-api</artifactId>

bom-weekly/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1724,6 +1724,11 @@
17241724
<artifactId>git-parameter</artifactId>
17251725
<version>0.10.0</version>
17261726
</dependency>
1727+
<dependency>
1728+
<groupId>org.jenkinsci.plugins</groupId>
1729+
<artifactId>emailext-template</artifactId>
1730+
<version>224.va_f6a_ecd5d46e</version>
1731+
</dependency>
17271732
<dependency>
17281733
<groupId>org.jenkinsci.plugins</groupId>
17291734
<artifactId>kubernetes-credentials</artifactId>

sample-plugin/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1479,6 +1479,11 @@
14791479
<artifactId>git-parameter</artifactId>
14801480
<scope>test</scope>
14811481
</dependency>
1482+
<dependency>
1483+
<groupId>org.jenkinsci.plugins</groupId>
1484+
<artifactId>emailext-template</artifactId>
1485+
<scope>test</scope>
1486+
</dependency>
14821487
<dependency>
14831488
<groupId>org.jenkinsci.plugins</groupId>
14841489
<artifactId>pipeline-model-definition</artifactId>

0 commit comments

Comments
 (0)