Skip to content

Commit

Permalink
Ajuste automatico de versao para hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
devconductor committed Jan 17, 2019
1 parent 48bbf41 commit 952e729
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion heimdall-api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>br.com.conductor.heimdall</groupId>
<artifactId>heimdall</artifactId>
<version>1.12.0-SNAPSHOT</version>
<version>1.12.1-SNAPSHOT</version>
</parent>
<artifactId>heimdall-api</artifactId>
<name>heimdall-api</name>
Expand Down
2 changes: 1 addition & 1 deletion heimdall-config/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>br.com.conductor.heimdall</groupId>
<artifactId>heimdall</artifactId>
<version>1.12.0-SNAPSHOT</version>
<version>1.12.1-SNAPSHOT</version>
</parent>
<artifactId>heimdall-config</artifactId>
<name>heimdall-config</name>
Expand Down
2 changes: 1 addition & 1 deletion heimdall-core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>br.com.conductor.heimdall</groupId>
<artifactId>heimdall</artifactId>
<version>1.12.0-SNAPSHOT</version>
<version>1.12.1-SNAPSHOT</version>
</parent>

<artifactId>heimdall-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion heimdall-gateway/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>br.com.conductor.heimdall</groupId>
<artifactId>heimdall</artifactId>
<version>1.12.0-SNAPSHOT</version>
<version>1.12.1-SNAPSHOT</version>
</parent>
<artifactId>heimdall-gateway</artifactId>
<name>heimdall-gateway</name>
Expand Down
2 changes: 1 addition & 1 deletion heimdall-middleware-spec/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>br.com.conductor.heimdall</groupId>
<artifactId>heimdall</artifactId>
<version>1.12.0-SNAPSHOT</version>
<version>1.12.1-SNAPSHOT</version>
</parent>

<artifactId>heimdall-middleware-spec</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -12,7 +12,7 @@

<groupId>br.com.conductor.heimdall</groupId>
<artifactId>heimdall</artifactId>
<version>1.12.0-SNAPSHOT</version>
<version>1.12.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Heimdall</name>
Expand Down Expand Up @@ -256,12 +256,12 @@
<dependency>
<groupId>br.com.conductor.heimdall</groupId>
<artifactId>heimdall-core</artifactId>
<version>1.12.0-SNAPSHOT</version>
<version>1.12.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>br.com.conductor.heimdall</groupId>
<artifactId>heimdall-middleware-spec</artifactId>
<version>1.12.0-SNAPSHOT</version>
<version>1.12.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
Expand Down

0 comments on commit 952e729

Please sign in to comment.