diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml index 3e8ad2ae51f0fcd18e9616613a800c99daba47ad..6c41e9e0f6ddadaa4100ab4caf5c551eecdadfe1 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.0.2-SNAPSHOT</version> + <version>1.0.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/duniter4j-core-client/pom.xml b/duniter4j-core-client/pom.xml index 8329f3fb93d2dff2f49cdcdfd13da848ba2fcad2..85c007eda46bbc8dbbd7412a665dfdd1bf36fe9c 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.0.2-SNAPSHOT</version> + <version>1.0.2</version> </parent> <artifactId>duniter4j-core-client</artifactId> diff --git a/duniter4j-core-shared/pom.xml b/duniter4j-core-shared/pom.xml index 1e3e934f77a3aa6def8dae6ab810672a8d7b909d..15a1fd094a393acff39ba261035055f55e0ec16f 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.0.2-SNAPSHOT</version> + <version>1.0.2</version> </parent> <artifactId>duniter4j-core-shared</artifactId> diff --git a/duniter4j-es-assembly/pom.xml b/duniter4j-es-assembly/pom.xml index 0e9a091f5517b0aa72cc9dc82b5be4ebfc3061bd..c946dee0118faa15f7ed47c210effc09ad289011 100644 --- a/duniter4j-es-assembly/pom.xml +++ b/duniter4j-es-assembly/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> </parent> <artifactId>duniter4j-es-assembly</artifactId> diff --git a/duniter4j-es-core/pom.xml b/duniter4j-es-core/pom.xml index 8f44632e6a66f176ea8691eb8b9970eae3f01f6c..ac14d412477fcb98e56f197339ee4669c935bd16 100644 --- a/duniter4j-es-core/pom.xml +++ b/duniter4j-es-core/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> </parent> <artifactId>duniter4j-es-core</artifactId> diff --git a/duniter4j-es-subscription/pom.xml b/duniter4j-es-subscription/pom.xml index 0a969277bb463bed5cf6e4567535f116ea59d539..e1e5f6e82d2b481c2e8e5a516c751a4471147974 100644 --- a/duniter4j-es-subscription/pom.xml +++ b/duniter4j-es-subscription/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> </parent> <artifactId>duniter4j-es-subscription</artifactId> diff --git a/duniter4j-es-user/pom.xml b/duniter4j-es-user/pom.xml index a534726dd698748ed8d58601c5749f51a6f47ed4..cfef9987da854716f7c9a1330104b45c2d5fde86 100644 --- a/duniter4j-es-user/pom.xml +++ b/duniter4j-es-user/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>duniter4j</artifactId> <groupId>org.duniter</groupId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 2ba047183bef11c2cf8139001de8d41c08c58414..52e6fc3a0b81ba6249542c2f3074c568a69760de 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>org.duniter</groupId> <artifactId>duniter4j</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> <packaging>pom</packaging> <name>Duniter4j</name> <description>a Duniter Java Client API</description> @@ -154,7 +154,7 @@ <url>https://github.com/duniter/duniter4j.git</url> <connection>scm:git:https://github.com/duniter/duniter4j.git</connection> <developerConnection>scm:git:https://github.com/duniter/duniter4j.git</developerConnection> - <tag>HEAD</tag> + <tag>duniter4j-1.0.2</tag> </scm> <issueManagement>