|
7 | 7 | <groupId>com.apicatalog</groupId> |
8 | 8 | <artifactId>carbon-did-key</artifactId> |
9 | 9 |
|
10 | | - <version>0.9.1-SNAPSHOT</version> |
| 10 | + <version>0.9.2</version> |
11 | 11 | <packaging>jar</packaging> |
12 | 12 |
|
13 | 13 | <url>https://github.com/filip26/carbon-did-key</url> |
|
20 | 20 | <name>Carbon DID Key Method</name> |
21 | 21 |
|
22 | 22 | <description> |
23 | | - A DID Method for Static Cryptographic Keys. Multikey, JsonWebKey support. |
| 23 | + An implementation of the W3C DID Method "did:key" for static cryptographic keys. |
| 24 | + Supports Multikey and JsonWebKey representations (Ed25519, Bls12381, P-256, P-384, secp256k1). |
24 | 25 | </description> |
25 | 26 |
|
26 | 27 | <licenses> |
|
57 | 58 | <maven.compiler.target>1.8</maven.compiler.target> |
58 | 59 | <maven.compiler.source>1.8</maven.compiler.source> |
59 | 60 |
|
60 | | - <carbon.did.version>0.9.1-SNAPSHOT</carbon.did.version> |
| 61 | + <carbon.did.version>0.9.2</carbon.did.version> |
61 | 62 |
|
62 | 63 | <copper.multicodec.version>2.1.0</copper.multicodec.version> |
63 | 64 | <copper.multibase.version>4.0.0</copper.multibase.version> |
|
167 | 168 | <plugin> |
168 | 169 | <groupId>org.apache.maven.plugins</groupId> |
169 | 170 | <artifactId>maven-gpg-plugin</artifactId> |
170 | | - <version>3.2.7</version> |
| 171 | + <version>3.2.8</version> |
171 | 172 | <executions> |
172 | 173 | <execution> |
173 | 174 | <id>sign-artifacts</id> |
|
179 | 180 | </executions> |
180 | 181 | </plugin> |
181 | 182 | <plugin> |
182 | | - <groupId>org.sonatype.plugins</groupId> |
183 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
184 | | - <version>1.7.0</version> |
| 183 | + <groupId>org.sonatype.central</groupId> |
| 184 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 185 | + <version>0.8.0</version> |
185 | 186 | <extensions>true</extensions> |
186 | 187 | <configuration> |
187 | | - <serverId>ossrh</serverId> |
188 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
189 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 188 | + <publishingServerId>central</publishingServerId> |
| 189 | + <autoPublish>true</autoPublish> |
190 | 190 | </configuration> |
191 | 191 | </plugin> |
192 | 192 | </plugins> |
193 | 193 | </build> |
194 | | - <distributionManagement> |
195 | | - <snapshotRepository> |
196 | | - <id>ossrh</id> |
197 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
198 | | - </snapshotRepository> |
199 | | - </distributionManagement> |
200 | 194 | </profile> |
201 | 195 | </profiles> |
202 | 196 | </project> |
0 commit comments