Skip to content

Commit fbcd05b

Browse files
committed
[maven-release-plugin] prepare release 0.10
1 parent 84c1c97 commit fbcd05b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

leveldb-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.iq80.leveldb</groupId>
77
<artifactId>leveldb-project</artifactId>
8-
<version>0.10-SNAPSHOT</version>
8+
<version>0.10</version>
99
</parent>
1010

1111
<artifactId>leveldb-api</artifactId>

leveldb-benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>leveldb-project</artifactId>
2323
<groupId>org.iq80.leveldb</groupId>
24-
<version>0.10-SNAPSHOT</version>
24+
<version>0.10</version>
2525
</parent>
2626

2727
<artifactId>leveldb-benchmark</artifactId>

leveldb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.iq80.leveldb</groupId>
77
<artifactId>leveldb-project</artifactId>
8-
<version>0.10-SNAPSHOT</version>
8+
<version>0.10</version>
99
</parent>
1010

1111
<artifactId>leveldb</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.iq80.leveldb</groupId>
1212
<artifactId>leveldb-project</artifactId>
13-
<version>0.10-SNAPSHOT</version>
13+
<version>0.10</version>
1414
<packaging>pom</packaging>
1515

1616
<description>Port of LevelDB to Java</description>
@@ -51,7 +51,7 @@
5151
<connection>scm:git:git://github.com/dain/leveldb.git</connection>
5252
<developerConnection>scm:git:[email protected]:dain/leveldb.git</developerConnection>
5353
<url>http://github.com/dain/leveldb/tree/master</url>
54-
<tag>HEAD</tag>
54+
<tag>0.10</tag>
5555
</scm>
5656

5757
<properties>

0 commit comments

Comments
 (0)