Skip to content

Commit

Permalink
[maven-release-plugin] prepare release V1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Paterczyk committed Sep 22, 2015
1 parent d27f5d1 commit 9bc763b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
</parent>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-common</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions config/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
</parent>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-config</artifactId>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-crud</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
</dependency>
<dependency>
<groupId>com.redhat.lightblue</groupId>
Expand Down
10 changes: 5 additions & 5 deletions crud/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
</parent>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-crud</artifactId>
Expand All @@ -32,22 +32,22 @@
<dependency>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-common</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
</dependency>
<dependency>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-metadata</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
</dependency>
<dependency>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-hystrix</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
</dependency>
<dependency>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-test</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion hystrix/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
</parent>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-hystrix</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metadata/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
</parent>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-metadata</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -28,7 +28,7 @@
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-pom</artifactId>
<packaging>pom</packaging>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
<name>lightblue-mongo: ${project.groupId}|${project.artifactId}</name>
<description>Lightblue MongoDB implementation</description>
<licenses>
Expand All @@ -42,7 +42,7 @@
<connection>scm:git:https://github.com/lightblue-platform/lightblue-mongo.git</connection>
<developerConnection>scm:git:git@github.com:lightblue-platform/lightblue-mongo.git</developerConnection>
<url>https://github.com/lightblue-platform/lightblue-core</url>
<tag>HEAD</tag>
<tag>V1.8.1</tag>
</scm>
<distributionManagement>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
</parent>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-test</artifactId>
Expand Down

0 comments on commit 9bc763b

Please sign in to comment.