diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml index 8cb18da59a87783a637973ccc2dc609db0a08a00..a3342c158144845efc37bd028a49abd6020304a6 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.5.7-SNAPSHOT</version> + <version>1.5.7</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml index f006d2406a7240da50068efa216be54dd766a4f4..2f4edf3631f0bf59d88a4095987d0fdaed44e0d8 100644 --- a/duniter4j-core-client/pom.xml +++ b/duniter4j-core-client/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>1.5.7-SNAPSHOT</version> + <version>1.5.7</version> </parent> <artifactId>duniter4j-core-client</artifactId> diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml index 8b4ffaec574dcb8509ba3bf313157a88c45415cf..3f236eef641745f08645e97d59e6afc8adc0d199 100644 --- a/duniter4j-core-shared/pom.xml +++ b/duniter4j-core-shared/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>1.5.7-SNAPSHOT</version> + <version>1.5.7</version> </parent> <artifactId>duniter4j-core-shared</artifactId> diff --git a/pom.xml b/pom.xml index beb927faae9d0d6d195cd3be58fc20c97cb793e0..2a1cfc7b95529417a8e2eb20ed9b30dd3d08d35e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>1.5.7-SNAPSHOT</version> + <version>1.5.7</version> <packaging>pom</packaging> <name>Duniter4j</name> <description>a Duniter Java Client API</description> @@ -156,7 +156,7 @@ <url>https://git.duniter.org/clients/java/duniter4j.git</url> <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>HEAD</tag> + <tag>duniter4j-1.5.7</tag> </scm> <issueManagement>