Skip to content

Commit

Permalink
[maven-release-plugin] prepare release cesium-plus-pod-1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
blavenie committed Aug 19, 2020
1 parent f4a7b93 commit edc3c12
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cesium-plus-pod-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.duniter.cesium</groupId>
<artifactId>cesium-plus-pod</artifactId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8</version>
</parent>

<artifactId>cesium-plus-pod-assembly</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions cesium-plus-pod-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.duniter.cesium</groupId>
<artifactId>cesium-plus-pod</artifactId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8</version>
</parent>

<artifactId>cesium-plus-pod-core</artifactId>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>org.duniter</groupId>
<artifactId>duniter4j-core-shared</artifactId>
<version>${duniter4j.version}</version>
<version>1.3.6</version>
<exclusions>
<exclusion>
<groupId>javax.websocket</groupId>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>org.duniter</groupId>
<artifactId>duniter4j-core-client</artifactId>
<version>${duniter4j.version}</version>
<version>1.3.6</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
Expand All @@ -62,7 +62,7 @@
<dependency>
<groupId>org.duniter</groupId>
<artifactId>duniter4j-core-shared</artifactId>
<version>${duniter4j.version}</version>
<version>1.3.6</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cesium-plus-pod-subscription/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.duniter.cesium</groupId>
<artifactId>cesium-plus-pod</artifactId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8</version>
</parent>

<artifactId>cesium-plus-pod-subscription</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cesium-plus-pod-user/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cesium-plus-pod</artifactId>
<groupId>org.duniter.cesium</groupId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.duniter.cesium</groupId>
<artifactId>cesium-plus-pod</artifactId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8</version>
<packaging>pom</packaging>
<name>Cesium+ pod</name>
<description>Cesium+ pod :: An ElasticSearch cluster for Duniter network</description>
Expand Down Expand Up @@ -148,7 +148,7 @@
<url>https://git.duniter.org/clients/cesium-grp/cesium-plus-pod.git</url>
<connection>scm:git:[email protected]:clients/cesium-grp/cesium-plus-pod.git</connection>
<developerConnection>scm:git:[email protected]:clients/cesium-grp/cesium-plus-pod.git</developerConnection>
<tag>HEAD</tag>
<tag>cesium-plus-pod-1.6.8</tag>
</scm>

<issueManagement>
Expand All @@ -161,7 +161,7 @@
<dependency>
<groupId>org.duniter</groupId>
<artifactId>duniter4j-core-client</artifactId>
<version>${duniter4j.version}</version>
<version>1.3.6</version>
</dependency>

<dependency>
Expand Down

0 comments on commit edc3c12

Please sign in to comment.