Skip to content

Commit

Permalink
release [0.90.6]
Browse files Browse the repository at this point in the history
  • Loading branch information
s1monw committed Nov 4, 2013
1 parent ead2251 commit e2a24ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>0.90.6-SNAPSHOT</version>
<version>0.90.6</version>
<packaging>jar</packaging>
<description>ElasticSearch - Open Source, Distributed, RESTful Search Engine</description>
<inceptionYear>2009</inceptionYear>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/elasticsearch/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public class Version implements Serializable {
public static final int V_0_90_5_ID = /*00*/900599;
public static final Version V_0_90_5 = new Version(V_0_90_5_ID, false, org.apache.lucene.util.Version.LUCENE_44);
public static final int V_0_90_6_ID = /*00*/900699;
public static final Version V_0_90_6 = new Version(V_0_90_6_ID, true, org.apache.lucene.util.Version.LUCENE_45);
public static final Version V_0_90_6 = new Version(V_0_90_6_ID, false, org.apache.lucene.util.Version.LUCENE_45);

public static final Version CURRENT = V_0_90_6;

Expand Down

0 comments on commit e2a24ef

Please sign in to comment.