Skip to content

Commit

Permalink
[maven-release-plugin] prepare release V1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Paterczyk committed Jun 19, 2015
1 parent 8b55f60 commit 4c9c5d4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-pom</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>lightblue-client-core</artifactId>
<name>lightblue-client: ${project.groupId}|${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion http/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-pom</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>lightblue-client-http</artifactId>
<name>lightblue-client: ${project.groupId}|${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion hystrix/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-pom</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>lightblue-client-hystrix</artifactId>
<name>lightblue-client: ${project.groupId}|${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion lightblue-client-integration-test/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-pom</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>lightblue-client-integration-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion lightblue-client-test/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-pom</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>lightblue-client-test</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-pom</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>pom</packaging>
<name>lightblue-client: ${project.groupId}|${project.artifactId}</name>
<licenses>
Expand All @@ -22,7 +22,7 @@
<connection>scm:git:https://github.com/lightblue-platform/lightblue-client.git</connection>
<developerConnection>scm:git:git@github.com:lightblue-platform/lightblue-client.git</developerConnection>
<url>https://github.com/lightblue-platform/lightblue-client</url>
<tag>HEAD</tag>
<tag>V1.5.0</tag>
</scm>
<distributionManagement>
<repository>
Expand Down

0 comments on commit 4c9c5d4

Please sign in to comment.