Skip to content

Commit

Permalink
release [1.3.4]
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemccand committed Sep 30, 2014
1 parent 4d5f6a7 commit a70f3cc
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.4-SNAPSHOT</version>
<version>1.3.4</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 @@ -199,7 +199,7 @@ public class Version implements Serializable {
public static final int V_1_3_3_ID = /*00*/1030399;
public static final Version V_1_3_3 = new Version(V_1_3_3_ID, false, org.apache.lucene.util.Version.LUCENE_4_9);
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, true, org.apache.lucene.util.Version.LUCENE_4_9);
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 Version CURRENT = V_1_3_4;

Expand Down

0 comments on commit a70f3cc

Please sign in to comment.