|
18 | 18 | </licenses> |
19 | 19 |
|
20 | 20 | <organization> |
21 | | - <name>Cryptlex, LLC.</name> |
| 21 | + <name>Cryptlex, LLP.</name> |
22 | 22 | <url>https://cryptlex.com</url> |
23 | 23 | </organization> |
24 | 24 |
|
25 | 25 | <developers> |
26 | 26 | <developer> |
27 | 27 | <name>Cryptlex Team</name> |
28 | 28 | <email>support@cryptlex.com</email> |
29 | | - <organization>Cryptlex, LLC.</organization> |
| 29 | + <organization>Cryptlex, LLP.</organization> |
30 | 30 | <organizationUrl>https://cryptlex.com</organizationUrl> |
31 | 31 | </developer> |
32 | 32 | </developers> |
|
50 | 50 | </dependency> |
51 | 51 | </dependencies> |
52 | 52 |
|
53 | | - <distributionManagement> |
54 | | - <snapshotRepository> |
55 | | - <id>ossrh</id> |
56 | | - <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
57 | | - </snapshotRepository> |
58 | | - <repository> |
59 | | - <id>ossrh</id> |
60 | | - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
61 | | - </repository> |
62 | | - </distributionManagement> |
63 | | - |
64 | 53 | <properties> |
65 | 54 | <revision>1.0.0</revision> |
66 | 55 | <maven.test.skip>true</maven.test.skip> |
|
92 | 81 | </plugin> |
93 | 82 |
|
94 | 83 | <plugin> |
95 | | - <groupId>org.sonatype.plugins</groupId> |
96 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
97 | | - <version>1.6.8</version> |
| 84 | + <groupId>org.sonatype.central</groupId> |
| 85 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 86 | + <version>0.8.0</version> |
98 | 87 | <extensions>true</extensions> |
99 | 88 | <configuration> |
100 | | - <serverId>ossrh</serverId> |
101 | | - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
102 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 89 | + <publishingServerId>central</publishingServerId> |
| 90 | + <autoPublish>true</autoPublish> |
| 91 | + <tokenAuth>true</tokenAuth> |
| 92 | + <waitUntil>published</waitUntil> |
103 | 93 | </configuration> |
104 | 94 | </plugin> |
105 | 95 |
|
|
0 commit comments