Skip to content

Commit

Permalink
[maven-release-plugin] prepare release V1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Paterczyk committed Jun 22, 2015
1 parent 6d3175c commit dcde414
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions auth/pom.xml
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-pom</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>lightblue-rest-auth</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<packaging>jar</packaging>
<name>lightblue-rest: ${project.groupId}|${project.artifactId}</name>
<repositories>
Expand Down
4 changes: 2 additions & 2 deletions common/pom.xml
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-pom</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>lightblue-rest-common</artifactId>
<packaging>jar</packaging>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<name>lightblue-rest: ${project.groupId}|${project.artifactId}</name>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions crud-basic-auth/pom.xml
Expand Up @@ -4,18 +4,18 @@
<parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-pom</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-crud-basic-auth</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<packaging>war</packaging>
<name>lightblue-rest: ${project.groupId}|${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-crud</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<type>war</type>
<scope>compile</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions crud-cert-auth/pom.xml
Expand Up @@ -4,25 +4,25 @@
<parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-pom</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-crud-cert-auth</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<packaging>war</packaging>
<name>lightblue-rest: ${project.groupId}|${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-crud</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<type>war</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-auth</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions crud/pom.xml
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-pom</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-crud</artifactId>
<packaging>war</packaging>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<name>lightblue-rest: ${project.groupId}|${project.artifactId}</name>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions lightblue-rest-integration-test/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-pom</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>lightblue-rest-integration-test</artifactId>
Expand All @@ -24,13 +24,13 @@
<dependency>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-crud</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<classifier>classes</classifier>
</dependency>
<dependency>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-metadata</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<classifier>classes</classifier>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions metadata-basic-auth/pom.xml
Expand Up @@ -4,18 +4,18 @@
<parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-pom</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-metadata-basic-auth</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<packaging>war</packaging>
<name>lightblue-rest: ${project.groupId}|${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-metadata</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<type>war</type>
<scope>compile</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions metadata-cert-auth/pom.xml
Expand Up @@ -4,25 +4,25 @@
<parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-pom</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-metadata-cert-auth</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<packaging>war</packaging>
<name>lightblue-rest: ${project.groupId}|${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-metadata</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<type>war</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-auth</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions metadata/pom.xml
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-pom</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-metadata</artifactId>
<packaging>war</packaging>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<name>lightblue-rest: ${project.groupId}|${project.artifactId}</name>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses />.
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-pom</artifactId>
<packaging>pom</packaging>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<name>lightblue-rest: ${project.groupId}|${project.artifactId}</name>
<description>REST front-ends for Lightblue</description>
<licenses>
Expand All @@ -42,7 +42,7 @@ along with this program. If not, see <http://www.gnu.org/licenses />.
<connection>scm:git:https://github.com/lightblue-platform/lightblue-rest.git</connection>
<developerConnection>scm:git:git@github.com:lightblue-platform/lightblue-rest.git</developerConnection>
<url>https://github.com/lightblue-platform/lightblue-rest</url>
<tag>HEAD</tag>
<tag>V1.6.0</tag>
</scm>
<distributionManagement>
<repository>
Expand Down Expand Up @@ -94,7 +94,7 @@ along with this program. If not, see <http://www.gnu.org/licenses />.
<dependency>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-common</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>com.redhat.lightblue</groupId>
Expand Down Expand Up @@ -212,7 +212,7 @@ along with this program. If not, see <http://www.gnu.org/licenses />.
<dependency>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-test</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion rest-test/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-pom</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>lightblue-rest-test</artifactId>
Expand Down

0 comments on commit dcde414

Please sign in to comment.