File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 4040 </license >
4141 </licenses >
4242
43+ <developers >
44+ <developer >
45+ <name >Colin Findlay</name >
46+ </developer >
47+ <developer >
48+ <name >Michele Rastelli</name >
49+ <url >https://github.com/rashtao</url >
50+ </developer >
51+ </developers >
52+
4353 <properties >
4454 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4555 <java .version>1.8</java .version>
6474 <plugin >
6575 <groupId >org.apache.maven.plugins</groupId >
6676 <artifactId >maven-resources-plugin</artifactId >
77+ <version >3.1.0</version >
6778 <configuration >
6879 <encoding >UTF-8</encoding >
6980 </configuration >
7081 </plugin >
7182 <plugin >
7283 <groupId >org.apache.maven.plugins</groupId >
7384 <artifactId >maven-source-plugin</artifactId >
85+ <version >3.1.0</version >
7486 <executions >
7587 <execution >
7688 <goals >
8294 <plugin >
8395 <groupId >org.apache.maven.plugins</groupId >
8496 <artifactId >maven-javadoc-plugin</artifactId >
97+ <version >3.1.1</version >
8598 <executions >
8699 <execution >
87100 <id >attach-javadocs</id >
93106 </plugin >
94107 <plugin >
95108 <artifactId >maven-deploy-plugin</artifactId >
109+ <version >2.8.2</version >
96110 <configuration >
97111 <uniqueVersion >false</uniqueVersion >
98112 <retryFailedDeploymentCount >10</retryFailedDeploymentCount >
101115 <plugin >
102116 <groupId >org.apache.maven.plugins</groupId >
103117 <artifactId >maven-gpg-plugin</artifactId >
118+ <version >1.6</version >
104119 <executions >
105120 <execution >
106121 <id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments