Skip to content

Commit

Permalink
release [1.3.5]
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Nov 5, 2014
1 parent d1fc622 commit 4a50e7d
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>1.3.5-SNAPSHOT</version>
<version>1.3.5</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 @@ -201,7 +201,7 @@ public class Version implements Serializable {
public static final int V_1_3_4_ID = /*00*/1030499;
public static final Version V_1_3_4 = new Version(V_1_3_4_ID, false, org.apache.lucene.util.Version.LUCENE_4_9);
public static final int V_1_3_5_ID = /*00*/1030599;
public static final Version V_1_3_5 = new Version(V_1_3_5_ID, true, org.apache.lucene.util.Version.LUCENE_4_9);
public static final Version V_1_3_5 = new Version(V_1_3_5_ID, false, org.apache.lucene.util.Version.LUCENE_4_9);

public static final Version CURRENT = V_1_3_5;

Expand Down

0 comments on commit 4a50e7d

Please sign in to comment.