File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >io.crums</groupId >
66 <artifactId >merkle-tree</artifactId >
7- <version >1.0.0-SNAPSHOT </version >
7+ <version >1.0.0</version >
88
99
1010
1111
1212 <name >${project.groupId} :${project.artifactId} </name >
1313 <url >https://crums.io/project/merkle-tree</url >
1414
15+ <description >
16+ A flexible Merkle tree implementation with support for
17+ navigating the tree's nodes and constructing Merkle proofs
18+ (about an item's existence in the set).
19+ </description >
20+
1521 <licenses >
1622 <license >
1723 <name >GNU Lesser General Public License, Version 3</name >
135141 <configuration >
136142 <serverId >ossrh</serverId >
137143 <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
138- <autoReleaseAfterClose >false </autoReleaseAfterClose >
144+ <autoReleaseAfterClose >true </autoReleaseAfterClose >
139145 </configuration >
140146 </plugin >
141147
You can’t perform that action at this time.
0 commit comments