Skip to content

Commit 76ef53b

Browse files
committed
prep for 1.0.0 release
1 parent ca703ae commit 76ef53b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@
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>
@@ -135,7 +141,7 @@
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

0 commit comments

Comments
 (0)