|
38 | 38 | <plugin>
|
39 | 39 | <groupId>org.apache.maven.plugins</groupId>
|
40 | 40 | <artifactId>maven-compiler-plugin</artifactId>
|
41 |
| - <version>3.8.0</version> |
| 41 | + <version>3.10.1</version> |
42 | 42 | <configuration>
|
43 | 43 | <source>7</source>
|
44 | 44 | <target>7</target>
|
|
47 | 47 | <plugin>
|
48 | 48 | <groupId>org.apache.maven.plugins</groupId>
|
49 | 49 | <artifactId>maven-jar-plugin</artifactId>
|
50 |
| - <version>3.1.0</version> |
| 50 | + <version>3.3.0</version> |
51 | 51 | <configuration>
|
52 | 52 | <archive>
|
53 | 53 | <manifestEntries>
|
|
59 | 59 | <plugin>
|
60 | 60 | <groupId>com.github.siom79.japicmp</groupId>
|
61 | 61 | <artifactId>japicmp-maven-plugin</artifactId>
|
62 |
| - <version>0.13.0</version> |
| 62 | + <version>0.15.7</version> |
63 | 63 | <configuration>
|
64 | 64 | <oldVersion>
|
65 | 65 | <dependency>
|
|
98 | 98 | <plugin>
|
99 | 99 | <groupId>org.sonatype.plugins</groupId>
|
100 | 100 | <artifactId>nexus-staging-maven-plugin</artifactId>
|
101 |
| - <version>1.6.8</version> |
| 101 | + <version>1.6.13</version> |
102 | 102 | <extensions>true</extensions>
|
103 | 103 | <configuration>
|
104 | 104 | <serverId>ossrh</serverId>
|
105 | 105 | <nexusUrl>https://oss.sonatype.org/</nexusUrl>
|
106 | 106 | <autoReleaseAfterClose>true</autoReleaseAfterClose>
|
| 107 | + <stagingProgressTimeoutMinutes>10</stagingProgressTimeoutMinutes> |
107 | 108 | </configuration>
|
108 | 109 | </plugin>
|
109 | 110 | <plugin>
|
110 | 111 | <groupId>org.apache.maven.plugins</groupId>
|
111 | 112 | <artifactId>maven-release-plugin</artifactId>
|
112 |
| - <version>2.5.3</version> |
| 113 | + <version>3.0.0-M7</version> |
113 | 114 | <configuration>
|
114 | 115 | <autoVersionSubmodules>true</autoVersionSubmodules>
|
115 | 116 | <useReleaseProfile>false</useReleaseProfile>
|
|
159 | 160 | <plugin>
|
160 | 161 | <groupId>org.apache.maven.plugins</groupId>
|
161 | 162 | <artifactId>maven-source-plugin</artifactId>
|
162 |
| - <version>3.0.1</version> |
| 163 | + <version>3.2.1</version> |
163 | 164 | <executions>
|
164 | 165 | <execution>
|
165 | 166 | <id>attach-sources</id>
|
|
172 | 173 | <plugin>
|
173 | 174 | <groupId>org.apache.maven.plugins</groupId>
|
174 | 175 | <artifactId>maven-javadoc-plugin</artifactId>
|
175 |
| - <version>3.0.1</version> |
| 176 | + <version>3.4.1</version> |
176 | 177 | <executions>
|
177 | 178 | <execution>
|
178 | 179 | <id>attach-javadocs</id>
|
|
188 | 189 | <plugin>
|
189 | 190 | <groupId>org.apache.maven.plugins</groupId>
|
190 | 191 | <artifactId>maven-gpg-plugin</artifactId>
|
191 |
| - <version>1.6</version> |
| 192 | + <version>3.0.1</version> |
192 | 193 | <executions>
|
193 | 194 | <execution>
|
194 | 195 | <id>sign-artifacts</id>
|
|
0 commit comments