Skip to content

Commit 0e53084

Browse files
committed
Fix warning
1 parent f795a12 commit 0e53084

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@
212212
<plugin>
213213
<groupId>org.apache.maven.plugins</groupId>
214214
<artifactId>maven-source-plugin</artifactId>
215+
<version>3.0.1</version>
215216
<executions>
216217
<execution>
217218
<id>attach-sources</id>
@@ -271,5 +272,5 @@
271272
</build>
272273
</profile>
273274
</profiles>
274-
275+
275276
</project>

0 commit comments

Comments
 (0)