Skip to content
Snippets Groups Projects
Commit 673a6b29 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[maven-release-plugin] prepare for next development iteration

parent 39c624bf
Branches
Tags
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>duniter4j</artifactId> <artifactId>duniter4j</artifactId>
<groupId>org.duniter</groupId> <groupId>org.duniter</groupId>
<version>0.10.0</version> <version>0.10.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.duniter</groupId> <groupId>org.duniter</groupId>
<artifactId>duniter4j</artifactId> <artifactId>duniter4j</artifactId>
<version>0.10.0</version> <version>0.10.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>duniter4j-core-client</artifactId> <artifactId>duniter4j-core-client</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.duniter</groupId> <groupId>org.duniter</groupId>
<artifactId>duniter4j</artifactId> <artifactId>duniter4j</artifactId>
<version>0.10.0</version> <version>0.10.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>duniter4j-core-shared</artifactId> <artifactId>duniter4j-core-shared</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.duniter</groupId> <groupId>org.duniter</groupId>
<artifactId>duniter4j</artifactId> <artifactId>duniter4j</artifactId>
<version>0.10.0</version> <version>0.10.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>duniter4j-es-assembly</artifactId> <artifactId>duniter4j-es-assembly</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.duniter</groupId> <groupId>org.duniter</groupId>
<artifactId>duniter4j</artifactId> <artifactId>duniter4j</artifactId>
<version>0.10.0</version> <version>0.10.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>duniter4j-es-core</artifactId> <artifactId>duniter4j-es-core</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.duniter</groupId> <groupId>org.duniter</groupId>
<artifactId>duniter4j</artifactId> <artifactId>duniter4j</artifactId>
<version>0.10.0</version> <version>0.10.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>duniter4j-es-subscription</artifactId> <artifactId>duniter4j-es-subscription</artifactId>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>duniter4j</artifactId> <artifactId>duniter4j</artifactId>
<groupId>org.duniter</groupId> <groupId>org.duniter</groupId>
<version>0.10.0</version> <version>0.10.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<groupId>org.duniter</groupId> <groupId>org.duniter</groupId>
<artifactId>duniter4j</artifactId> <artifactId>duniter4j</artifactId>
<version>0.10.0</version> <version>0.10.1-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Duniter4j : a Duniter Java Client API</name> <name>Duniter4j : a Duniter Java Client API</name>
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
<url>https://github.com/duniter/duniter4j.git</url> <url>https://github.com/duniter/duniter4j.git</url>
<connection>scm:git:https://github.com/duniter/duniter4j.git</connection> <connection>scm:git:https://github.com/duniter/duniter4j.git</connection>
<developerConnection>scm:git:https://github.com/duniter/duniter4j.git</developerConnection> <developerConnection>scm:git:https://github.com/duniter/duniter4j.git</developerConnection>
<tag>duniter4j-0.10.0</tag> <tag>HEAD</tag>
</scm> </scm>
<issueManagement> <issueManagement>
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
<dependency> <dependency>
<groupId>org.abstractj.kalium</groupId> <groupId>org.abstractj.kalium</groupId>
<artifactId>kalium</artifactId> <artifactId>kalium</artifactId>
<version>${kalium.version}</version> <version>0.5.1</version>
</dependency> </dependency>
<!-- scrypt lib --> <!-- scrypt lib -->
<dependency> <dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment