|
6 | 6 |
|
7 | 7 | <groupId>ch.mobileid.mid-java-client</groupId> |
8 | 8 | <artifactId>mid-java-client-parent</artifactId> |
9 | | - <version>1.5.7</version> |
| 9 | + <version>1.5.8</version> |
10 | 10 | <name>Mobile ID Java client</name> |
11 | 11 | <description>Mobile ID client reference implementation in Java</description> |
12 | 12 | <url>https://github.com/MobileID-Strong-Authentication/mobileid-client-java</url> |
|
86 | 86 | <dependency> |
87 | 87 | <groupId>commons-io</groupId> |
88 | 88 | <artifactId>commons-io</artifactId> |
89 | | - <version>2.14.0</version> |
| 89 | + <version>2.16.1</version> |
90 | 90 | </dependency> |
91 | 91 | <dependency> |
92 | 92 | <groupId>commons-codec</groupId> |
|
113 | 113 | <dependency> |
114 | 114 | <groupId>org.bouncycastle</groupId> |
115 | 115 | <artifactId>bcprov-jdk18on</artifactId> |
116 | | - <version>1.78</version> |
| 116 | + <version>1.80</version> |
117 | 117 | </dependency> |
118 | 118 | <dependency> |
119 | 119 | <groupId>org.bouncycastle</groupId> |
120 | 120 | <artifactId>bcpkix-jdk18on</artifactId> |
121 | | - <version>1.79</version> |
| 121 | + <version>1.80</version> |
122 | 122 | </dependency> |
123 | 123 | <dependency> |
124 | 124 | <groupId>org.bouncycastle</groupId> |
125 | 125 | <artifactId>bcutil-jdk18on</artifactId> |
126 | | - <version>1.78.1</version> |
| 126 | + <version>1.80</version> |
127 | 127 | </dependency> |
128 | 128 | <dependency> |
129 | 129 | <groupId>org.junit.jupiter</groupId> |
|
211 | 211 | </dependencies> |
212 | 212 | </plugin> |
213 | 213 | <plugin> |
214 | | - <groupId>org.sonatype.plugins</groupId> |
215 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
216 | | - <version>1.6.13</version> |
| 214 | + <groupId>org.sonatype.central</groupId> |
| 215 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 216 | + <version>0.8.0</version> |
217 | 217 | </plugin> |
218 | 218 | <plugin> |
219 | 219 | <groupId>org.apache.maven.plugins</groupId> |
220 | 220 | <artifactId>maven-gpg-plugin</artifactId> |
221 | 221 | <version>3.0.1</version> |
222 | 222 | </plugin> |
| 223 | + |
223 | 224 | </plugins> |
224 | 225 | </pluginManagement> |
225 | 226 | </build> |
|
238 | 239 | </scm> |
239 | 240 |
|
240 | 241 | <distributionManagement> |
241 | | - <snapshotRepository> |
242 | | - <id>ossrh</id> |
243 | | - <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
244 | | - </snapshotRepository> |
245 | | - <repository> |
246 | | - <id>ossrh</id> |
247 | | - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
248 | | - </repository> |
249 | 242 | </distributionManagement> |
250 | 243 |
|
251 | 244 | <profiles> |
|
285 | 278 | </executions> |
286 | 279 | </plugin> |
287 | 280 | <plugin> |
288 | | - <groupId>org.sonatype.plugins</groupId> |
289 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
| 281 | + <groupId>org.sonatype.central</groupId> |
| 282 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 283 | + <version>0.8.0</version> |
290 | 284 | <extensions>true</extensions> |
291 | 285 | <configuration> |
292 | | - <serverId>ossrh</serverId> |
293 | | - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
294 | | - <autoReleaseAfterClose>false</autoReleaseAfterClose> |
| 286 | + <publishingServerId>central</publishingServerId> |
| 287 | + <autoPublish>true</autoPublish> |
295 | 288 | </configuration> |
296 | 289 | </plugin> |
297 | 290 | <plugin> |
|
0 commit comments