Skip to content

Commit

Permalink
[maven-release-plugin] prepare release V1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jewzaam committed Mar 8, 2016
1 parent 2c4c5ed commit ca3c429
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mongo/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-pom</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>1.11.0</version>
</parent>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo</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.11.0-SNAPSHOT</version>
<version>1.11.0</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.11.0</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.11.0-SNAPSHOT</version>
<version>1.11.0</version>
</parent>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-test</artifactId>
Expand Down

0 comments on commit ca3c429

Please sign in to comment.