|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
|
3 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 3 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 4 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 | 5 | <modelVersion>4.0.0</modelVersion> |
5 | 6 |
|
6 | 7 | <groupId>com.trend</groupId> |
7 | 8 | <artifactId>file-security-java-sdk</artifactId> |
8 | | - <version>1.6.0</version> |
| 9 | + <version>1.6.1</version> |
9 | 10 |
|
10 | 11 | <name>file-security-java-sdk</name> |
11 | 12 | <url>https://github.com/trendmicro/tm-v1-fs-java-sdk</url> |
|
33 | 34 |
|
34 | 35 | <distributionManagement> |
35 | 36 | <repository> |
36 | | - <id>ossrh</id> |
37 | | - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 37 | + <id>central</id> |
| 38 | + <url>https://central.sonatype.com/api/v1/publisher/deployments/</url> |
38 | 39 | </repository> |
39 | 40 | </distributionManagement> |
40 | 41 |
|
|
86 | 87 | <artifactId>grpc-netty</artifactId> |
87 | 88 | <version>1.73.0</version> |
88 | 89 | <exclusions> |
89 | | - <exclusion><groupId>io.netty</groupId><artifactId>*</artifactId></exclusion> |
| 90 | + <exclusion> |
| 91 | + <groupId>io.netty</groupId> |
| 92 | + <artifactId>*</artifactId> |
| 93 | + </exclusion> |
90 | 94 | </exclusions> |
91 | 95 | </dependency> |
92 | 96 | <dependency> |
93 | 97 | <groupId>io.netty</groupId> |
94 | 98 | <artifactId>netty-all</artifactId> |
95 | | - <version>4.1.121.Final</version> |
| 99 | + <version>4.2.6.Final</version> |
96 | 100 | </dependency> |
97 | 101 | <dependency> |
98 | 102 | <groupId>io.grpc</groupId> |
|
111 | 115 | </dependencies> |
112 | 116 |
|
113 | 117 | <build> |
114 | | - <pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) --> |
| 118 | + <pluginManagement> <!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) --> |
115 | 119 | <plugins> |
116 | 120 | <!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle --> |
117 | 121 | <plugin> |
|
252 | 256 | </configuration> |
253 | 257 | </plugin> |
254 | 258 | <plugin> |
255 | | - <groupId>org.sonatype.plugins</groupId> |
256 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
257 | | - <version>1.6.13</version> |
| 259 | + <groupId>org.sonatype.central</groupId> |
| 260 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 261 | + <version>0.8.0</version> |
258 | 262 | <extensions>true</extensions> |
259 | 263 | <configuration> |
260 | | - <serverId>ossrh</serverId> |
261 | | - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
262 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 264 | + <publishingServerId>central</publishingServerId> |
| 265 | + <tokenAuth>true</tokenAuth> |
| 266 | + <autoPublish>true</autoPublish> |
263 | 267 | </configuration> |
264 | 268 | </plugin> |
265 | 269 | </plugins> |
|
0 commit comments