Skip to content

Commit

Permalink
[maven-release-plugin] prepare release V2.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kahoali committed Jan 8, 2019
1 parent baa87ff commit bc58f64
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion auth/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-pom</artifactId>
<version>2.27.0-SNAPSHOT</version>
<version>2.27.0</version>
</parent>
<artifactId>lightblue-rest-auth</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-pom</artifactId>
<version>2.27.0-SNAPSHOT</version>
<version>2.27.0</version>
</parent>
<artifactId>lightblue-rest-common</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion crud-basic-auth/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-pom</artifactId>
<version>2.27.0-SNAPSHOT</version>
<version>2.27.0</version>
</parent>
<artifactId>lightblue-rest-crud-basic-auth</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion crud-cert-auth/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-pom</artifactId>
<version>2.27.0-SNAPSHOT</version>
<version>2.27.0</version>
</parent>
<artifactId>lightblue-rest-crud-cert-auth</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion crud/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-pom</artifactId>
<version>2.27.0-SNAPSHOT</version>
<version>2.27.0</version>
</parent>
<artifactId>lightblue-rest-crud</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion 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>2.27.0-SNAPSHOT</version>
<version>2.27.0</version>
</parent>

<artifactId>lightblue-rest-integration-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metadata-basic-auth/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-pom</artifactId>
<version>2.27.0-SNAPSHOT</version>
<version>2.27.0</version>
</parent>
<artifactId>lightblue-rest-metadata-basic-auth</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion metadata-cert-auth/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-pom</artifactId>
<version>2.27.0-SNAPSHOT</version>
<version>2.27.0</version>
</parent>
<artifactId>lightblue-rest-metadata-cert-auth</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion metadata/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-pom</artifactId>
<version>2.27.0-SNAPSHOT</version>
<version>2.27.0</version>
</parent>
<artifactId>lightblue-rest-metadata</artifactId>
<packaging>war</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -24,7 +24,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>2.27.0-SNAPSHOT</version>
<version>2.27.0</version>
<name>lightblue-rest: ${project.groupId}|${project.artifactId}</name>
<description>REST front-ends for Lightblue</description>
<licenses>
Expand All @@ -38,7 +38,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>V2.27.0</tag>
</scm>
<distributionManagement>
<repository>
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>2.27.0-SNAPSHOT</version>
<version>2.27.0</version>
</parent>

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

0 comments on commit bc58f64

Please sign in to comment.