Skip to content

Commit

Permalink
[maven-release-plugin] prepare release V0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alechenninger committed May 10, 2016
1 parent 2ed272a commit f352bf7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.redhat.lightblue.generator</groupId>
<artifactId>lightblue-java-generator-pom</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<artifactId>lightblue-java-generator-api</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bin/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.redhat.lightblue.generator</groupId>
<artifactId>lightblue-java-generator-pom</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<artifactId>lightblue-java-generator-bin</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion lib/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.redhat.lightblue.generator</groupId>
<artifactId>lightblue-java-generator-pom</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<artifactId>lightblue-java-generator-lib</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -28,7 +28,7 @@
<groupId>com.redhat.lightblue.generator</groupId>
<artifactId>lightblue-java-generator-pom</artifactId>
<packaging>pom</packaging>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<name>lightblue: ${project.groupId}|${project.artifactId}</name>
<description>lightblue Java Generator</description>
<url>https://github.com/lightblue-platform/lightblue-java-generator</url>
Expand All @@ -44,7 +44,7 @@
<connection>scm:git:https://github.com/lightblue-platform/lightblue-java-generator.git</connection>
<developerConnection>scm:git:git@github.com:lightblue-platform/lightblue-java-generator.git</developerConnection>
<url>https://github.com/lightblue-platform/lightblue-java-generator</url>
<tag>V0.1.0</tag>
<tag>V0.1.2</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit f352bf7

Please sign in to comment.