diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml index 561c786c2bfe6dc9ba06a4144cd1da46c93d81a9..a0a4b768864839cbe4fb39916b5ab3122403574f 100644 --- a/duniter4j-client/pom.xml +++ b/duniter4j-client/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>duniter4j</artifactId> <groupId>org.duniter</groupId> - <version>1.1.0</version> + <version>1.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml index 88c358e451a1031e8e755b1419ff51f39bf71e9a..26e67db984bbff78adef3a4636a7e0000b4d0cde 100644 --- a/duniter4j-core-client/pom.xml +++ b/duniter4j-core-client/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>1.1.0</version> + <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>duniter4j-core-client</artifactId> diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml index e445f26349efcc61ee3c7c8575e625ae9205aad5..dbc5cbc7376043e31e50de1d41eac8e49590aa7c 100644 --- a/duniter4j-core-shared/pom.xml +++ b/duniter4j-core-shared/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>1.1.0</version> + <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>duniter4j-core-shared</artifactId> diff --git a/pom.xml b/pom.xml index 1860502b95ecae9067b2080a303c5d71891cf555..4a73e6768fd6cb99d1735040e9aaa189a6291493 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>1.1.0</version> + <version>1.1.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Duniter4j</name> <description>a Duniter Java Client API</description> @@ -148,8 +148,8 @@ <scm> <url>https://git.duniter.org/clients/java/duniter4j.git</url> - <connection>scm:git:https://git.duniter.org/clients/java/duniter4j.git</connection> - <developerConnection>scm:git:https://git.duniter.org/clients/java/duniter4j.git</developerConnection> + <connection>scm:git:git@git.duniter.org:clients/java/duniter4j.git</connection> + <developerConnection>scm:git:git@git.duniter.org:clients/java/duniter4j.git</developerConnection> <tag>duniter4j-1.1.0</tag> </scm>