aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2025-02-15 10:46:01 -0600
committerWilliam Harrington <kb0iic@berzerkula.org>2025-02-15 10:46:01 -0600
commit7d16ce128e09833b370fc923c05f9685c0808bcb (patch)
treee84d5b3317f5ec6a4e7ddd83a822f88988a871b8
parent98aaf8b8088b9ba1b1117010e97de48a40342dbe (diff)
maven release plugin 3.1.1
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 47d1741..f227a18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>2.5.3</version>
+ <version>3.1.1</version>
<configuration>
<goals>pre-integration-test</goals>
<preparationGoals>package</preparationGoals>