Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
dain committed Feb 22, 2019
1 parent 278efc5 commit 7994065
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion leveldb-api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.iq80.leveldb</groupId>
<artifactId>leveldb-project</artifactId>
<version>0.11</version>
<version>0.12-SNAPSHOT</version>
</parent>

<artifactId>leveldb-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion leveldb-benchmark/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>leveldb-project</artifactId>
<groupId>org.iq80.leveldb</groupId>
<version>0.11</version>
<version>0.12-SNAPSHOT</version>
</parent>

<artifactId>leveldb-benchmark</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion leveldb/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.iq80.leveldb</groupId>
<artifactId>leveldb-project</artifactId>
<version>0.11</version>
<version>0.12-SNAPSHOT</version>
</parent>

<artifactId>leveldb</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -10,7 +10,7 @@

<groupId>org.iq80.leveldb</groupId>
<artifactId>leveldb-project</artifactId>
<version>0.11</version>
<version>0.12-SNAPSHOT</version>
<packaging>pom</packaging>

<description>Port of LevelDB to Java</description>
Expand Down Expand Up @@ -51,7 +51,7 @@
<connection>scm:git:git://github.com/dain/leveldb.git</connection>
<developerConnection>scm:git:git@github.com:dain/leveldb.git</developerConnection>
<url>http://github.com/dain/leveldb/tree/master</url>
<tag>0.11</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down

0 comments on commit 7994065

Please sign in to comment.