Skip to content

Commit

Permalink
[maven-release-plugin] prepare release V5.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kahoali committed Jan 8, 2019
1 parent 316034e commit 94fc490
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Expand Up @@ -3,8 +3,8 @@
<parent> <parent>
<groupId>com.redhat.lightblue.client</groupId> <groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-pom</artifactId> <artifactId>lightblue-client-pom</artifactId>
<version>5.16.0-SNAPSHOT</version> <version>5.16.0</version>
</parent> </parent>
<version>5.16.0-SNAPSHOT</version><artifactId>lightblue-client-core</artifactId> <version>5.16.0</version><artifactId>lightblue-client-core</artifactId>
<name>lightblue-client: ${project.groupId}|${project.artifactId}</name> <name>lightblue-client: ${project.groupId}|${project.artifactId}</name>
</project> </project>
4 changes: 2 additions & 2 deletions http/pom.xml
Expand Up @@ -3,9 +3,9 @@
<parent> <parent>
<groupId>com.redhat.lightblue.client</groupId> <groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-pom</artifactId> <artifactId>lightblue-client-pom</artifactId>
<version>5.16.0-SNAPSHOT</version> <version>5.16.0</version>
</parent> </parent>
<version>5.16.0-SNAPSHOT</version><artifactId>lightblue-client-http</artifactId> <version>5.16.0</version><artifactId>lightblue-client-http</artifactId>
<name>lightblue-client: ${project.groupId}|${project.artifactId}</name> <name>lightblue-client: ${project.groupId}|${project.artifactId}</name>


<dependencies> <dependencies>
Expand Down
4 changes: 2 additions & 2 deletions hystrix/pom.xml
Expand Up @@ -3,9 +3,9 @@
<parent> <parent>
<groupId>com.redhat.lightblue.client</groupId> <groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-pom</artifactId> <artifactId>lightblue-client-pom</artifactId>
<version>5.16.0-SNAPSHOT</version> <version>5.16.0</version>
</parent> </parent>
<version>5.16.0-SNAPSHOT</version><artifactId>lightblue-client-hystrix</artifactId> <version>5.16.0</version><artifactId>lightblue-client-hystrix</artifactId>
<name>lightblue-client: ${project.groupId}|${project.artifactId}</name> <name>lightblue-client: ${project.groupId}|${project.artifactId}</name>


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


<artifactId>lightblue-client-integration-test</artifactId> <artifactId>lightblue-client-integration-test</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -7,7 +7,7 @@
</parent> </parent>
<groupId>com.redhat.lightblue.client</groupId> <groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-pom</artifactId> <artifactId>lightblue-client-pom</artifactId>
<version>5.16.0-SNAPSHOT</version> <version>5.16.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>lightblue-client: ${project.groupId}|${project.artifactId}</name> <name>lightblue-client: ${project.groupId}|${project.artifactId}</name>
<licenses> <licenses>
Expand All @@ -21,7 +21,7 @@
<connection>scm:git:https://github.com/lightblue-platform/lightblue-client.git</connection> <connection>scm:git:https://github.com/lightblue-platform/lightblue-client.git</connection>
<developerConnection>scm:git:git@github.com:lightblue-platform/lightblue-client.git</developerConnection> <developerConnection>scm:git:git@github.com:lightblue-platform/lightblue-client.git</developerConnection>
<url>https://github.com/lightblue-platform/lightblue-client</url> <url>https://github.com/lightblue-platform/lightblue-client</url>
<tag>HEAD</tag> <tag>V5.16.0</tag>
</scm> </scm>
<distributionManagement> <distributionManagement>
<repository> <repository>
Expand All @@ -34,12 +34,12 @@
<dependency> <dependency>
<groupId>com.redhat.lightblue.client</groupId> <groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-core</artifactId> <artifactId>lightblue-client-core</artifactId>
<version>5.16.0-SNAPSHOT</version> <version>5.16.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.redhat.lightblue.client</groupId> <groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-http</artifactId> <artifactId>lightblue-client-http</artifactId>
<version>5.16.0-SNAPSHOT</version> <version>5.16.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.redhat.lightblue.rest</groupId> <groupId>com.redhat.lightblue.rest</groupId>
Expand Down

0 comments on commit 94fc490

Please sign in to comment.