Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Commit

Permalink
Bumping version to 1.5.7-SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroperez committed Dec 7, 2012
1 parent 04e3ec1 commit 95f72cc
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion clients/java/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.linkedin.sensei</groupId>
<artifactId>sensei-parent</artifactId>
<version>1.5.6-SNAPSHOT</version>
<version>1.5.7-SNAPSHOT</version>
<relativePath>../../sensei-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.linkedin.sensei</groupId>
<artifactId>sensei-parent</artifactId>
<version>1.5.6-SNAPSHOT</version>
<version>1.5.7-SNAPSHOT</version>
<relativePath>../sensei-parent/pom.xml</relativePath>
</parent>
<artifactId>sensei-doc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion perf/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.linkedin.sensei</groupId>
<artifactId>sensei-parent</artifactId>
<version>1.5.6-SNAPSHOT</version>
<version>1.5.7-SNAPSHOT</version>
<relativePath>../sensei-parent/pom.xml</relativePath>
</parent>
<artifactId>sensei-perf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.linkedin.sensei</groupId>
<artifactId>sensei-parent</artifactId>
<version>1.5.6-SNAPSHOT</version>
<version>1.5.7-SNAPSHOT</version>
<relativePath>sensei-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sensei-core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.linkedin.sensei</groupId>
<artifactId>sensei-parent</artifactId>
<version>1.5.6-SNAPSHOT</version>
<version>1.5.7-SNAPSHOT</version>
<relativePath>../sensei-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sensei-federated-broker/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.linkedin.sensei</groupId>
<artifactId>sensei-parent</artifactId>
<version>1.5.6-SNAPSHOT</version>
<version>1.5.7-SNAPSHOT</version>
<relativePath>../sensei-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sensei-gateways/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.linkedin.sensei</groupId>
<artifactId>sensei-parent</artifactId>
<version>1.5.6-SNAPSHOT</version>
<version>1.5.7-SNAPSHOT</version>
<relativePath>../sensei-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sensei-hadoop-indexing/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.linkedin.sensei</groupId>
<artifactId>sensei-parent</artifactId>
<version>1.5.6-SNAPSHOT</version>
<version>1.5.7-SNAPSHOT</version>
<relativePath>../sensei-parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions sensei-parent/pom.xml
Expand Up @@ -5,7 +5,7 @@
<artifactId>sensei-parent</artifactId>
<packaging>pom</packaging>
<name>sensei parent</name>
<version>1.5.6-SNAPSHOT</version>
<version>1.5.7-SNAPSHOT</version>
<description>sensei search</description>
<url>http://github.com/linkedin/sensei</url>

Expand Down Expand Up @@ -167,7 +167,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sensei.version>1.5.6-SNAPSHOT</sensei.version>
<sensei.version>1.5.7-SNAPSHOT</sensei.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion sensei-war/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.linkedin.sensei</groupId>
<artifactId>sensei-parent</artifactId>
<version>1.5.6-SNAPSHOT</version>
<version>1.5.7-SNAPSHOT</version>
<relativePath>../sensei-parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 95f72cc

Please sign in to comment.