Skip to content

Commit

Permalink
release [1.2.4]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Kluge committed Aug 13, 2014
1 parent 79fe8e7 commit 11689ab
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.2.4-SNAPSHOT</version>
<version>1.2.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 @@ -185,7 +185,7 @@ public class Version implements Serializable {
public static final int V_1_2_3_ID = /*00*/1020399;
public static final Version V_1_2_3 = new Version(V_1_2_3_ID, false, org.apache.lucene.util.Version.LUCENE_48);
public static final int V_1_2_4_ID = /*00*/1020499;
public static final Version V_1_2_4 = new Version(V_1_2_4_ID, true, org.apache.lucene.util.Version.LUCENE_48);
public static final Version V_1_2_4 = new Version(V_1_2_4_ID, false, org.apache.lucene.util.Version.LUCENE_48);

public static final Version CURRENT = V_1_2_4;

Expand Down

0 comments on commit 11689ab

Please sign in to comment.