Skip to content

Commit c60f552

Browse files
Bump deploy dependencies and deploy 2.11.6
1 parent f558f42 commit c60f552

2 files changed

Lines changed: 17 additions & 27 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Zip4j supports JDK 7 as well. In cases where the feature/class from JDK 8 is mis
7171
<dependency>
7272
<groupId>net.lingala.zip4j</groupId>
7373
<artifactId>zip4j</artifactId>
74-
<version>2.11.5</version>
74+
<version>2.11.6</version>
7575
</dependency>
7676
```
7777

pom.xml

Lines changed: 16 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>net.lingala.zip4j</groupId>
88
<artifactId>zip4j</artifactId>
9-
<version>2.11.6-SNAPSHOT</version>
9+
<version>2.11.7-SNAPHOT</version>
1010

1111
<name>Zip4j</name>
1212
<description>Zip4j - A Java library for zip files and streams</description>
@@ -40,17 +40,6 @@
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4141
</properties>
4242

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-
5443
<dependencies>
5544
<dependency>
5645
<groupId>junit</groupId>
@@ -146,7 +135,7 @@
146135
<plugin>
147136
<groupId>org.apache.maven.plugins</groupId>
148137
<artifactId>maven-source-plugin</artifactId>
149-
<version>2.2.1</version>
138+
<version>3.4.0</version>
150139
<executions>
151140
<execution>
152141
<id>attach-sources</id>
@@ -160,7 +149,10 @@
160149
<plugin>
161150
<groupId>org.apache.maven.plugins</groupId>
162151
<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>
164156
<executions>
165157
<execution>
166158
<id>attach-javadocs</id>
@@ -185,21 +177,10 @@
185177
</execution>
186178
</executions>
187179
</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>
199180
<plugin>
200181
<groupId>org.apache.felix</groupId>
201182
<artifactId>maven-bundle-plugin</artifactId>
202-
<version>5.1.9</version>
183+
<version>6.0.0</version>
203184
<extensions>true</extensions>
204185
<configuration>
205186
<instructions>
@@ -216,6 +197,15 @@
216197
</execution>
217198
</executions>
218199
</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>
219209
</plugins>
220210
</build>
221211
</project>

0 commit comments

Comments
 (0)