Skip to content

Commit 057dec1

Browse files
committedApr 27, 2024·
Merge branch 'main' into github-workflow
2 parents 00fc892 + 0c8b094 commit 057dec1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎FXThemes/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,12 @@
205205
<artifactId>maven-install-plugin</artifactId>
206206
<version>2.5.2</version>
207207
</plugin>
208+
<!-- Deploy plugin -->
209+
<plugin>
210+
<groupId>org.apache.maven.plugins</groupId>
211+
<artifactId>maven-deploy-plugin</artifactId>
212+
<version>2.8.2</version>
213+
</plugin>
208214
</plugins>
209215
<pluginManagement>
210216
<plugins>

0 commit comments

Comments
 (0)
Please sign in to comment.