Skip to content

Commit 1ed5e76

Browse files
committed
🔧 mise à jour de maven-gpg & maven-source
1 parent a793ec7 commit 1ed5e76

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<plugin>
135135
<groupId>org.apache.maven.plugins</groupId>
136136
<artifactId>maven-source-plugin</artifactId>
137-
<version>2.2.1</version>
137+
<version>3.2.1</version>
138138
<executions>
139139
<execution>
140140
<id>attach-sources</id>
@@ -160,7 +160,7 @@
160160
<plugin>
161161
<groupId>org.apache.maven.plugins</groupId>
162162
<artifactId>maven-gpg-plugin</artifactId>
163-
<version>1.5</version>
163+
<version>1.6</version>
164164
<executions>
165165
<execution>
166166
<id>sign-artifacts</id>
@@ -170,6 +170,9 @@
170170
</goals>
171171
</execution>
172172
</executions>
173+
<configuration>
174+
<skip>true</skip>
175+
</configuration>
173176
</plugin>
174177
</plugins>
175178
</build>

0 commit comments

Comments
 (0)