Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
circleci committed Oct 11, 2019
1 parent 7153116 commit 5491df3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
6 changes: 2 additions & 4 deletions mahuta-core/pom.xml
@@ -1,14 +1,12 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>mahuta-core</artifactId>

<parent>
<groupId>net.consensys.mahuta</groupId>
<artifactId>mahuta-parent</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.11</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion mahuta-http-api/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.consensys.mahuta</groupId>
<artifactId>mahuta-parent</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.11</version>
</parent>
<artifactId>mahuta-http-api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion mahuta-indexer-elasticsearch/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>net.consensys.mahuta</groupId>
<artifactId>mahuta-parent</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.11</version>
</parent>
<artifactId>mahuta-indexer-elasticsearch</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion mahuta-report/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>net.consensys.mahuta</groupId>
<artifactId>mahuta-parent</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.11</version>
</parent>
<artifactId>mahuta-report</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mahuta-springdata/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.consensys.mahuta</groupId>
<artifactId>mahuta-parent</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.11</version>
</parent>
<artifactId>mahuta-springdata</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>net.consensys.mahuta</groupId>
<artifactId>mahuta-parent</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.11</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -189,7 +189,7 @@
<scm>
<connection>scm:git:git:@github.com:ConsenSys/mahuta.git</connection>
<developerConnection>scm:git:git@github.com:ConsenSys/mahuta.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.3.11</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 5491df3

Please sign in to comment.