Skip to content

Commit

Permalink
Updated versions to non snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Paterczyk committed Jun 3, 2015
1 parent ea939f7 commit 1341b33
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 41 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.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>lightblue-rest-auth</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.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.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>lightblue-rest-common</artifactId>
<packaging>jar</packaging>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.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.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-crud-basic-auth</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.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.5.0-SNAPSHOT</version>
<version>1.5.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.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-crud-cert-auth</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.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.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<type>war</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-auth</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.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.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-crud</artifactId>
<packaging>war</packaging>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.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.5.0-SNAPSHOT</version>
<version>1.5.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.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<classifier>classes</classifier>
</dependency>
<dependency>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-metadata</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.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.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-metadata-basic-auth</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.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.5.0-SNAPSHOT</version>
<version>1.5.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.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-metadata-cert-auth</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.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.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<type>war</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-auth</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.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.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-metadata</artifactId>
<packaging>war</packaging>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<name>lightblue-rest: ${project.groupId}|${project.artifactId}</name>
<dependencies>
<dependency>
Expand Down
30 changes: 15 additions & 15 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.5.0-SNAPSHOT</version>
<version>1.5.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.5.0</tag>
</scm>
<distributionManagement>
<repository>
Expand Down Expand Up @@ -94,58 +94,58 @@ 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.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>com.redhat.lightblue</groupId>
<artifactId>lightblue-core-api</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>com.redhat.lightblue</groupId>
<artifactId>lightblue-core-util</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>com.redhat.lightblue</groupId>
<artifactId>lightblue-core-hystrix</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>com.redhat.lightblue</groupId>
<artifactId>lightblue-core-config</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-metadata</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-crud</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-config</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>lightblue-mongo-test</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.redhat.lightblue.hook</groupId>
<artifactId>lightblue-audit-hook</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>com.redhat.lightblue.ldap</groupId>
<artifactId>lightblue-ldap-test</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
</dependency>
<dependency>
<groupId>org.ebaysf.web</groupId>
Expand Down Expand Up @@ -206,13 +206,13 @@ along with this program. If not, see <http://www.gnu.org/licenses />.
<dependency>
<groupId>com.redhat.lightblue</groupId>
<artifactId>lightblue-core-test</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-test</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.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.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

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

0 comments on commit 1341b33

Please sign in to comment.