|
6 | 6 |
|
7 | 7 | <groupId>net.lingala.zip4j</groupId> |
8 | 8 | <artifactId>zip4j</artifactId> |
9 | | - <version>2.11.6-SNAPSHOT</version> |
| 9 | + <version>2.11.7-SNAPHOT</version> |
10 | 10 |
|
11 | 11 | <name>Zip4j</name> |
12 | 12 | <description>Zip4j - A Java library for zip files and streams</description> |
|
40 | 40 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
41 | 41 | </properties> |
42 | 42 |
|
43 | | - <distributionManagement> |
44 | | - <snapshotRepository> |
45 | | - <id>ossrh</id> |
46 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
47 | | - </snapshotRepository> |
48 | | - <repository> |
49 | | - <id>ossrh</id> |
50 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
51 | | - </repository> |
52 | | - </distributionManagement> |
53 | | - |
54 | 43 | <dependencies> |
55 | 44 | <dependency> |
56 | 45 | <groupId>junit</groupId> |
|
146 | 135 | <plugin> |
147 | 136 | <groupId>org.apache.maven.plugins</groupId> |
148 | 137 | <artifactId>maven-source-plugin</artifactId> |
149 | | - <version>2.2.1</version> |
| 138 | + <version>3.4.0</version> |
150 | 139 | <executions> |
151 | 140 | <execution> |
152 | 141 | <id>attach-sources</id> |
|
160 | 149 | <plugin> |
161 | 150 | <groupId>org.apache.maven.plugins</groupId> |
162 | 151 | <artifactId>maven-javadoc-plugin</artifactId> |
163 | | - <version>2.9.1</version> |
| 152 | + <version>3.12.0</version> |
| 153 | + <configuration> |
| 154 | + <doclint>all,-missing</doclint> |
| 155 | + </configuration> |
164 | 156 | <executions> |
165 | 157 | <execution> |
166 | 158 | <id>attach-javadocs</id> |
|
185 | 177 | </execution> |
186 | 178 | </executions> |
187 | 179 | </plugin> |
188 | | - <plugin> |
189 | | - <groupId>org.sonatype.plugins</groupId> |
190 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
191 | | - <version>1.6.8</version> |
192 | | - <extensions>true</extensions> |
193 | | - <configuration> |
194 | | - <serverId>ossrh</serverId> |
195 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
196 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
197 | | - </configuration> |
198 | | - </plugin> |
199 | 180 | <plugin> |
200 | 181 | <groupId>org.apache.felix</groupId> |
201 | 182 | <artifactId>maven-bundle-plugin</artifactId> |
202 | | - <version>5.1.9</version> |
| 183 | + <version>6.0.0</version> |
203 | 184 | <extensions>true</extensions> |
204 | 185 | <configuration> |
205 | 186 | <instructions> |
|
216 | 197 | </execution> |
217 | 198 | </executions> |
218 | 199 | </plugin> |
| 200 | + <plugin> |
| 201 | + <groupId>org.sonatype.central</groupId> |
| 202 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 203 | + <version>0.10.0</version> |
| 204 | + <extensions>true</extensions> |
| 205 | + <configuration> |
| 206 | + <publishingServerId>central</publishingServerId> |
| 207 | + </configuration> |
| 208 | + </plugin> |
219 | 209 | </plugins> |
220 | 210 | </build> |
221 | 211 | </project> |
0 commit comments