Skip to content

Commit e7457cf

Browse files
Update External major dependencies to v3
1 parent 5fe3d3b commit e7457cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<plugin>
111111
<groupId>org.apache.maven.plugins</groupId>
112112
<artifactId>maven-source-plugin</artifactId>
113-
<version>2.2.1</version>
113+
<version>3.3.1</version>
114114
<executions>
115115
<execution>
116116
<id>attach-sources</id>
@@ -124,7 +124,7 @@
124124
<plugin>
125125
<groupId>org.apache.maven.plugins</groupId>
126126
<artifactId>maven-javadoc-plugin</artifactId>
127-
<version>2.9.1</version>
127+
<version>3.11.2</version>
128128
<executions>
129129
<execution>
130130
<id>attach-javadocs</id>
@@ -138,7 +138,7 @@
138138
<plugin>
139139
<groupId>org.apache.maven.plugins</groupId>
140140
<artifactId>maven-gpg-plugin</artifactId>
141-
<version>1.6</version>
141+
<version>3.2.8</version>
142142
<executions>
143143
<execution>
144144
<id>sign-artifacts</id>
@@ -160,7 +160,7 @@
160160
<plugin>
161161
<groupId>org.apache.maven.plugins</groupId>
162162
<artifactId>maven-release-plugin</artifactId>
163-
<version>2.5</version>
163+
<version>3.1.1</version>
164164
<configuration>
165165
<tagNameFormat>@{project.version}</tagNameFormat>
166166
</configuration>

0 commit comments

Comments
 (0)