We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad15a7 commit c0c72b4Copy full SHA for c0c72b4
pom.xml
@@ -16,6 +16,7 @@
16
<maven.compiler.target>1.8</maven.compiler.target>
17
<maven.compiler.source>1.8</maven.compiler.source>
18
<maven.compiler.plugin.version>3.8.0</maven.compiler.plugin.version>
19
+ <maven.source.plugin.version>3.2.1</maven.source.plugin.version>
20
<junit.version>4.13.2</junit.version>
21
<javax.validation-api.version>2.0.1.Final</javax.validation-api.version>
22
<aerospike-client.version>5.0.7</aerospike-client.version>
@@ -66,6 +67,7 @@
66
67
<plugin>
68
<groupId>org.apache.maven.plugins</groupId>
69
<artifactId>maven-source-plugin</artifactId>
70
+ <version>${maven.source.plugin.version}</version>
71
<executions>
72
<execution>
73
<id>attach-sources</id>
0 commit comments