Skip to content
This repository was archived by the owner on Sep 19, 2021. It is now read-only.

Commit c9287ab

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 4ec4f9b commit c9287ab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
<modelVersion>4.0.0</modelVersion>
33

44
<artifactId>qwazr-database</artifactId>
5-
<version>1.4.1</version>
5+
<version>1.5.0-SNAPSHOT</version>
66
<name>QWAZR Database</name>
77
<description>Database Engine for QWAZR</description>
88
<packaging>jar</packaging>
99

1010
<parent>
1111
<groupId>com.qwazr</groupId>
1212
<artifactId>qwazr-parent</artifactId>
13-
<version>1.4.1</version>
13+
<version>1.5.0-SNAPSHOT</version>
1414
<relativePath>../parent/pom.xml</relativePath>
1515
</parent>
1616

1717
<scm>
1818
<connection>scm:git:git@github.com:qwazr/database.git</connection>
1919
<developerConnection>scm:git:git@github.com:qwazr/database.git</developerConnection>
2020
<url>git@github.com:qwazr/database.git</url>
21-
<tag>v1.4.1</tag>
21+
<tag>HEAD</tag>
2222
</scm>
2323

2424
<dependencies>
@@ -29,12 +29,12 @@
2929
<dependency>
3030
<groupId>com.qwazr</groupId>
3131
<artifactId>qwazr-binder</artifactId>
32-
<version>1.4.1</version>
32+
<version>1.5.0-SNAPSHOT</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>com.qwazr</groupId>
3636
<artifactId>qwazr-cluster</artifactId>
37-
<version>1.4.1</version>
37+
<version>1.5.0-SNAPSHOT</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.fusesource.leveldbjni</groupId>

0 commit comments

Comments
 (0)