Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
bvulaj committed Mar 7, 2016
1 parent b46cdc3 commit 3c7bab5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>com.redhat.lightblue.hook</groupId>
<artifactId>lightblue-audit-hook</artifactId>
<packaging>jar</packaging>
<version>1.10.0</version>
<version>1.10.1-SNAPSHOT</version>
<name>lightblue-audit-hook: ${project.groupId}|${project.artifactId}</name>
<description>Lightblue Audit Hook components</description>
<licenses>
Expand All @@ -24,7 +24,7 @@
<connection>scm:git:https://github.com/lightblue-platform/lightblue-audit-hook.git</connection>
<developerConnection>scm:git:git@github.com:lightblue-platform/lightblue-audit-hook.git</developerConnection>
<url>https://github.com/lightblue-platform/lightblue-audit-hook</url>
<tag>V1.10.0</tag>
<tag>HEAD</tag>
</scm>
<distributionManagement>
<repository>
Expand All @@ -37,27 +37,27 @@
<dependency>
<groupId>com.redhat.lightblue</groupId>
<artifactId>lightblue-core-metadata</artifactId>
<version>1.10.0</version>
<version>1.11.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.redhat.lightblue</groupId>
<artifactId>lightblue-core-crud</artifactId>
<version>1.10.0</version>
<version>1.11.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.redhat.lightblue</groupId>
<artifactId>lightblue-core-config</artifactId>
<version>1.10.0</version>
<version>1.11.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo</artifactId>
<version>1.10.0</version>
<version>1.11.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-test</artifactId>
<version>1.10.0</version>
<version>1.11.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 3c7bab5

Please sign in to comment.